ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node usb-ports show

    Display the state of the external USB ports

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

    Description

    The system node usb-ports show command displays the status of the external USB ports on each node.

    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.

    [-node {<nodename>|local}] - Node That Owns the External USB Ports

    If this parameter is specified, the command displays information about the status of the external USB ports on the specified node.

    [-is-disabled {true|false}] - Current State of the External USB Ports

    This parameter specifies the current state of the external USB ports.

    [-is-disabled-next-boot {true|false}] - State of the External USB Ports on the Next Boot

    This parameter specifies the state of the external USB ports after the next boot.

    [-is-feature-supported {true|false}] - External USB Ports Supported?

    This parameter specifies whether or not the node even supports external USB ports.

    [-connected-ports {true|false}] - Connected USB Devices

    This parameter specifies whether or not the USB ports have a device connected to them.

    Examples

    The following example displays information about the state of the external USB ports:

    cluster1::> system node usb-ports show
    Node                     Disabled?           Disabled on Next Boot?  Supported? Devices Connected to Ports
    ------------------------ ------------------- ----------------------- ---------- --------------------------
    node1                    false               true                    true       false
    Top of Page