HP Hitachi Dynamic Link Manager Software User Manual
Page 389
6. Command Reference
367
device.
For SCSI-device-name, specify the value of
Device
displayed by executing the
view
operation as follows:
# /opt/DynamicLinkManager/bin/dlnkmgr view -lu
For details on how to execute the
view
operation and display the SCSI device
name, see (3) To display LU information in 6.7.2 Parameters. Only one
case-sensitive parameter value can be specified.
Example
The following shows an example of how to place offline all paths whose
SCSI device name is
sd52
while confirming command operation.
# /opt/DynamicLinkManager/bin/dlnkmgr offline -path
-device sd52
KAPL01052-I The currently selected paths will be changed
to the Offline(C) status. Is this OK? [y/n]:y
KAPL01053-I If you are sure that there would be no problem
when the path is placed in the Offline(C) status, enter
y. Otherwise, enter n. [y/n]:y
KAPL01061-I 1 path(s) were successfully placed
Offline(C); 0 path(s) were not. Operation name = offline
-s
Executes the command without displaying the message asking for confirmation
of command execution from the user. Specify this parameter if you want to skip
the response to the confirmation message: for example, when you want to execute
the command in a shell script or batch file.
Example
The following example shows how to place a path, whose AutoPATH_ID is
000001
, offline without asking for confirmation of command execution
from the user:
# /opt/DynamicLinkManager/bin/dlnkmgr offline -pathid 1
-s
KAPL01061-I 1 path(s) were successfully placed
Offline(C); 0 path(s) were not. Operation name = offline
#
(2) To display the format of the offline operation
-help
Displays the format of the
offline
operation.
Example