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

hdvmcli.diaglevel=DEBUG
Information
hdvmcli.diaglevel=INFO
Warnings
hdvmcli.diaglevel=WARN
Errors
hdvmcli.diaglevel=ERROR
NOTE:
As shown above, you can set the hdvmcli.diaglevel property to DEBUG, INFO, WARN, or
ERROR. The default logging level is INFO.
Message trace output
The recording of the request messages sent to the Device Manager server and the received responses
can be controlled using the -t or --messagetrace option. Like all options, the value can also be
set in the properties file.
The file in which the messages are recorded can be specified in the properties file. The default file
MessageTrace.log is in the execution directory.
For example, the hdvmcli.tracefile property can be specified as
hdvmcli.tracefile=C:/DeviceManager/traffic.log
messagetrace=true
Specifying the URL
Because the same Device Manager server might be used repeatedly, the URL can be specified in the
properties file. The hdvmcli.serverurl property can specify the URL,
hdvmcli.serverurl=http://localhost:2001/service
For details about specifying the URL, see Table 2.
When the URL is defined in the properties file, it can be omitted from the command line. For example:
C:\hdvm > hdvmcli GetStorageArray serialnum=30057 model=XP512
When the URL is also specified in the command line, that URL is used instead of the URL from the
properties file.
CLI Reference Guide 405