2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 10:20:31 +00:00

Add man page related with openbmc

This commit is contained in:
XuWei
2017-03-16 01:31:19 -04:00
parent 8edf93de0d
commit b67145f860
3 changed files with 13 additions and 0 deletions

View File

@ -111,6 +111,13 @@ pdu specific:
\ **rpower**\ \ *noderange*\ [\ **stat | off | on**\ ]
OpenBMC (using Redfish) specific:
=================================
\ **rpower**\ \ *noderange*\ [\ **off | on | reset | boot | stat | state | status**\ ]
***********
DESCRIPTION

View File

@ -53,6 +53,8 @@ my %usage = (
pdu specific:
rpower noderange [off|on|stat]
rpower noderange [pduoff|pduon|pdustat]
OpenBMC (using Redfish) specific:
rpower noderange [on|off|reset|boot|stat|state|status]
",
"rbeacon" =>
"Usage: rbeacon <noderange> [on|off|stat] [-V|--verbose]

View File

@ -60,6 +60,10 @@ B<rpower> I<noderange> [B<start>|B<stop>|B<restart>|B<pause>|B<unpause>|B<state>
B<rpower> I<noderange> [B<stat>|B<off>|B<on>]
=head2 OpenBMC (using Redfish) specific:
B<rpower> I<noderange> [B<off>|B<on>|B<reset>|B<boot>|B<stat>|B<state>|B<status>]
=head1 DESCRIPTION
B<rpower> controls the power for a single or range of nodes, via the out-of-band path.