showTimeTable function

2010-06-07 Thread My LinuxHAList
Hi, I have a ESXi host (computer.id=1); I have an image [ No Apps(Linux) ] which was successfully captured (I think). I tried to make Reservation using the "now" button, it says "Selection currently not available"; then I clicked the "View Time Table", no computers show up. The ESXi host is in vm

blade reimages even if it has correct OS installed already

2010-06-07 Thread Roger Herling
Hey Guys running into an issue making reservations I have all of my blades pre imaged with the final7 image but whenever I put in a new request it always reimges the blades instead of just creating the logon etc... why is this happening it wasn't before. I have attached the log file output be

Re: VCL 2.2 with VMware Server 2.x or ESXi 4.x

2010-06-07 Thread Andy Kurth
I have committed the new VMware code. It is not quite ready to be tested yet. It resides in managementnode/lib/VCL/Module/Provisioning/VMware so that it doesn't conflict with the existing VMware modules. Many things need to be documented but here are a few notes: VMware Support The code shou

Re: 2.2 projected release and upgrade

2010-06-07 Thread Aaron Peeler
Yes, this is the plan. Aaron On 6/7/10 11:03 AM, Roger Herling wrote: Just wondering if things are still on track for the 2.2 code to be released in July and when upgrade documentation will be available? We have a pilot starting in Aug using windows 7 and I have it working with the 2.1 code but

2.2 projected release and upgrade

2010-06-07 Thread Roger Herling
Just wondering if things are still on track for the 2.2 code to be released in July and when upgrade documentation will be available? We have a pilot starting in Aug using windows 7 and I have it working with the 2.1 code but full sysprep support would be nice. Roger Herling Sr. Desktop Admi

Re: ESXi host, local disk

2010-06-07 Thread Aaron Peeler
Sure - sorry for the bug. Also the correct statement is(computerid should be id): update computer set stateid=20 where id=1; Still not fully alert yet this morning Aaron On 6/7/10 9:28 AM, Robin, Robin wrote: Neat. Thanks Aaron. Now, I know the proper way is to change it manually. I was

RE: ESXi host, local disk

2010-06-07 Thread Robin, Robin
Neat. Thanks Aaron. Now, I know the proper way is to change it manually. I was worried that because the front-end does not allow me to change it, it means something else is not right. Thanks. From: Aaron Peeler [aaron_pee...@ncsu.edu] Sent: Monday, June 0

Re: ESXi host, local disk

2010-06-07 Thread Aaron Peeler
For the VCL2.1 version, this will have to be done manually. The web front-end assumes that xcat provisioning will install the blade with the hypervisor and place the server into vmhostinuse state. manually change the stateid to 20 for the computer update computer set stateid=20 where computerid