ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver iscsi security delete

    Delete the iSCSI authentication configuration for an initiator

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

    Description

    This command removes the security settings for this initiator. The default authentication setting now applies to this initiator.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

    -i, -initiator-name <text> - Initiator Name

    Specifies the initiator that you want to remove the authentication setting from.

    Examples

    cluster1::> vserver iscsi security delete -vserver vs1 -initiator iqn.1992-08.com.example:abcdefg

    Deletes initiator iqn.1992-08.com.example:abcdefg on Vserver vs1 from the authentication setting. The default authentication now applies to this initiator.

    Top of Page