Modify all compute node power, Get compute node – HP ProLiant SL2500 Scalable System User Manual
Page 98

XML commands 98
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<MOD_COMPUTE_NODE_POWER>
<SLAPM PORT=”1”/>
<DIST_MODULE PORT=”1”/>
<NODE PORT=”1”/>
<STATUS VALUE=”ON”/>
</MOD_COMPUTE_NODE_POWER>
</LOGIN>
</SLAPMCL>
where
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must never be
blank.
PASSWORD is the password associated with the user.
•
Description:
This command, executed in XML, requests SL Power Management Controller to turn a node on or off.
Modify all compute node power
•
Command:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>
</LOGIN>
</SLAPMCL>
to turn on all nodes, or
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>
</LOGIN>
</SLAPMCL>
to turn off all nodes, where
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must never be
blank.
PASSWORD is the password associated with the user.
•
Description:
This command, executed in XML, requests SL Power Management Controller to turn all nodes attached
to HP APMon or off.
Get compute node
•
Command:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_COMPUTE_NODE_POWER>
<SLAPM PORT=”1”/>
<DIST_MODULE PORT=”1”/>
<NODE PORT=”1”/>