Use "acuxdbcs -info" to ping the xdbcsrvr process. If no server is specified, the xdbcsrvr process is pinged on the current host; otherwise the process is pinged on the named host. You may get a message similar to the following:
You may get a message similar to the following:
acuxdbcs.exe -info myserver
you receive the response:
xdbcsrvr is running on port 20222 of server myserver
acuxdbcs.exe -info -n 2345 myserver
you receive the response:
xdbcsrvr is not running on port 2345 of server myserver connect: errno: 10061
acuxdbcs.sh -info myserver
you receive the response:
Pinging 'myserver'.
vtxnetd is alive and kicking (1st attempt).
Host process ID :23526
Requires byte flipping: No
Character set - Client: ASCII
Host : ASCII
acuxdbcs.sh -info -n 2345 myserver
you receive the response:
Pinging 'myserver' SORRY: connect: Connection refused