Requesting compute power node status, Resetting hp apm – HP ProLiant SL2500 Scalable System User Manual
Page 71

Using XML 71
<MOD_COMPUTE_NODE_POWER>
<SLAPM PORT=”1”/>
<DIST_MODULE PORT=”1”/>
<NODE PORT=”1”/>
<STATUS VALUE=”ON”/>
</MOD_COMPUTE_NODE_POWER>
</LOGIN>
</SLAPMCL>
To request SL Power Management Controller to turn on all nodes attached to HP APM, enter
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>.
For example, to turn on all nodes:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>
</LOGIN>
</SLAPMCL>
To request SL Power Management Controller to turn off all nodes attached to HP APM, enter
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>.
For example, to turn off all nodes:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>
</LOGIN>
</SLAPMCL>
Requesting compute power node status
To request the power status of a node, enter <GET_COMPUTE_NODE_POWER>.
For example:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_COMPUTE_NODE_POWER>
<SLAPM PORT=”1”/>
<DIST_MODULE PORT=”1”/>
<NODE PORT=”1”/>
</GET_COMPUTE_NODE_POWER>
</LOGIN>
</SLAPMCL>
To request the power status of all nodes attached to HP APM, enter
<GET_ALL_COMPUTE_NODES_POWER/>.
For example:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_ALL_COMPUTE_NODES_POWER/>
</LOGIN>
</SLAPMCL>
Resetting HP APM
To reset HP APM, enter <RESET_APM>.