ONTAP 9.12.1 commands

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

    Disable the specified interfaces for iSCSI service

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

    Description

    This command disables the specified logical interfaces for an iSCSI service. Once disabled, all subsequent attempts to establish new iSCSI connections over the logical interface will fail.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

    { -lif <lif-name>,…​ - Logical Interface

    Specifies the logical interfaces on a Vserver you want to disable.

    | -a, -all <true> - All }

    Specifies that all logical interfaces on the Vserver are disabled.

    [-f, -force <true>] - Force

    When set to true, forces the termination of any active iSCSI sessions without prompting you for a confirmation.

    Examples

    cluster1::> vserver iscsi interface disable -vserver vs_1 -lif vs_1.iscsi

    Disables the iscsi logical interface vs_1.iscsi on Vserver vs_1.

    Top of Page