2008-01-08 15:57:51 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> - remote power control of nodes
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> I<noderange> [B<--nodeps>] {B<on>|B<off>|B<stat>|B<state>|B<reset>|B<boot>|B<cycle>}
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> [B<-h>|B<--help>|B<-v>|B<--version>]
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> controls the power for a single or range of nodes, via the out-of-band path.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=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.
|
2008-03-14 20:54:31 +00:00
|
|
|
This option is recommended over B<cycle>.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=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-03-14 20:54:31 +00:00
|
|
|
=item B<-h>|B<--help>
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
Prints out a brief usage message.
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
=item B<-v>, B<--version>
|
|
|
|
|
|
|
|
Display the version number.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=over 3
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=item *
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> I<node4,node5 stat>
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
node4: on
|
|
|
|
node5: off
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=item *
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
B<rpower> I<node5 on>
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
node5: on
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=back
|
2008-01-08 15:57:51 +00:00
|
|
|
|
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
=head1 SEE ALSO
|
2008-01-08 15:57:51 +00:00
|
|
|
|
2008-03-14 20:54:31 +00:00
|
|
|
noderange(3), rcons(1), rinv(1), rvitals(1), rscan(1)
|
2008-03-11 12:15:39 +00:00
|
|
|
|
2008-03-11 14:15:55 +00:00
|
|
|
|