HiCommand Dynamic Link Manager (HDLM) for Windows Systems User's Guide (HIT5201-96001, January 2008)

HiCommand
®
Dynamic Link Manager (HDLM) for Windows
®
Systems User’s Guide 215
7.2 The Clear Operation
The dlnkmgr command's clear operation clears the statistics (I/O count and I/O errors) of
all paths that are managed by HDLM to the initial value.
7.2.1 Format
To set the path statistics to 0, use this command: dlnkmgr clear -pdst [-s]
To display the format of the clear operation, use this command: dlnkmgr clear -help
7.2.2 Parameters
To set the path statistics to 0, -pdst clears statistics (I/O count and I/O errors) of all paths
managed by HDLM to the initial value (0).
Example:
>dlnkmgr clear -pdst
KAPL01049-I Would you like to execute the operation? Operation name = clear [y/n]:y
KAPL01001-I The HDLM command completed normally. Operation name = clear, completion
time = yyyy/mm/dd hh:mm:ss
>
To execute the command without displaying a message asking for confirmation from the
user, specify the –s parameter. This will allow you to skip the response to the confirmation
message. For example, you want to execute the command in a shell script or batch file.
Example:
>dlnkmgr clear -pdst -s
KAPL01001-I The HDLM command completed normally. Operation name = clear, completion
time = yyyy
/mm/dd hh:mm:ss
>
To display the format of the clear operation, specify the –help parameter. It displays the
format of the clear operation.
Example:
>dlnkmgr clear -help
clear:
Format
dlnkmgr clear -pdst [-s]
KAPL01001-I The HDLM command completed normally. Operation name = clear, completion
time = yyyy
/mm/dd hh:mm:ss
>