HP XP Command View Advanced Edition Software User Manual

Page 35

Advertising
background image




Setting up command line interface



35

<device-manager-cli-installation-folder>\DeviceManagerCerts

○

In Solaris, Linux or HP-UX:

<device-manager-cli-installation-directory>/DeviceManagerCerts

The following examples execute a Device Manager CLI command over HTTPS. To execute the
GetServerInfo

command, use the following format

○

In Windows:

> dvmcli.bat -s https://<device-manager-server>:2443/service
GetServerInfo

○

In Solaris, Linux or HP-UX:

# ./hdvmcli.sh -s https://<device-manager-server>:2443/service
GetServerInfo

Be sure to observe the following guidelines:

○

Use the https protocol for the Device Manager server URL.

○

Use the https port for the Device Manager server URL (2443, unless configured differently
in the server's configuration file).

○

Use the -s (or --secure) option.

Advertising