1a844bae71
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14569 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
35 lines
812 B
Plaintext
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>
|