ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage path resume

    Resume I/O on a path to array

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The storage path resume command continues I/O flow to an array LUN on a path or the entire path that was previously quiesced. It also disables the path failures monitoring feature, if it was enabled using the storage path quiesce`-path-failure-threshold`count command.

    Parameters

    -node {<nodename>|local} - Node name

    The name of the clustered node for which information is being displayed.

    -initiator <initiator name> - Initiator Port

    Initiator port that the clustered node uses.

    -target-wwpn <wwpn name> - Target Port

    Target World Wide Port Name. Port on the storage array that is being used.

    [-lun-number <integer>] - LUN Number

    Logical Unit number. The range is: [0…​65535]. If this parameter is not specified, Data ONTAP resumes the entire path to an array.

    Examples

    The following example resumes I/O between node vbv3170f1b, port 0a and the array port 50001fe1500a8669, LUN 1

    node::> storage path resume -node vbv3170f1b -initiator 0a -target-wwpn 50001fe1500a8669 -lun-number 1

    The following example resumes I/O between node vbv3170f1b, port 0a and the array port 50001fe1500a8669

    node::> storage path resume -node vbv3170f1b -initiator 0a -target-wwpn 50001fe1500a8669
    Top of Page