Command line parameters

Each parameter in a management server command has both a long and an abbreviated version. The long version is preceded by two dashes (for example, --service), and the abbreviated version includes a single character preceded by one dash (for example, -s).

--service | -s
servicename:version

The data management service name and version number (in n.n.n format). (Required)

Service names are case-sensitive. If a service name contains a space or contains multibyte character set (MBCS) characters, you must enclose the name in double quotes.

For example, -s demosvc:1.0.0

--url | -u
URL
The URL of the management server. This parameter is required if the com-ibm-nex-client-tool.jar file is entered in the command line. The runservice script uses the following URL as a default: http://localhost:8080/server/job. Use the URL parameter with the runservice script if the default URL is not used.

A management server uses the following URL, where hostname is the management server machine name and port is the port number used by the management server (8080 is the default).

http://hostname:port/server/job

For example, -u http://server1:8080/server/job

--continueOnError | -c

This parameter sets the command to continue through multiple service executions, even if one fails.