ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node hardware unified-connect show

    Displays information about Fibre Channel and converged networking adapters

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

    Description

    This command manages Fibre Channel and converged networking adapters used by the storage subsystem. Use the command to show the current mode and FC-4 type of adapters or the capabilities of adapters.

    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.

    | [-capability ]

    If this parameter is specified, the command displays the capabilities of the adapters.

    | [-instance ] }

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

    [-node {<nodename>|local}] - Node

    If this parameter is specified, the command displays information about Fibre Channel and converged networking adapters on the specified node.

    [-adapter <text>] - Adapter

    If this parameter is specified, the command displays information about the specified adapter.

    [-current-mode {fc|cna}] - Current Mode

    If this parameter is specified, the command displays adapters configured to the specified mode.

    [-current-type {initiator|target|fcvi}] - Current Type

    If this parameter is specified, the command displays adapters configured to the specified FC-4 type.

    [-pending-mode {fc|cna}] - Pending Mode

    If this parameter is specified, the command displays adapters configured to the specified mode on the next reboot.

    [-pending-type {initiator|target|fcvi}] - Pending Type

    If this parameter is specified, the command displays adapters configured to the specified FC-4 on the next reboot.

    [-status-admin <text>] - Administrative Status

    If this parameter is specified, the command displays adapters with the specified status.

    [-supported-modes {fc|cna}] - Supported Modes

    The list of modes that the adapter supports.

    [-supported-fc-types {initiator|target|fcvi}] - Supported FC Types

    The list of FC-4 types the adapter supports when configured into fc mode.

    [-supported-cna-types {initiator|target|fcvi}] - Supported CNA Types

    The list of FC-4 types the adapter supports when configured into cna mode.

    Examples

    The following example displays information about all Fibre Channel and converged networking adapters in the cluster:

    cluster1::> system node hardware unified-connect show
                           Current  Current    Pending  Pending    Admin
    Node          Adapter  Mode     Type       Mode     Type       Status
    ------------  -------  -------  ---------  -------  ---------  -----------
    node1         0c       fc       initiator  -        -          online
    node1         0d       fc       initiator  -        -          online
    node1         3a       fc       target     -        -          online
    node1         3b       fc       target     -        -          online
    node1         4a       cna      target     -        -          online
    node1         4b       cna      target     -        -          online
    node1         6a       fc       target     -        -          online
    node1         6b       fc       target     -        -          online
    node2         0c       fc       initiator  -        -          online
    node2         0d       fc       initiator  -        -          online
    node2         3a       fc       target     -        -          online
    node2         3b       fc       target     -        -          online
    node2         4a       cna      target     -        -          online
    node2         4b       cna      target     -        -          online
    node2         6a       cna      target     -        -          online
    node2         6b       cna      target     -        -          online
    16 entries were displayed.
    Top of Page