ONTAP 9.12.1 commands

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

    Display the NVMe over Fabrics LIF configuration

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

    Description

    The vserver nvme show-interface command displays the currently available interfaces to the NVMe protocol.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <Vserver Name>] - Vserver Name

    Use this parameter to display the NVMe interfaces that match the Vserver that you specify.

    [-lif <lif-name>] - Logical Interface

    Use this parameter to display the NVMe interfaces that match the LIF that you specify.

    [-vserver-uuid <UUID>] - Vserver UUID

    Use this parameter to display the NVMe interfaces that match the Vserver UUID that you specify.

    [-home-node <nodename>] - Home Node

    Use this parameter to display the NVMe interfaces that match the home node that you specify.

    [-home-port {<netport>|<ifgrp>}] - Home Port

    Use this parameter to display the NVMe interfaces that match the home port that you specify.

    [-status-admin {up|down}] - Status Admin

    Use this parameter to display the NVMe interfaces that match the administrative status that you specify.

    [-physical-protocol {fibre-channel|ethernet}] - Physical Protocol

    Use this parameter to display the NVMe interfaces that match the physical protocol that you specify.

    [-transport-protocol {fc-nvme|nvme-tcp}] - Transport Protocol

    Use this parameter to display the NVMe interfaces that match the transport protocol that you specify.

    [-transport-address <text>] - Transport Address

    Use this parameter to display the NVMe interfaces that match the transport address that you specify.

    [-comment <text>] - Comment

    Use this parameter to display the NVMe interfaces that match the textual comment that you specify.

    [-fc-wwnn <FC WWN>] - FC WWNN

    Use this parameter to display the NVMe interfaces that match the FC WWNN that you specify.

    [-fc-wwpn <FC WWN>] - FC WWPN

    Use this parameter to display the NVMe interfaces that match the FC WWPN that you specify.

    [-lif-id <integer>] - LIF ID

    Use this parameter to display the NVMe interfaces that match the LIF ID that you specify.

    [-lif-uuid <UUID>] - LIF UUID

    Use this parameter to display the NVMe interfaces that match the LIF UUID that you specify.

    Examples

    cluster1::*> vserver nvme show-interface
    Vserver Logical Interface    Home Node:Port     Transport Protocols
    ------- -------------------- ------------------ -----------------------------
    vs_1
            nvme1                node1:1a           fc-nvme
              Transport Address: nn-0x2000005056b45113:pn-0x2001005056b45113
    Top of Page