2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

modified depending on comments

This commit is contained in:
XuWei 2017-03-19 21:37:33 -04:00
parent b67145f860
commit 98ef5adea2
3 changed files with 13 additions and 13 deletions

View File

@ -32,6 +32,13 @@ BMC (using IPMI) specific:
\ **rpower**\ \ *noderange*\ [\ **pduon | pduoff | pdustat**\ ]
OpenBMC specific:
=================
\ **rpower**\ \ *noderange*\ [\ **off | on | reset | boot | stat | state | status**\ ]
PPC (with IVM or HMC) specific:
===============================
@ -111,13 +118,6 @@ pdu specific:
\ **rpower**\ \ *noderange*\ [\ **stat | off | on**\ ]
OpenBMC (using Redfish) specific:
=================================
\ **rpower**\ \ *noderange*\ [\ **off | on | reset | boot | stat | state | status**\ ]
***********
DESCRIPTION

View File

@ -26,6 +26,8 @@ my %usage = (
"rpower" =>
"Usage: rpower <noderange> [--nodeps] [on|onstandby|off|suspend|reset|stat|state|boot] [-V|--verbose] [-m table.colum==expectedstatus][-m table.colum==expectedstatus...] [-r <retrycount>] [-t <timeout>]
rpower [-h|--help|-v|--version]
OpenBMC specific:
rpower noderange [on|off|reset|boot|stat|state|status]
KVM Virtualization specific:
rpower <noderange> [boot] [ -c <path to iso> ]
PPC (with IVM or HMC) specific:
@ -53,8 +55,6 @@ 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

@ -14,6 +14,10 @@ B<rpower> I<noderange> [B<on>|B<off>|B<softoff>|B<reset>|B<boot>|B<stat>|B<state
B<rpower> I<noderange> [B<pduon>|B<pduoff>|B<pdustat>]
=head2 OpenBMC specific:
B<rpower> I<noderange> [B<off>|B<on>|B<reset>|B<boot>|B<stat>|B<state>|B<status>]
=head2 PPC (with IVM or HMC) specific:
B<rpower> I<noderange> [B<--nodeps>] {B<of>}
@ -60,10 +64,6 @@ 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.