Parameter

Dynamic Link Manager (for Linux®) User Guide

Version
9.0.x
Audience
anonymous
Part Number
MK-92DLM113-64
ft:lastEdition
2025-11-06
operation

Specify the HDLM command operation whose format you want to know.

You can specify one of the following operations:

  • clear

  • help

  • offline

  • online

  • set

  • view

  • add

  • delete

  • refresh

If you do not specify any operations, the help operation displays all operations available for the HDLM command.

Examples

Example 1

The following example shows how to display all the operations available in the HDLM command.

# /opt/DynamicLinkManager/bin/dlnkmgr help
dlnkmgr:
  Format
    dlnkmgr { clear | help | offline | online | set | view | add | delete | refresh}
KAPL01001-I The HDLM command completed normally. Operation name = help, completion time = yyyy/mm/dd hh:mm:ss
#
Example 2

The following example shows how to display the formats of multiple operations.

# /opt/DynamicLinkManager/bin/dlnkmgr help online offline help
online:
  Format
    dlnkmgr online [-path] [-s]
    dlnkmgr online [-path] -hba HBAPortNumber.BusNumber [-s]
    dlnkmgr online [-path] -cha -pathid AutoPATH_ID [-s]
    dlnkmgr online [-path] [-pathid AutoPATH_ID] [-s]
    dlnkmgr online [-path] [-device SCSI_Device_Name] [-s]
    dlnkmgr online [-path] -hapath [-lu -pathid AutoPATH_ID] [-s]
    dlnkmgr online [-path] -dfha [-lu -pathid AutoPATH_ID] [-s]

  Valid value
    AutoPATH_ID    { 000000 - 999999 }(Decimal)
offline:
  Format
    dlnkmgr offline [-path] -hba HBAPortNumber.BusNumber [-s]
    dlnkmgr offline [-path] -cha -pathid AutoPATH_ID [-s]
    dlnkmgr offline [-path] -pathid AutoPATH_ID [-s]
    dlnkmgr offline [-path] -device SCSI_Device_Name [-s]
  Valid value
    AutoPATH_ID    { 000000 - 999999 }(Decimal)
help:
  Format
    dlnkmgr help { clear | offline | online | set | view | add | delete | refresh }
KAPL01001-I The HDLM command completed normally. Operation name = help, completion time = yyyy/mm/dd hh:mm:ss
#
Example 3

The following example shows how to display the operations that can be specified by the help operation

# /opt/DynamicLinkManager/bin/dlnkmgr help help
help:
  Format
    dlnkmgr help { clear | offline | online | set | view | add | delete | refresh}
KAPL01001-I The HDLM command completed normally. Operation name = help, completion time = yyyy/mm/dd hh:mm:ss
#