Next to several Xcat blogs, assuming that we have added the operating system and set the necessary properties, we now need to remotely control the physical machine using IPMI to install the operating system with the network boot.
# Settings Use IPMI nodech <noderange> nodehm.power=ipmi nodehm.mgt=ipmi# set IPMI IP address, username and Password properties Nodech <noderange> I PMI.BMC=<IPMI IP address> ipmi.username=<ipmi username> ipmi.password=<ipmi password># Set the operating system image to install NodeSet <noderange> osimage=rhel5.8-x86_64-install-compute# set up the machine using the network boot Rsetboot <noderange> net# Restart machine Perform installation rpower <noderange> reset
Reference: http://blog.csdn.net/kongxx/article/details/44033623
Please indicate this address in the form of a link .
This address: http://blog.csdn.net/kongxx/article/details/44181711
XCAT installing the operating system through IPMI remote deployment