Campaign srvstop utility reference
Use the svrstop utility to stop the Campaign listener or the Contact Optimization listener, running on your local server or a server elsewhere on your network, for which you have the proper credentials.
The svrstop utility is installed automatically on every Campaign server in the <install_dir>/Campaign/bin directory, where <install_dir> is the parent IBM® directory in which Campaign is installed.
The svrstop utility uses the following syntax:
svrstop [-g] [-p <port> [-S]] [-s <serverName>] [-y <user>] [-z <password>] [-v] [-P <product>]
Each argument is described in the following table:
The port on which the listener is running. Set <port> to 4664 to shut down the Campaign listener. Set <port> to 2882 to shut down the Optimize listener.
Specifies that the listener specified by the -p or -P argument is using SSL.
The host name of the server on which the listener is running, such as optimizeServer or campaignServer.example.com. If you omit this argument, the utility attempts to shut down the specified listener on your local server.
The IBM® EMM user with Campaign administrator privileges to shut down the specified listener. If you omit this value, you will be prompted for a user when you run the utility.
The password for the IBM® EMM user you specified with the -y argument. If you omit this value, you will be prompted for a password when you run the utility.
Reports the version information for the svrstop utility and exits without further actions.
The product whose listener you want to shut down. Set this to "Optimize" to shut down the Contact Optimization listener. Any other value for this argument, or omitting this argument, shuts down the Campaign listener.
svrstop -y asm_admin -z password -p 4664