ONTAP 9.12.1 commands

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

    Enable the specified interfaces for iSCSI service

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

    Description

    This command enables specified logical interfaces for iSCSI Vserver service. Once enabled, your system accepts new iSCSI connections and services iSCSI requests over the newly enabled logical interfaces.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

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

    Specifies the logical interfaces on a Vserver that you want to enable.

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

    When set to true, all logical interfaces are enabled. If you use this parameter without a value, it is set to true, and the command enables all logical interfaces.

    Examples

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

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

    Top of Page