ONTAP 9.12.1 commands

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

    Disable a storage port

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

    Description

    The storage port disable command disables a specified storage port.

    Parameters

    -node {<nodename>|local} - Node

    Use this parameter to specify the node on which the port resides.

    -port <text> - Port

    Use this parameter to specify the port that needs to be disabled.

    [-force <true>] - Force

    Use this optional parameter to force the disabling of the storage port. The parameter can be used to disable the specified port even if some devices can only be accessed using this port. Note that doing so might cause multiple device failures.

    Examples

    The following example disables port 0a on node node1:

    cluster1::> storage port disable -node node1 -port 0a
    Top of Page