ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system controller slot module remove

    Remove a module on the controller

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

    Description

    The system controller slot module remove command removes a module on the controller.

    Parameters

    -node {<nodename>|local} - Node

    Selects the PCIe modules that are present in the specified node.

    -slot <text> - Slot Number

    Selects the PCIe modules present in the specified slot or slot-subslot combination.

    Examples

    The following example removes a module in the local node:

    p2i030::> system controller slot module remove -node local -slot 1
    
    Warning: IO_CARRIER_NIANTIC_NIC module in slot 1 of node p2i030 will be
              powered off for removal.
    Do you want to continue? {y|n}: y
    The module has been successfully removed from service and powered off. It can now be safely removed.
    
    p2i030::>
    Top of Page