ONTAP 9.12.1 commands

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

    Power off a module on the controller for replacement

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

    Description

    The system controller slot module replace command powers off a module on the controller for replacement.

    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 powers off a module in the local node:

    p2i030::> system controller slot module replace -node local -slot 1
    
    Warning: IO_CARRIER_NIANTIC_NIC module in slot 1 of node p2i030 will be powered
              off for replacement.
    Do you want to continue? {y|n}: y
    The module has been successfully powered off. It can now be safely replaced. After the replacement module is inserted, use the "system controller slot module insert" command to place the module into service.
    
    p2i030::>
    Top of Page