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

8 Device Manager CLI properties file
This chapter describes the settings that can be specified in a Device Manager CLI properties file.
About the Device Manager CLI properties file
A Device Manager CLI properties file allows you to specify the values and settings, such as log file
settings, that you want to not have to enter on command lines.
You can specify the following settings in the properties file:
Log-file output destination
Level of logs output to the log file
Message-trace file output destination
Device Manager server URL
Command options
Command parameters
DTD to be used for command execution results output in XML format
The properties file is named hdvmcli.properties and is stored in the Device Manager CLI
installation directory or folder.
Below is an example of the properties file (in Windows). The lines that begin with a hash mark (#)
are comment lines.
#################################
#
# Device Manager Command Line Interface (CLI) Properties File
#
# Can be used to provide options and default parameters
# for the Device Manager CLI program.
#
# The Device Manager CLI program does not require
# any of the properties to be set.
# Location for the diagnostics file
# (default, when not specified, is hdvmcli.log
# in the executing directory).
hdvmcli.logfile=C:/Temp/diag.log
# Diagnostic level of the diagnostic file
# (currently, default is INFO).
# Allowable values are DEBUG, INFO, and WARN,
# each of which will output that level and higher.
hdvmcli.diaglevel=INFO
# Location for the message trace file
# (default, when not specified, is MessageTrace.log
# in the executing directory).
CLI Reference Guide 467