CloudStack: unable to add the host

简介:

一、故障现象

cloudstack添加宿主机,报错“unable to add the host”,然后虚拟机宿主机也没法添加到cloudstack的管理。


二、处理过程

然后查看了下宿主机的/var/log/cloudstack/agent/agent.log日志,没有发现有什么异常,查看管理的日志,也没有发现蛛丝马迹,正当没有头绪的时候,同事说要不再看下/var/log/message

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# tail -30 /var/log/messages 
Dec  4 19:23:42 cloudstack5 systemd: Started CloudStack Agent.
Dec  4 19:23:42 cloudstack5 systemd: Starting CloudStack Agent...
Dec  4 19:23:42 cloudstack5 sh:  /bin/sh /usr/lib/jvm/jre/bin/java : No such  file  or directory
Dec  4 19:23:42 cloudstack5 systemd: cloudstack-agent.service: main process exited, code=exited, status=1 /FAILURE
Dec  4 19:23:42 cloudstack5 systemd: Unit cloudstack-agent.service entered failed state.
Dec  4 19:23:42 cloudstack5 systemd: cloudstack-agent.service failed.
Dec  4 19:23:52 cloudstack5 systemd: cloudstack-agent.service holdoff  time  over, scheduling restart.
Dec  4 19:23:52 cloudstack5 systemd: Started CloudStack Agent.
Dec  4 19:23:52 cloudstack5 systemd: Starting CloudStack Agent...
Dec  4 19:23:52 cloudstack5 sh:  /bin/sh /usr/lib/jvm/jre/bin/java : No such  file  or directory
Dec  4 19:23:52 cloudstack5 systemd: cloudstack-agent.service: main process exited, code=exited, status=1 /FAILURE
Dec  4 19:23:52 cloudstack5 systemd: Unit cloudstack-agent.service entered failed state.
Dec  4 19:23:52 cloudstack5 systemd: cloudstack-agent.service failed.
Dec  4 19:24:03 cloudstack5 systemd: cloudstack-agent.service holdoff  time  over, scheduling restart.

如上信息,可以知道提示的信息可能与java相关,但我看了下,我的java版本是安装了的,版本是jdk1.8.0_144-1.8.0_144-fcs.x86_64

后面对比了下其它宿主机的java版本,发现都是java-1.8.0-openjdk.x86_64,于是:

1
2
#  yum remove jdk1.8.0_144-1.8.0_144-fcs.x86_64
#  yum install java-1.8.0-openjdk.x86_64

然后重新添加宿主机,问题得到解决。











本文转自 冰冻vs西瓜 51CTO博客,原文链接:http://blog.51cto.com/molewan/2047398,如需转载请自行联系原作者
目录
相关文章
|
存储 Cloud Native Linux
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
Failed to open/create the internal network ‘HostInterfaceNetworking-VirtualBox Host-Only Ethernet
|
Docker 容器
docker报错ERROR: for hass “host” network_mode is incompatible with port_bindings
docker报错ERROR: for hass “host” network_mode is incompatible with port_bindings
2755 0
|
XML 应用服务中间件 数据格式
控制台报错: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting proper
控制台报错: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting proper
98 0
控制台报错: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting proper
Anaconda ValueError:check_hostname requires server_hostname
Anaconda ValueError:check_hostname requires server_hostname
237 0
Anaconda ValueError:check_hostname requires server_hostname
openstack报错——MainPID=0 Id=neutron-server.service ActiveState=failed
openstack报错——MainPID=0 Id=neutron-server.service ActiveState=failed
378 0
openstack报错——MainPID=0 Id=neutron-server.service ActiveState=failed
|
Linux 网络架构
Root-NFS: Unable to get mountd port number from server, using default
问题描述:         以前下载到开发板linux内核启动好好地,今天突然启动不了了,到达Root-NFS: Unable to get mountd port number from server, using default这个位置就停住了,过了一段时间就显示,如图:       很明显,我的nfs有问题。
1466 0