server
Identifies the Command Central or Platform Manager server on which to execute a command.
Syntax
{--server | -s} url
Arguments
| Argument | Description |
|---|---|
url
|
Identifies the URL of
a
Command Central or
Platform Manager server on which to execute the command.
|
Usage Notes
- If you omit the
{--server | -s}option, the command uses the value from theCC_SERVERenvironment variable. If theCC_SERVERenvironment variable is not set, the command executes on localhost:8090. - If you want to execute a command on a
Platform Manager server, either specify the
{--server | -s}option on the command or ensure theCC_SERVERenvironment variable specifies a Platform Manager server.
Examples
- To execute a command on the
Command Central server with host name rubicon and port number 8090 using
the http protocol:
--server rubicon --server rubicon:8090 --server http://rubicon:8090 --server http://rubicon:8090/cce - To execute a command on the
Platform Manager server with host name rubicon2 and port number 8092 using
the http protocol:
--server http://rubicon2:8092/spm