XCat服务器初尝试 - 踩坑记录

问题一、rpower node2 state时遭遇[xcatmn]: Unable to dispatch hierarchical sub-command错误

# rpower node2 state
Error: [xcatmn]: Unable to dispatch hierarchical sub-command to 172.128.31.99:3001. Error: Connection failure: IO::Socket::INET: connect: timeout at /opt/xcat/lib/perl/xCAT/Client.pm line 248.

原因:xcat服务器的IP地址之前改变了,但是tabdump side里的一直没有修正,导致master地址不对

解决方法:tabdump site里修改master的值

参考http://www.newfreesoft.com/linux/xcat_error_unable_to_dispatch_hierarchical_sub_command_to_noresolution_3001_6337/

With "tabdump site" to check the configuration of the master value is found NORESOLUTION, modify the master machine where IP is xcat with chtab command, as follows:
chtab key = master site.value = '< XCAT_HOST_IP>'

问题二、rpower node1 state时一直遭遇ERROR:timeout

# rpower node2 state
node2: [xcatmn]: Error: ERROR: timeout

原因: node2来自bmc,而BMC Configuration -> Network -> Service Enablement and Port Assignment -> IPMI Over LAN默认是关闭的。

解决方法: 开启IPMI Over LAN这一项之后,rpower就可以控制node。

问题三、makedhcp -n出现Warning No dynamic range specified for 

# makedhcp -n
Renamed existing dhcp configuration file to  /etc/dhcp/dhcpd.conf.xcatbak
 
Warning: [xcatmn]: No dynamic range specified for 10.128.137.0. If hardware discovery is being used, a dynamic range is required.
Warning: [xcatmn]: No dynamic range specified for 11.1.1.0. If hardware discovery is being used, a dynamic range is required.

原因:dhcpd.conf里缺少一个动态IP的使用范围

解决方法:添加range到/etc/dhcp/dhcpd.conf的网卡virbr0的定义里,修改后要重启dhcpd服务

shared-network virbr0 {
  subnet 10.128.137.0 netmask 255.255.255.0 {
    range 10.128.137.121 10.128.137.126;
    authoritative;
systemctl restart dhcpd

问题四、rinstall之后PXE不断重启,没有按预期安装OS

 

无限循环,然后又开始PXE安装了

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值