ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver fcp wwpn-alias remove

    Removes an alias for a World Wide Port Name of an initiator.

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

    Description

    This command removes an alias from a World Wide Port Name (WWPN).

    Parameters

    -vserver <Vserver Name> - Vserver Name

    Specifies the Vserver.

    { -a, -alias <text>,…​ - Initiator WWPN Alias

    Specifies the alias of the WWPN that you want to remove.

    | -w, -wwpn <FC WWN> - Initiator WWPN }

    Specifies the WWPN.

    Examples

    cluster1::> vserver fcp wwpn-alias remove -vserver vs_1 -wwpn 2f:a0:00:a0:98:0b:56:13

    On Vserver vs_1 , removes all the aliases on WWPN 2f:a0:00:a0:98:0b:56:13 .

    cluster1::> vserver fcp wwpn-alias remove -vserver vs_1 -alias my_alias

    On Vserver vs_1 , removes the alias my_alias .

    Top of Page