ONTAP 9.12.1 commands

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

    Modify network interfaces used for iSCSI connectivity

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

    Description

    The vserver iscsi interface modify command modifies the iSCSI specific configuration for an iSCSI LIF.

    Parameters

    -vserver <Vserver Name> - Vserver

    Specifies the Vserver.

    -lif <lif-name> - Logical Interface

    Use this parameter to specify the logical interface on a Vserver that you want to modify.

    [-sendtargets-fqdn <text>] - iSCSI Discovery SendTargets FQDN

    Use this parameter to specify the Fully Qualified Domain Name (FQDN) to return during an iSCSI Discovery SendTargets operation. To clear the FQDN, set this parameter to "". If unset, the IP address of the LIF is used in iSCSI SendTargets discovery. + This is not part of iSNS and will not affect the iSNS configuration.

    Examples

    The following example modifies the sendtargets-fqdn of the iSCSI LIF vs1_iscsi1 for Vserver vs1 to myhost.example.com.

    cluster1::> vserver iscsi interface modify -vserver vs1 -lif vs1_iscsi1 -sendtargets_fqdn myhost.example.com
    Top of Page