XCAT remote deployment and installation of the operating system through IPMI, xcatipmi
Based on the previous xCAT blogs, assuming that the operating system has been added and necessary attributes have been set, we need to use IPMI to remotely control the physical machine to use network startup to install the operating system.
# Set to use IPMI nodech <noderange> nodehm. power = ipmi nodehm. mgt = ipmi # Set the IP address, user name, and password of IPMI. nodech <noderange> ipmi. bmc = <ipmi ip address> ipmi. username = <ipmi username> ipmi. password = <ipmi password> # Set the operating system image nodeset to be installed <noderange> osimage = rhel5.8-x86_64-install-compute # set the machine to start rsetboot using the Network <noderange> net # restart the machine to execute rpower Installation <noderange> reset
Reference: http://blog.csdn.net/kongxx/article/details/44033623
Reprinted please mark the address of this article as a link
Address: http://blog.csdn.net/kongxx/article/details/44181711