ONTAP 9.12.1 commands

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

    Remove a port record from an array profile.

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

    Description

    The storage array port remove command removes a port from the array database. You might want to remove ports that are no longer connected to the clustered node. Port information can change after hardware replacement, rezoning, or similar configuration activities. The database retains the records about previous ports unless you remove the information.

    Parameters

    -name <text> - Name

    Selects the array ports that match this parameter value. The storage array name is either generated by Data ONTAP or assigned by the user.

    { [-wwnn <text>] - WWNN

    Selects the array ports that match this parameter value.

    [-wwpn <text>] - WWPN

    Selects the array ports that match this parameter value.

    | [-target-iqn <text>] - Target IQN

    Selects the array ports that match this parameter value.

    [-tpgt <integer>] - TPGT }

    Selects the array ports that match this parameter value.

    Examples

    This command removes a port record from the array profiles database.

    cluster1::> storage array port remove -name HITACHI_DF600F_1 -wwnn 50060e80004291c0 -wwpn 50060e80004291c0
    Top of Page