一次cloudstack启动cloudstack-agent报错的处理过程

简介:

故障现象:Centos7.3使用yum安装完cloudstack-agent后,尝试启动cloudstack-agent服务,看了下,服务无法正常启动,要么就是启动后,马上就停止了,查看日志发现如下报错:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# cat /var/log/cloudstack/agent/agent.log 
2017-11-16 23:30:24,507 WARN  [cloud.resource.ServerResourceBase] (main:null) (logid:) Nics are not specified  in  properties  file /db , will try to autodiscover
2017-11-16 23:30:24,512 INFO  [cloud.resource.ServerResourceBase] (main:null) (logid:) Designating private to be nic br0
2017-11-16 23:30:24,534 INFO  [kvm.resource.LibvirtConnection] (main:null) (logid:) No existing libvirtd connection found. Opening a new one
2017-11-16 23:30:24,787 INFO  [org.reflections.Reflections] (main:null) (logid:) Reflections took 51 ms to scan 1 urls, producing 7 keys and 10 values 
2017-11-16 23:30:24,802 ERROR [cloud.agent.AgentShell] (main:null) (logid:) Unable to start agent: Failed to get private nic name
2017-11-16 23:30:35,350 INFO  [cloud.agent.AgentShell] (main:null) (logid:) Agent started
2017-11-16 23:30:35,352 INFO  [cloud.agent.AgentShell] (main:null) (logid:) Implementation Version is 4.9.2.0
2017-11-16 23:30:35,354 INFO  [cloud.agent.AgentShell] (main:null) (logid:) agent.properties found at  /etc/cloudstack/agent/agent .properties
2017-11-16 23:30:35,358 INFO  [cloud.agent.AgentShell] (main:null) (logid:) Defaulting to using properties  file  for  storage
2017-11-16 23:30:35,359 INFO  [cloud.agent.AgentShell] (main:null) (logid:) Defaulting to the constant  time  backoff algorithm
2017-11-16 23:30:35,373 INFO  [cloud.utils.LogUtils] (main:null) (logid:) log4j configuration found at  /etc/cloudstack/agent/log4j-cloud .xml
2017-11-16 23:30:35,385 INFO  [cloud.agent.AgentShell] (main:null) (logid:) Using default Java settings  for  IPv6 preference  for  agent connection
2017-11-16 23:30:35,509 INFO  [cloud.agent.Agent] (main:null) (logid:)  id  is 
2017-11-16 23:30:35,512 WARN  [cloud.resource.ServerResourceBase] (main:null) (logid:) Nics are not specified  in  properties  file /db , will try to autodiscover
2017-11-16 23:30:35,518 INFO  [cloud.resource.ServerResourceBase] (main:null) (logid:) Designating private to be nic br0
2017-11-16 23:30:35,543 INFO  [kvm.resource.LibvirtConnection] (main:null) (logid:) No existing libvirtd connection found. Opening a new one
2017-11-16 23:30:35,807 INFO  [org.reflections.Reflections] (main:null) (logid:) Reflections took 49 ms to scan 1 urls, producing 7 keys and 10 values 
2017-11-16 23:30:35,822 ERROR [cloud.agent.AgentShell] (main:null) (logid:) Unable to start agent: Failed to get private nic name


然后我发现我的systemctl start cloudstack-agent,服务根本不起来,一开始有点陷入误区,查了很多办法,都没法解决问题。

尝试解决方法(添加主机):

71511d9de7d19f52528be1cd07aa33bb.png

输入主机名称,用户名,密码

f29d8c6b14bf9a771c0e22d2522b8903.png

添加成功后,我们查看下cloudstack下agent的状态

a152bdae8a6cf5ea54a5fd11bc1a74e3.png然后我们查看下cloudstack-agent的配置文件:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# cat /etc/cloudstack/agent/agent.properties 
#Storage
#Thu Nov 16 23:35:18 CST 2017
guest.network.device=br0
workers=5
private.network.device=br0
port=8250
resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource
pod=1
zone=1
hypervisor. type =kvm
guid=a9e231ac-d361-3d25-9692-efeb9e35bf3d
public.network.device=br0
cluster=1
local .storage.uuid=2a89854c-a9f6-46e1-8378-767a25ddb0ec
domr.scripts. dir =scripts /network/domr/kvm
LibvirtComputingResource. id =7
host=172.16.2.1

当我们遇到当前没法处理的时候,不妨试着往下一步走,人生不也是如此么。










本文转自 冰冻vs西瓜 51CTO博客,原文链接:http://blog.51cto.com/molewan/1982661,如需转载请自行联系原作者
目录
相关文章
|
7月前
|
Kubernetes 安全 Go
对于阿里开源混沌工程工具chaosblade-box-agent心跳报错问题的分析与解决
摘要: 本文记录了一个由chaosblade-box平台后台发现的偶发的chaosblade-box-agent不发送心跳的问题,从报错日志入手,结合chaosblade-box-agent源码进行分析,最终解决问题并修复打包的过程。
429 7
|
6月前
|
监控 Serverless API
函数计算操作报错合集之 agent start之后,调接口是404,该如何解决
在使用函数计算服务(如阿里云函数计算)时,用户可能会遇到多种错误场景。以下是一些常见的操作报错及其可能的原因和解决方法,包括但不限于:1. 函数部署失败、2. 函数执行超时、3. 资源不足错误、4. 权限与访问错误、5. 依赖问题、6. 网络配置错误、7. 触发器配置错误、8. 日志与监控问题。
|
6月前
|
云计算
CloudStack Agent重新安装与卸载指南
CloudStack Agent重新安装与卸载指南
|
6月前
|
存储 数据安全/隐私保护 虚拟化
CloudStack Agent 配置文件解析与含义
CloudStack Agent 配置文件解析与含义
|
监控 Linux
CentOS 7安装zabbix-agent 5.0报错:依赖检测失败:libpcre.so.0(64bit)获取GPG密钥失败
CentOS 7安装zabbix-agent 5.0报错:依赖检测失败:libpcre.so.0(64bit)获取GPG密钥失败
342 0
|
监控
zabbix通过yum安装,启动报错zabbix-agent.service never wrote its PID file. Failing.
zabbix通过yum安装,启动报错zabbix-agent.service never wrote its PID file. Failing.
253 0
|
C++
【错误记录】安装 Visual Studio 2013 中文语言包报错 ( 需要 Microsoft Visual Studio Test Agent , 但此计算机上并为安装它 )
【错误记录】安装 Visual Studio 2013 中文语言包报错 ( 需要 Microsoft Visual Studio Test Agent , 但此计算机上并为安装它 )
416 1
【错误记录】安装 Visual Studio 2013 中文语言包报错 ( 需要 Microsoft Visual Studio Test Agent , 但此计算机上并为安装它 )
|
网络安全
生成多个ssh key添加到ssh-agent测试连接报错
ssh key添加到ssh-agent测试连接报错 ssh -T git@github.com 如下报错,说明是~/.ssh/config文件问题.ssh/config: line 5: Bad configuration option: usekeychain修改配置文件解决问题,完整流程看这里Mac系统如下 Host new HostName github.
3403 0
|
网络安全
将ssh key添加到ssh-agent使用命令ssh-add ~/.ssh/id_rsa结果报错
将ssh key添加到ssh-agent使用命令ssh-add ~/.ssh/id_rsa结果报错 Error connecting to agent: No such file or directory 开启ssh-agent:ssh-agent 报错: unable to start ssh-...
9159 0