xCAT 通过 IPMI 远程部署安装操作系统

最后更新于:2022-04-01 14:18:56

接前面几篇xCAT的博客,假定我们已经添加了操作系统并设置了必要的属性,现在需要通过 IPMI 来远程控制物理机使用网络启动来安装操作系统。 ~~~ # 设置使用 IPMI nodech <noderange> nodehm.power=ipmi nodehm.mgt=ipmi # 设置 IPMI 的IP地址,用户名和密码等属性 nodech <noderange> ipmi.bmc=<ipmi ip address> ipmi.username=<ipmi username> ipmi.password=<ipmi password> # 设置要安装的操作系统镜像 nodeset <noderange> osimage=rhel5.8-x86_64-install-compute # 设置机器使用网络启动 rsetboot <noderange> net # 重启机器执行安装 rpower <noderange> reset ~~~ 参考:http://blog.csdn.net/kongxx/article/details/44033623 转载请以链接形式标明本文地址 本文地址:http://blog.csdn.net/kongxx/article/details/44181711
';