Feb 9, 2012 1:47 PM
NzAdmin port
-
Like (0)
We are trying to forward the port for the NzAdmin tool from a remote system. Any idea what port(s) NzAdmin (nzadmin.exe) attempts to connect to a TwinFin?
nzadmin uses ports 5480 and 5481. The 5480 port is also used by jdbc and odbc.
Here is what I am working with:
Windows box using putty .60 to
linuxhost1 ssh -X -L 5480:localhost:5480 -L 5481:localhost:5481 linuxhost2
linuxhost2 ssh -X -L 5481:localhost:5481 -L 5481:localhost:5481 nz@netezza
using what I think is the default username and password
I am using the NzAdmin software to attempt log in at localhost on my windows desktop. It hangs for a very long time and sometimes cries about authentication.
Any suggestions?
This looks like more of a sysadmin question than a Netezza question. You have a few options.
You can either setup a SSH tunnel (which is what I'm thinking you're trying to do above)
OR
You can use a proxy service like HAProxy that can port forward your requests to the right servers and ports.

