2008-01-08 15:57:51 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
rpower - remote power control
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
|
|
|
B<rpower>
|
|
|
|
I<noderange>
|
2008-03-11 14:15:55 +00:00
|
|
|
B<[--nodeps]> B<on>|B<off>|B<stat>|B<state>|B<reset>|B<boot>|B<cycle>
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
B<rpower>
|
|
|
|
[B<-h>|B<--help>]
|
|
|
|
|
|
|
|
B<rpower>
|
|
|
|
[B<-v>|B<--version>]
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
I<rpower> controls the power for a single or range of nodes.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item B<on>
|
|
|
|
|
|
|
|
Turn power on.
|
|
|
|
|
|
|
|
=item B<off>
|
|
|
|
|
|
|
|
Turn power off.
|
|
|
|
|
|
|
|
=item B<stat>|B<state>
|
|
|
|
|
|
|
|
Print the current power state/status.
|
|
|
|
|
|
|
|
=item B<reset>
|
|
|
|
|
|
|
|
Send a hard reset.
|
|
|
|
|
|
|
|
=item B<boot>
|
|
|
|
|
|
|
|
If off, then power on.
|
|
|
|
If on, then hard reset.
|
|
|
|
The option is recommended over B<cycle>.
|
|
|
|
|
|
|
|
=item B<cycle>
|
|
|
|
|
|
|
|
Power off, then on.
|
|
|
|
|
2008-03-11 14:15:55 +00:00
|
|
|
=item B<--nodeps>
|
2008-03-11 12:15:39 +00:00
|
|
|
|
2008-03-11 14:15:55 +00:00
|
|
|
Do not use dependency table (default is to use dependency table). Valid only with on|off|boot|reset|cycle for blade power method.
|
2008-03-11 12:15:39 +00:00
|
|
|
|
2008-01-08 15:57:51 +00:00
|
|
|
=item B<-h>, B<--help>
|
|
|
|
|
|
|
|
Help.
|
|
|
|
Prints out a brief help message.
|
|
|
|
|
|
|
|
=item B<-v>, B<--version>
|
|
|
|
|
|
|
|
Version.
|
|
|
|
Display the version number.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 ENVIRONMENT
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
=begin roff
|
|
|
|
|
|
|
|
\fIrpower node4,node5 stat\fR
|
|
|
|
|
|
|
|
node4: on
|
|
|
|
.br
|
|
|
|
node5: off
|
|
|
|
|
|
|
|
\fIrpower node5 on\fR
|
|
|
|
|
|
|
|
node5: on
|
|
|
|
|
|
|
|
=end roff
|
|
|
|
|
|
|
|
=begin html
|
|
|
|
<TT><EM>rpower node5 on</EM></TT>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<TT>node4: on</TT>
|
|
|
|
<br>
|
|
|
|
<TT>node5: off</TT>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<TT><EM>rpower node5 on</EM></TT>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<TT>node5: on</TT>
|
|
|
|
|
|
|
|
=end html
|
|
|
|
|
|
|
|
|
|
|
|
=head1 FILES
|
2008-02-25 13:41:10 +00:00
|
|
|
|
2008-01-08 15:57:51 +00:00
|
|
|
/opt/xcat/bin/rpower
|
|
|
|
|
|
|
|
|
|
|
|
=head1 NOTES
|
|
|
|
|
|
|
|
This command is part of the xCAT software product.
|
2008-03-11 12:15:39 +00:00
|
|
|
|
2008-03-11 14:15:55 +00:00
|
|
|
|