xcat-core/xCAT-client/pods/man1/rbeacon.1.pod
2012-12-06 08:06:31 +00:00

35 lines
812 B
Plaintext

=head1 NAME
B<rbeacon> - Turns beacon on/off/blink or gives status of a node or noderange.
=head1 SYNOPSIS
B<rbeacon> [B<-h>|B<--help>|B<-v>|B<--version>]
=head2 IPMI specific:
B<rbeacon> I<noderange> {B<on>|B<off>}
=head2 Blade specific:
B<rbeacon> I<noderange> {B<on>|B<blink>|B<off>|B<stat>}
=head1 DESCRIPTION
B<rbeacon> Turns beacon (a light on the front of the physical server) on/off/blink or gives status of a node or noderange.
For B<IPMI specific>, it represents the systems were managed through I<ipmi> mode. And for B<Blade specific>, it represents managing the systems using I<blade> mode.
=head1 EXAMPLES
rbeacon 1,3 off
rbeacon 14-56,70-203 on
rbeacon 1,3,14-56,70-203 blink
rbeacon all,-129-256 stat
=head1 SEE ALSO
L<noderange(3)|noderange.3>, L<rpower(1)|rpower.1>