Hi to all.I'm trying to install cloudstack 4.0.0 with Ubuntu 12.04. I'm
installing server-management and agent KVM on the same computer. The management
server work fine, instead the agent do not work.
The output is:
cloud-setup-agent:
Please input the Management Server Hostname/IP-Address:[localhost]
Please input the Zone Id:[default]
Please input the Pod Id:[default]
Please input the Cluster Id:[default]
Please choose which network used to create VM:[cloudbr0]
Starting to configure your system:
Configure Apparmor ... [OK]
Configure Network ... [OK]
Configure Libvirt ... [OK]
Configure Firewall ... [OK]
Configure Nfs ... [OK]
Configure cloudAgent ... [OK]
CloudStack Agent setup is done!
service cloud-agent start:
* cloud-agent is not running
And the agent.log say:
2014-01-27 12:06:04,562 ERROR [cloud.agent.Agent] (Agent-Handler-2:null) Not
allowed to connect to the server: java.lang.IllegalArgumentException: Host
10.0.0.50 sent incorrect data center: default
2014-01-27 12:06:04,563 INFO [cloud.agent.Agent] (AgentShutdownThread:null)
Stopping the agent: Reason = sig.kill
I reach Internet and my network configuration was:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
# Public network
auto cloudbr0
iface cloudbr0 inet static
address 10.0.0.50
netmask 255.255.0.0
gateway 10.0.0.1
dns-nameservers 10.0.0.1
bridge_ports eth0
bridge_fd 5
bridge_stp off
bridge_maxwait 1
# Private network
auto cloudbr1
iface cloudbr1 inet manual
bridge_ports none
bridge_fd 5
bridge_stp off
bridge_maxwait 1
What is my problem??
Please help me!