您的位置:首页 > 产品设计 > 产品经理

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

2015-03-10 21:59 603 查看
接前面几篇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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: