7-9 modifydebuglevel, Modifydebuglevel, Table 4-75 geturllink command parameters – HP StorageWorks XP10000 Disk Array User Manual
Page 97: Table 4-76 modifydebuglevel command parameters

Command Line Interface Commands 97
Table 4-75
GetURLLink Command Parameters
Parameter Name Status
Description
objectid
Optional The object ID of the URLLink object to be returned.
You can omit this parameter when using the linkedid parameter to return all URLLink
objects; do not use the linkedid parameter with the objectid parameter.
linkedid
Optional The object ID of the linked object. All links to this object are returned.
You can omit this parameter when using the objectid parameter to return all URLLink
objects; do not use the linkedid parameter with the objectid parameter.
Command execution example 1:
hdvmcli GetURLLink -o "D:\logs\XP1024 GetURLLink.log"
"objectid=URLLINK.HSDOMAIN.HDS9980V.10001.0.3.1"
Command execution result 1:
RESPONSE:
An instance of URLLink
objectID=URLLINK.HSDOMAIN.HDS9980V.10001.0.3.1
name=AUTO
url=192.168.99.AA
description=ARRAY.HDS9980V.10001
linkedID=HSDOMAIN.HDS9980V.10001.0.3
Command execution example 2:
hdvmcli GetURLLink -o "D:\logs\XP1024 GetURLLink.log"
"linkedid=HSDOMAIN.HDS9980V.10001.0.3"
Command execution result 2:
RESPONSE:
An instance of URLLink
objectID=URLLINK.HSDOMAIN.HDS9980V.10001.0.3.1
name=AUTO
url=192.168.99.AA
description=ARRAY.HDS9980V.10001
linkedID=HSDOMAIN.HDS9980V.10001.0.3
4-7-9 ModifyDebugLevel
ModifyDebugLevel
sets the amount of debugging information generated by the Device Manager server (see
Table 4-76
). The debug level can range from 0 to 4 (0=Full Debugging trace, 1=Basic Information, 2=Warning,
3
=Error, 4=Fatal).
Modifying the debug level affects the amount of information written to the trace.log file, subsequent to the
change. The command does not affect the Device Manager server configuration files, so any debug level
modifications via this command does not affect the debug level when the server is restarted.
Users with access to this command:
•
Yes: System Administrator, Storage Administrator
•
No: Guest, Local Guest, Local System Administrator, Local Storage Administrator
Table 4-76
ModifyDebugLevel Command Parameters
Parameter Name Status
Description
level
Required New debug level (number between 0 and 4: 0=Full Debugging trace, 1=Basic Information,
2
=Warning, 3=Error, 4=Fatal).
Command execution example:
hdvmcli ModifyDebugLevel -o "D:\logs\ModifyDebugLevel.log" "level=0"
Command execution result:
RESPONSE