=head1 NAME B - remote power control of nodes =head1 SYNOPSIS B I [B<--nodeps>] {B|B|B|B|B|B|B|B} [-m table.column==expectedstatus [-m table.column=~expectedstatus]] [-t timeout] [-r retrycount] B [B<-h>|B<--help>|B<-v>|B<--version>] =head2 PPC (with IVM or HMC) specific: B I [B<--nodeps>] {B} =head2 PPC (with HMC) specific: B I [B] =head2 Blade specific: B I [B|B] =head1 DESCRIPTION B controls the power for a single or range of nodes, via the out-of-band path. =head1 OPTIONS =over 4 =item B Turn power on. =item B Turn power on to standby state =item B Attempt to request clean shutdown of OS (may not detect failures in completing command) =item B Turn power off. =item B Suspend the target nodes execution =item B|B Print the current power state/status. =item B Send a hard reset. =item B If off, then power on. If on, then hard reset. This option is recommended over B. =item B Power off, then on. =item B Boot the node to open firmware mode. =item B<-m table.column==expectedstatus -m table.column=~expectedstatus> Use one or multiple -m flags to specify the node attributes and the expected status for the node installation monitoring and automatic retry mechanism. The operators ==, !=, =~ and !~ are valid. This flag must be used with -t flag. Note: if the "val" fields includes spaces or any other characters that will be parsed by shell, the "attrval" needs to be quoted. If the operator is "!~", the "attrval" needs to be quoted using single quote. =item B<--nodeps> Do not use dependency table (default is to use dependency table). Valid only with on|off|boot|reset|cycle for blade power method. =item B<-r retrycount> specify the number of retries that the monitoring process will perform before declare the failure. The default value is 3. Setting the retrycount to 0 means only monitoring the os installation progress and will not re-initiate the installation if the node status has not been changed to the expected value after timeout. This flag must be used with -m flag. =item B<-t timeout> Specify the the timeout, in minutes, to wait for the expectedstatus specified by -m flag. This is a required flag if the -m flag is specified. Power off, then on. =item B<-h>|B<--help> Prints out a brief usage message. =item B<-v>, B<--version> Display the version number. =back =head1 EXAMPLES =over 3 =item * B I node4: on node5: off =item * B I node5: on =back =head1 SEE ALSO L, L, L, L, L