Hello, I'm unable to create "Instances" on Cloudstack CentOS KVM.

/var/log/cloudstack/
2014-03-31 10:43:02,534 WARN  [kvm.resource.LibvirtComputingResource]
(agentRequest-Handler-3:null) Exception
com.cloud.exception.InternalErrorException: Failed to create vnet 602:
/usr/share/cloudstack-common/scripts/vm
/network/vnet/modifyvlan.sh: line 34: vconfig: command not
found/usr/share/cloudstack-common/scripts/vm/networ
k/vnet/modifyvlan.sh: line 38: vconfig: command not foundFailed to create
vlan 602 on pif: eth1

[root@kvmt agent]# cat /etc/cloudstack/agent/agent.properties
#Storage
#Mon Mar 31 10:33:44 PDT 2014
guest.network.device=cloudbr1
workers=5
private.network.device=cloudbr0
port=8250
resource=com.cloud.hypervisor.kvm.resource.LibvirtComputingResource
pod=2
zone=2
guid=14529930-6d76-3b00-afa3-a5001bfd7a9d
public.network.device=cloudbr1
cluster=2
local.storage.uuid=486c81b4-d362-4bdd-ad71-4b402a5605ec
domr.scripts.dir=scripts/network/domr/kvm
LibvirtComputingResource.id=7
host=10.107.0.5
[root@kvmt agent]#

[root@kvmt network-scripts]# cat ifcfg-eth1
DEVICE=eth1
TYPE=Ethernet
ONBOOT=yes
BRIDGE=cloudbr1

[root@kvmt network-scripts]# cat ifcfg-cloudbr1
DEVICE=cloudbr1
ONBOOT=yes
TYPE=Bridge


any idea? looks like it fail to create a VLAN, but I don't understand why?

Reply via email to