(Click to open topic with navigation)
If you want to enable green computing on your system using the Adaptive Computing supplied IPMI reference scripts, follow the steps here. The IPMI scripts provided are meant as a reference for you to configure the solution to your environment, but can also be used as-is.
Prerequisites
To deploy the Adaptive Computing IPMI scripts
Set self.ipmipass to the location of the IPMI password file (/opt/moab/passfile.txt by default).
The permissions for the directory and the password file itself should be set so that they can be read only by root or the Moab user running the script.
Create a node-bmc.txt file in the Moab home directory. The file must contain a space-delimited list of Moab node names that map to the IPMI host names or IP address. For Example:
node01 node01_ipmi # For all three of these entries, the first value is the node02 node02_ipmi # node name as Moab knows it. The second value is either node03 10.1.1.1 # the node IPMI name or IPMI IP address.
Restart Moab and verify green computing is working correctly. If you encounter trouble, see the Troubleshooting green computing topic for help.
Related topics