My listener is running.  BTW - at least w/ the version of netstat that comes w/ SuSE 10,  the following options are needed to display the ports:
 
netstat -a --numeric-ports | grep <port_number>
 
I also verified that the port in question is open w/ the following:
 
telnet <hostname or IP address> <port_number>
 
Any failure (e.g. listener not running or port blocked) would cause this to fail.  If it succeeds, it will just hang since VistA is listening on that port and not the telnet service.
 
Thanks,
 
Marc

Reply via email to