HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 CLI Reference Guide

Device Manager CLI log files
Device Manager CLI logs are output to the hdvmcli.log file in the Device Manager CLI execution
directory or folder. In the properties file, you can specify the output destination, file name, and log
level.
Related topics
Property for specifying the output destination of log files (hdvmcli.logfile), page 468
Property for specifying the log level (hdvmcli.diaglevel), page 469
Device Manager CLI message trace file
A message trace file is output if the Device Manager CLI -t (or --messagetrace) option is specified.
Recorded communications, including request messages sent to and responses received from the Device
Manager server, are output to the MessageTrace.log file in the Device Manager CLI execution
directory or folder. In the properties file, you can specify the output destination and the file name .
TIP:
If message tracing is enabled, each time an application is executed, the message trace file is overwritten
with a request and its response. The request is the same as the character string submitted to the server
via HTTP. The response is the character string read from the Device Manager server via HTTP before
analysis. The message destination file does not contain multiple requests and responses.
Related topics
Command syntax, page 27
Property for specifying the output destination for the message trace file (hdvmcli.tracefile), page 469
Types of help and how to display help
The Device Manager CLI lets you view basic Help, command Help, and Help for the batch function.
The following describes how to display each type of Help. Unless otherwise specified, the examples
below assume that Windows is used and that the Device Manager CLI is installed in C:\hdvm.
Basic Help
Basic Help contains the format for Device Manager CLI commands, a list of commands, and a list
of options.
To display basic Help, execute the Device Manager CLI without any arguments.
In Windows:
C:\hdvm> hdvmcli.bat
In Solaris, AIX, Linux, or HP-UX:
# ./hdvmcli.sh
Executing commands32