HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.1 CLI Reference Guide (TB581-96051, May 2011)

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, you could specify the log file location and turn on message trace in the properties file
as follows:
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 361