update the rpower for lowpower, rackstandby, exit_rackstandby and on so

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9342 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-04-19 06:52:56 +00:00
parent bb013f16e1
commit 255cce79d4

View File

@ -18,6 +18,14 @@ B<rpower> I<noderange> [B<onstandby>]
B<rpower> I<noderange> [B<softoff>]
=head2 CEC (using Direct FSP Management) specific:
B<rpower> I<noderange> [B<on>|B<onstandby>|B<off>|B<stat>|B<state>|B<lowpower>]
=head2 Frame (using Direct FSP Management) specific:
B<rpower> I<noderange> [B<rackstandby>|B<exit_rackstandby>|B<stat>|B<state>]
=head2 Blade specific:
B<rpower> I<noderange> [B<cycle>|B<softoff>]
@ -38,6 +46,18 @@ Turn power on.
Turn power on to standby state
=item B<lowpower>
Turn CEC to low power state. This is a disruptive operation which requires the CEC to be powered off prior to entering low power mode.
=item B<rackstandby>
Places the rack in the rack standby state. It requires that all CECs and DE be powered off before it will run.
=item B<exit_rackstandby>
Exit Rack standby will be the default state that a rack goes into when power is initially applied to the rack. It simply moves the BPA from Rack standby to both bpa's in standby state.
=item B<softoff>
Attempt to request clean shutdown of OS (may not detect failures in completing command)