[Openstack] Unable to run instances.

2011-08-16 Thread praveen_kumar girir
> > Dear All, > I am facing issue while running instances under ubuntu 11.04 server edition. *Steps followed:* 1. Installed openstack nova, bexar edition to my cluster. 2. check all the running processes 3. Able to publish the image. 4. Able to describe the images, which change the s

Re: [Openstack] Unable to run instances.

2011-08-16 Thread Mandell Degerness
Check first that the network process is running and not producing errors. Then check for errors in /var/log/libvert/qemu/instance-0001.log. I suspect the issue lies with, either, the network configuration or with a missing file for qemu (kvm-pxe). -Mandell On Mon, Aug 15, 2011 at 9:48 PM, p

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-16 Thread praveen_kumar girir
Dear Mandell, The nova-network process is running. But I am not able to see any log file under /var/log/libvert/qemu/ directory. When I run describe instance command , I am able to see this output. root@openstack2:~# euca-describe-instances RESERVATIONr-l4zr8lygbexardefault INSTANCE

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread Dan Wendlandt
Hi Praveen, The error you are seeing is because there is no 'network' record in the nova database corresponding to 'br100' (which is the default value for the bridge). Spawning a VM requires finding the appropriate network(s) for that VM in the database, and assigning the VM an IP address from th

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread praveen_kumar girir
Dear Dan, I have changed my /etc/nova/nova.conf file to reflect proper fixed_ip range, then it start to launch. I have one more question, does the compute nodes required to have all the nova softwares to run. because on my slave nodes initially it was only nova-compute, later installed nova-sch

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-17 Thread Wayne A. Walls
bject: Re: [Openstack] Unable to run instances , instance status is networking, Dear Dan, I have changed my /etc/nova/nova.conf file to reflect proper fixed_ip range, then it start to launch. I have one more question, does the compute nodes required to have all the nova softwares to run. because o

Re: [Openstack] Unable to run instances , instance status is networking,

2011-08-18 Thread praveen_kumar girir
/13-networking-in-nova > > Cheers, > > > Wayne > > From: praveen_kumar girir > Date: Thu, 18 Aug 2011 09:28:32 +0530 > To: Dan Wendlandt > Cc: openstack > Subject: Re: [Openstack] Unable to run instances , instance status is > networking, > > Dear Dan, &