You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Marcus Sorensen (JIRA)" <ji...@apache.org> on 2014/01/29 23:38:09 UTC

[jira] [Commented] (CLOUDSTACK-5985) Unable to add a kvm host in UI

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-5985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885926#comment-13885926 ] 

Marcus Sorensen commented on CLOUDSTACK-5985:
---------------------------------------------

You need to turn on debug in the agent. Open /etc/cloudstack/agent/log4j-cloud.xml and change all INFO to DEBUG, then try to start the agent.

"failed to get private nic name" usually means that it can't find your ethernet device based on the traffic label.  Do you have a bridge 'br0' that it's looking for? Does it have a physical device named 'eth', 'bond', or something else?

> Unable to add a kvm host in UI
> ------------------------------
>
>                 Key: CLOUDSTACK-5985
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5985
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>         Environment: A physical machine acting as the hypervisor and a VM acting as the management server. Both with Ubuntu OS 12.04.
>            Reporter: Ana Paula de Sousa
>              Labels: agent, host, management, networkbridge
>
> I'm trying to make tests with the cloudstack, but when I try to adding the host on the web interface it gives me "unable to add the host".
> The log of the management-server.log gives me:
> 2014-01-29 20:12:25,196 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Skip capacity scan due to there is no Primary Storage$
> 2014-01-29 20:12:26,221 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2014-01-29 20:12:26,222 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2014-01-29 20:12:55,196 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Skip capacity scan due to there is no Primary Storage$
> 2014-01-29 20:12:56,221 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2014-01-29 20:12:56,222 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> 2014-01-29 20:13:01,259 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Resetting hosts suitable for reconnect
> 2014-01-29 20:13:01,260 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Completed resetting hosts suitable for reconnect
> 2014-01-29 20:13:01,260 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Acquiring hosts for clusters already owned by this management $
> 2014-01-29 20:13:01,261 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Completed acquiring hosts for clusters already owned by this m$
> 2014-01-29 20:13:01,261 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Acquiring hosts for clusters not owned by any management server
> 2014-01-29 20:13:01,262 DEBUG [host.dao.HostDaoImpl] (ClusteredAgentManager Timer:null) Completed acquiring hosts for clusters not owned by any manage$
> 2014-01-29 20:13:11,379 DEBUG [cloud.server.StatsCollector] (StatsCollector-2:null) VmStatsCollector is running...
> 2014-01-29 20:13:11,379 DEBUG [cloud.server.StatsCollector] (StatsCollector-1:null) HostStatsCollector is running...
> 2014-01-29 20:13:11,385 DEBUG [cloud.server.StatsCollector] (StatsCollector-2:null) StorageCollector is running...
> 2014-01-29 20:13:25,196 DEBUG [cloud.consoleproxy.ConsoleProxyManagerImpl] (consoleproxy-1:null) Skip capacity scan due to there is no Primary Storage$
> 2014-01-29 20:13:26,221 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 routers to update status.
> 2014-01-29 20:13:26,221 DEBUG [network.router.VirtualNetworkApplianceManagerImpl] (RouterStatusMonitor-1:null) Found 0 networks to update RvR status.
> The agent.log gives me:
> 2014-01-29 19:43:50,887 INFO  [cloud.agent.AgentShell] (main:null) Agent started
> 2014-01-29 19:43:50,888 INFO  [cloud.agent.AgentShell] (main:null) Implementation Version is 4.2.0
> 2014-01-29 19:43:50,889 INFO  [cloud.agent.AgentShell] (main:null) agent.properties found at /etc/cloudstack/agent/agent.properties
> 2014-01-29 19:43:50,890 INFO  [cloud.agent.AgentShell] (main:null) Defaulting to using properties file for storage
> 2014-01-29 19:43:50,890 INFO  [cloud.agent.AgentShell] (main:null) Defaulting to the constant time backoff algorithm
> 2014-01-29 19:43:50,893 INFO  [cloud.utils.LogUtils] (main:null) log4j configuration found at /etc/cloudstack/agent/log4j-cloud.xml
> 2014-01-29 19:43:50,959 INFO  [cloud.agent.Agent] (main:null) id is
> 2014-01-29 19:43:50,961 WARN  [cloud.resource.ServerResourceBase] (main:null) Nics are not specified in properties file/db, will try to autodiscover
> 2014-01-29 19:43:50,964 INFO  [cloud.resource.ServerResourceBase] (main:null) Designating private to be nic br0
> 2014-01-29 19:43:50,971 INFO  [resource.virtualnetwork.VirtualRoutingResource] (main:null) VirtualRoutingResource _scriptDir to use: scripts/network/d$
> 2014-01-29 19:43:51,342 ERROR [cloud.agent.AgentShell] (main:null) Unable to start agent: Failed to get private nic name
> I already have a bridge on my hypervisor which makes the management server recognize the hypervisor.
> I have a feeling that the problem is on the configuration of the network environment, but I can't find where it is.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)