Reservation Error

2011-02-08 Thread Jason Bourne
I am having trouble creating a new reservation. I am using VCL 2.2 Revision 1068002. What happens is that the management node can copy the image file to the virtual host, but then it gives error on :_get_datastore_path(586)|unable to determine datastore name in path: /var/lib/vmware/Virtual\

Reservation Error

2011-02-08 Thread Jason Bourne
Looks like the attachment did not go through. Here is the file inline! Thanks. reservation failed on vclh1: process failed after trying to load or make available Time: 2011-02-08 11:39:17 PID: 5653 Caller: State.pm:reservation_failed(287) ( 0) utils.pm, notify (line: 630) (-1) State.pm,

Re: Multiple reservation error

2010-05-04 Thread Ryan Johnson
You should be able to assign the public ip addresses by declaring a subnet and including a range (the range if public IP's you wish to use) declaration within it. Take a look at the dhcpd.conf man pages for the exact syntax. On Tue, May 4, 2010 at 12:43 PM, Kiran N kiran.nellima...@gmail.com

Multiple reservation error

2010-04-28 Thread Kiran N
Hello All, I have an existing Windows 2003 image which I have configured with VCL.I am able to make 1 reservation successfully on the image on my vmguest vcl01. But when I try to make more than one reservation, the second machine (vcl02)boots up but I see an IP address conflict (in VI

Re: Multiple reservation error

2010-04-28 Thread Ryan Johnson
It sounds like you have your base image set up to use a static IP address. This setting will be passed to any images you try to spin up. I'm not sure exactly how Windows 2003 works but you should be able to configure the NIC on your base to request an IP from a DHCP server. On Wed, Apr 28, 2010

RE: Reservation Error:

2010-03-23 Thread Kumar, Amit H.
Hi All, Looking closely it looks like there is an issue when, the esx.pm picks all the parameters to initiate a poweroff command on the VMguest using the VMware Perl toolkit API Please advise ...if my understanding below is right or wrong? 2010-03-22

Re: Reservation Error:

2010-03-23 Thread Ryan Johnson
I believe when you are creating a base image, the vmguest name should be the same as the name of the image you are creating it should be in a format like vmwarewinxp-base7-v1. Note that the vm you are imaging should have this name as well as the vmdk file. Your other problem with the hostname is

RE: Reservation Error:

2010-03-23 Thread Kumar, Amit H.
it makes sense why the code is looking for vmguest name. I will give this a try. Thank you!!! Amit -Original Message- From: Ryan Johnson [mailto:rjoh...@gwmail.gwu.edu] Sent: Tuesday, March 23, 2010 12:50 PM To: vcl-dev@incubator.apache.org Subject: Re: Reservation Error: I

RE: Reservation Error:

2010-03-22 Thread Kumar, Amit H.
Hi Andy, I followed through every step in esx.README and still not successful in capturing an image: I can SSH to the hypervisor and the VMhost through the management node with the/etc/vcl/vcl.key etc etc ..everything else looks okay; below I also have the query's that I used to create this

Re: Reservation Error:

2010-03-22 Thread Ryan Johnson
Johnson [mailto:rjoh...@gwmail.gwu.edu] Sent: Monday, March 22, 2010 3:55 PM To: vcl-dev@incubator.apache.org Subject: Re: Reservation Error: I ran into this as well using the free version of Esxi, I'm not sure what version you are using. It has to do with the exit status returned from

RE: Reservation Error:

2010-03-22 Thread Kumar, Amit H.
Hi Ryan, you are great! I made quite a bit of progress with your suggestion. I hope you can help me with this next step error: Seems like image creation was successful but upon realod/poweron VMware perl toolkit looks for server '128' instead of the full ip. Something seems to be missing: Hope

RE: Reservation Error:

2010-03-19 Thread Kumar, Amit H.
...@ncsu.edu] Sent: Thursday, March 18, 2010 12:22 PM To: vcl-dev@incubator.apache.org Subject: Re: Reservation Error: Yes, the management node needs to be be able to SSH to the VM hosts before attempting the image capture, or any other VM operations. Assuming password authentication is still enabled

RE: Reservation Error:

2010-03-18 Thread Kumar, Amit H.
capture a try first. Amit -Original Message- From: Andy Kurth [mailto:andy_ku...@ncsu.edu] Sent: Thursday, March 18, 2010 10:56 AM To: vcl-dev@incubator.apache.org Subject: Re: Reservation Error: 376 |16651|5:5|new| WARNING ^M 377 |16651|5:5|new| 2010-03-17 13:02

Re: Reservation Error:

2010-03-18 Thread Andy Kurth
Yes, the management node needs to be be able to SSH to the VM hosts before attempting the image capture, or any other VM operations. Assuming password authentication is still enabled on the VM hosts, you can run gen-node-key.sh IP for each of them. I wouldn't try the VCL image capture process

Reservation Error:

2010-03-17 Thread Kumar, Amit H.
Hi All, I am trying this in baby steps and running into few issues: One thing I have to say is your vcld.log is really amazing, it kind of walks you through the code precisely and yet complete. I have few missing pieces that I want to identify and need your help here. I have inline questions