码迷,mamicode.com
首页 > 其他好文 > 详细

Xenserver 网卡丢失处理

时间:2016-10-01 06:54:15      阅读:1605      评论:0      收藏:0      [点我收藏+]

标签:网卡

在环境中因为停电导致xenserver出现故障,问题如下:

 

[root@xs01 ~]# xe pool-list

The server failed to handle your request,due to an internal error.  The given m

essage may give details useful fordebugging the problem.

message: INTERNAL_ERROR: [ Connectionfailed: connection refused. ]

[root@xs01 ~]# xe host-list

The server failed to handle your request,due to an internal error.  The given m

essage may give details useful fordebugging the problem.

message: INTERNAL_ERROR: [ Connectionfailed: connection refused. ]

另一台报

[root@xs01 ~]# xe host-list

Error: Connection refused (calling connect)

 

经过研究发现并不是很严重的问题:

 

这个问题可能有多种原因导致,但是此问题通常发生在pool中只有2XenServerpool master suddenly fails,本质上发生问题的实际是slave找不到它的master主机,所以就认为系统出现了意外而进入紧急模式(emergency mode )以保护运行着的虚拟机

    这个时候因为master已经是down的状态导致无法pingmaster主机,如果你直接通过键盘鼠标显示器连接到Xenserver Master主机仍无法做任何操作

    这一点你可能会想重启host主机是否就OK了,您可能会幸运的通过重启来解决,但是更多时候是无效的,这个时候您通过console连接到slave xsconsole网卡丢失,没有显示IP地址等信息等,Xenserver并没有您想的那么脆弱,vm仍在运行:

   您可以在slave 机器上运行:

#xe host-is-in-emergency-mode

如果返回“True”那就确认server是因为保护上面运行的虚拟机而进入emergency mode,可能是master down掉或者管理端口不工作,我们可以通过命令来让slave变成master来退出emergency mode

#xe pool-emergency-transition-to-master

此时管理口应该可用,可以通过xencenter连接pool,首先连接原来的master,但是超时后会连接新的master,此时可以恢复

 

http://www.mooselogic.com/blog/xenserver-host-is-in-emergency-mode

 

 

unable to mount the directory specified indevice configuration request


本文出自 “我爱hick” 博客,请务必保留此出处http://kuazhang.blog.51cto.com/4004067/1858046

Xenserver 网卡丢失处理

标签:网卡

原文地址:http://kuazhang.blog.51cto.com/4004067/1858046

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!