You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Mukarram Syed <mu...@8x8.com> on 2018/06/22 23:27:39 UTC

System VMs Agent State not running

Hi,
I have been struggling with this issue for a while now.
Problem:

When creating a cloudstack cluster the SystemVMs run.  But the "Agent
State" does not run.
I console'd logged into the VMs using virsh and found out that the system
VM IPs cannot connect to the default gateway.
I have tagged the VLAN to 16 both on the switch side and the cloudbr0
network side.
I have assigned the following IPs:
PUBLIC:  10.170.16.11 - 10.170.16.20
POD:     10.170.16.21 - 10.170.16.30
GUEST:   10.170.16.31 - 10.170.16.50

I also flushed the rules in Iptables and zero'ed the rules out in the
SystemVMs.

I see that in:

Home -> Infrastructure -> Zones -> zone1 -> Physical Network 1 -> Public

 Gateway           Netmask         VLAN        Start IP                 End
IP
10.170.16.1 255.255.255.0 vlan://16 10.170.16.11 10.170.16.20

Home -> Infrastructure -> Zones -> zone1 -> Physical Network 1 -> Management

 Pod             Gateway           Netmask         VLAN        Start IP
            End IP
pod1 10.170.16.1 255.255.255.0    vlan://16  10.170.16.21 10.170.16.30

Also I found that the Pod VLAN was not setup to 16.  So I stopped the
SystemVMs and quickly removed the Pod IPs and readded them with the Vlan 16.

The s-50-VM has the IPs:
eth0: 169.254.1.222
eth1: 10.170.16.25
eth2: 10.170.16.12

The v-49-VM has the IPs:
eth0: 169.254.3.239
eth1: 10.170.16.21
eth2: 10.170.16.11

The IPs from eth0/eth1 can't ping/telnet to each other from s-50-VM and
v-49-VM and vice-versa even after flushing out all the rules.

Obviously I am doing something wrong here.

Please advice.

Thank you

Mukarram Syed

Re: System VMs Agent State not running

Posted by mu...@8x8.com, mu...@8x8.com.
If I use a VLAN Tag, the System VMs cannot connect to the  Management server.
I created the System VMs without VLAN tagging and that seemed to have solved my issue for now.

Mukarram