ONTAP 9.12.1 commands

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

    Modify the state of the external USB ports on the next boot

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

    Description

    The system node usb-ports modify command allows the user to change the state of the external USB ports on the next boot.

    Parameters

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

    This parameter specifies which node the external USB state will be modified.

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

    If set to ` true ` the external USB ports on the specified node will be disabled on the next boot.

    Examples

    The following example disables the external USB ports for node1 on the next boot:

    cluster1::> system node usb-ports modify -node node1 -is-disabled-next-boot true
    ALERT: A reboot is required for changes to take effect.
    Top of Page