unable to configure UEC in VNET_MODE=system
Ankush Grover
ankushubuntu at gmail.com
Mon Feb 8 15:35:55 UTC 2010
Hi Friends,
I have installed Ubuntu 9.10 and configured UEC on that machine. I am
facing few issues and have some questions.
Instances were getting restarted but were not accessible with the
default packages of eucalyptus. Once I upgraded the eucalyptus
packages the instances were accessible.
However, I am only able to run instances if I give --addressing
private. I have not given any public ips as I want to VMs to get the
IPs from the already configured DHCP server. For this I have setup
VNET_MODE="SYSTEM" in /etc/eucalyptus/eucalyptus.conf. How do I skip
--addressing private and let VMs take the IPs from the DHCP server
which has been configured for the whole company.
Error which I get when I try to run instances
euca-run-instances -k mykey emi-E0F21081 -t c1.medium
FinishedVerify: Not enough resources available: addresses (try
--addressing private)
eucalyptus.conf file
EUCALYPTUS="/"
EUCA_USER="eucalyptus"
DISABLE_DNS="Y"
ENABLE_WS_SECURITY="Y"
LOGLEVEL="DEBUG"
CC_PORT="8774"
SCHEDPOLICY="ROUNDROBIN"
POWER_IDLETHRESH="300"
POWER_WAKETHRESH="300"
NODES=" 172.16.4.101"
NC_SERVICE="axis2/services/EucalyptusNC"
NC_PORT="8775"
HYPERVISOR="kvm"
INSTANCE_PATH="/var/lib/eucalyptus/instances"
VNET_PUBINTERFACE="eth0"
VNET_PRIVINTERFACE="eth0"
VNET_BRIDGE="br0"
VNET_DHCPDAEMON="/usr/sbin/dhcpd3"
VNET_DHCPUSER="dhcpd"
VNET_MODE="SYSTEM"
Regards
Ankush
More information about the ubuntu-users
mailing list