ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node power on

    Power nodes on

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

    Description

    This command switches on the power of the main controller of the specified node. This command works for a single node only and the full name of the node must be entered exactly.

    Parameters

    -node {<nodename>|local} - Node

    This parameter specifies the node whose power you want to switch on.

    Examples

    The following example switches on the power of node2.

    cluster1::> set advanced
    
    Warning: These advanced commands are potentially dangerous; use them only when
             directed to do so by Fujitsu personnel.
    Do you want to continue? {y|n}: y
    
    cluster1::*>
    cluster1::*> system node power on -node node2
    
    cluster1::*>
    Top of Page