Re: Help with external DHCP issue

2010-04-14 Thread Kiran N
Thanks to all.. The good news is that finally the network is setup and it shows both the private and public IP addresses in correct manner.The problem was with the mac addresses. On Tue, Apr 13, 2010 at 1:31 PM, Aaron Peeler aaron_pee...@ncsu.edu wrote: Is dhcpd running correctly on the

Re: Help with external DHCP issue

2010-04-13 Thread Aaron Peeler
Hi Kiran, Do your vmprofile adapter names virtualswitch0 and virtualswitch1 match the adapters listed on your esx server? Aaron On 4/12/10 3:11 PM, Kiran N wrote: hello Josh, I am facing some what similar issue.I have added a new computer host(virtual machine). I checked the dhcp.conf

Re: Help with external DHCP issue

2010-04-13 Thread Kiran N
Yes.. it does match! In this installation, the visrtualswitch0 is the public port and virtualswitch1 is private. They are named exactly same as the virtual machine configuration.. Thanks, Kiran On Tue, Apr 13, 2010 at 9:23 AM, Aaron Peeler aaron_pee...@ncsu.edu wrote: Hi Kiran, Do your

Re: Help with external DHCP issue

2010-04-13 Thread Kiran N
In addition to the previous email, the base Windows 2003 image does power on and take the network settings in the correct manner(seen in VI client). When I try to make a reservation on this image, the new virtual machine gets powered on but is unable to detect the networkname or devname. I checked

Re: Help with external DHCP issue

2010-04-13 Thread Aaron Peeler
On 4/13/10 9:38 AM, Kiran N wrote: In addition to the previous email, the base Windows 2003 image does power on and take the network settings in the correct manner(seen in VI client). On the working vm. Is this the initial vm guest that you created? When I try to make a reservation on

Re: Help with external DHCP issue

2010-04-13 Thread Kiran N
Yes.. its the initial vm created.. Please find the files are attached with the emal.. Thanks, Kiran On Tue, Apr 13, 2010 at 10:03 AM, Aaron Peeler aaron_pee...@ncsu.eduwrote: On 4/13/10 9:38 AM, Kiran N wrote: In addition to the previous email, the base Windows 2003 image does power on

Re: Help with external DHCP issue

2010-04-13 Thread Aaron Peeler
In your assigned vmprofile. What is your vmtypeid set to? It should be set to id 5 which is 'vmwareESX3' The vcl generated vmx file is creating EthernetX.vnet instead of EthernetX.networkName. Aaron On 4/13/10 10:25 AM, Kiran N wrote: Yes.. its the initial vm created.. Please find the

Re: Help with external DHCP issue

2010-04-13 Thread Aaron Peeler
Yes, change the vmtypeid to 5 and try to load the image again through vcl. -A On 4/13/10 11:02 AM, Kiran N wrote: It is set to 3 , since as discussed with my co worker Brian Copcea, it says it is ESX provisioning but practically the most of the provisioning scheme is GSX with few added ESX

Re: Help with external DHCP issue

2010-04-13 Thread Kiran N
Thanks Vinay, Aaron for the help! I tried changing it to 5 and now.. it does recognize the 2 networks( as seen in VI client) in the correct manner. It shows the public IP address, but no private IP address. Also, in the vcld.log, it still shows the message: 2010-04-13 10:23:35|15069|35:35|reload|

Re: Help with external DHCP issue

2010-02-19 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff, VCL will handle creating the virtual machines on the VMWare host. It manages both the vmdk and vmx files, and then registers/unregisters the virtual machines as needed. What it doesn't currently do is automatically create new virtual

Re: Help with external DHCP issue

2010-02-15 Thread Andy Kurth
Hi Jeff, Remove the public address for the computer from /etc/hosts. The code finds the first line in /etc/hosts containing vcl-winxp and uses this for the private interface. Add the private address to /etc/hosts if you haven't already done so. The code is collecting the private address

Re: Help with external DHCP issue

2010-02-15 Thread Andy Kurth
Yes, commenting it won't help. The code is simply looking for the first line with the hostname. Jeffrey Wisman wrote: Hmm, I commented out the public address from /etc/hosts. Maybe the parsing is still finding it though? I'll remove it entirely and try again tonight. Thanks! On Mon, Feb

Help with external DHCP issue

2010-02-07 Thread Jeffrey Wisman
We're now at the point where we can create reservations and virtual machines get loaded with images. The issue we're having is that the virtual machines come up on their private IP addresses only. The reservation screen shows the private IP and the RDP file has that IP in it. We have the