HP Hitachi Dynamic Link Manager Software User Manual
Page 396

6. Command Reference
374
-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
000002
, online without asking for confirmation of command execution
from the user:
# /opt/DynamicLinkManager/bin/dlnkmgr online -pathid 2
-s
KAPL01061-I 1 path(s) were successfully placed Online; 0
path(s) were not. Operation name = online
#
(2) To display the format of the online operation
-help
Displays the format of the
online
operation.
Example
The following example shows how to display the format of the
online
operation:
# /opt/DynamicLinkManager/bin/dlnkmgr online -help
online:
Format
dlnkmgr online [-path] [-s]
dlnkmgr online [-path]
{ -hba HBAPortNumber.BusNumber |
-hbaid HBA_ID } [-s]
dlnkmgr online [-path] { -cha -pathid AutoPATH_ID |
-chaid CHA_ID } [-s]
dlnkmgr online [-path] [-pathid AutoPATH_ID] [-s]
dlnkmgr online [-path] [-device SCSI_Device_Name]
[-s]
Valid value
AutoPATH_ID { 000000 - 999999 }(Decimal)
HBA_ID { 00000 - 99999 }(Decimal)
CHA_ID { 00000 - 99999 }(Decimal)
KAPL01001-I The HDLM command completed normally.
Operation name = online, completion time =
yyyy
/
mm
/
dd
hh
:
mm
:
ss
#