To use the svrstop utility to shut down the Campaign listener
From a command prompt on the Campaign server, you can run the svrstop utility to stop the Campaign listener running on that server. To stop the Campaign listener running on another server, use the -s argument, as in -s servername.example.com, and provide the required authentication.
1.
2.
Make sure that the CAMPAIGN_HOME environment variable is set to <install_dir>/Campaign/bin, where <install_dir> is the parent directory under which Campaign is installed.
3.
svrstop -p 4664
The -p argument specifies the port on which the listener is accepting connections. Port 4664 is the port that Campaign uses internally to accept connections from the web client, so the -p 4664 argument indicates you are stopping the Campaign listener.
4.
When prompted, provide the name and password of any IBM® EMM user with privileges to stop the listener.
Optionally, you could include -y <username> and -z <password> as arguments with the svrstop> command to prevent the user name and password prompts from appearing.
When you enter the required information, the Campaign listener is shut down.