Previous Topic: List Services OptionNext Topic: Hash Password Option


List Servers Option

The listservers command produces a list of servers and their internal identifiers, which can be used to uniquely reference servers for other ccautil commands:

ccautil -task listservers
-s <server:port_number>
-u <user_name>
-p <password>
-pwfile </path/filename>
-s <server:port_number>

Specifies the CA Configuration Automation Server name and port number from which you want to obtain the list of services.

-u <user_name>

Specifies a valid CA Configuration Automation Server user name.

-p <password>

Specifies the user’s password. The password shows as clear text on the command line. Make sure to clear your screen after using the CLI directly at the command line prompt. Alternatively, you can create and use a scrambled password file for authentication. For more information, see the Hash Password Option.

-pwfile </path/filename> (on UNIX servers) or -pwfile <\path\filename> (on Windows servers)

Specifies the user’s password file. You can use this argument instead of -p password.

Usage Examples