Important: This step must be taken if more than one server is running on the same machine to avoid conflicts between servers.
To stop a server running on port 6500, enter the following command:
sh connxserver STOP
To stop a server running on a specific port, enter the following command:
sh connxserver STOP <port number>
To stop all servers and restart on port 6500, enter the following command:
sh connxserver START
To stop a server running on one port and restart on another port, enter the following command:
sh connxserver START <port number>
To stop all child processes
that are attached to the server, the CANCEL command must be used.
This will eliminate all child processes that are spawned by the server
when a new connection is made. The CANCEL command will also stop the
main server. To accomplish this, enter the following command:
sh connxserver CANCEL <port number>
If status is desired,
which will show the server and child processes that are running, enter
the following command:
sh connxserver STATUS <port number>