minor bug fix

2010-07-08 Thread My LinuxHAList
Hi Devs, I'm somewhat certain that this is a bug and not entirely sure if this has been reported: /usr/local/vcl/lib/VCL/Module/Provisioning/esx.pm Line 1019:if ($l =~ /([a-zA-Z1-9]*):\s*([-_.a-zA-Z1-9]*)/) { should read if ($l =~ /([a-zA-Z0-9]*):\s*([-_.a-zA-Z0-9]*)/)

Documentation Improvements on "Create a Linux Base Image"

2010-06-10 Thread My LinuxHAList
Hi, If I have this understood right, I have a minor suggestion on the improvements on the page. https://cwiki.apache.org/confluence/display/VCL/Create+a+Linux+Base+Image The instructions need to be changed a bit for it to work for RedHat/CentOS 5. It has to do with the default sshd startup/stop

Re: showTimeTable function

2010-06-09 Thread My LinuxHAList
; On Wednesday June 09, 2010, Waldron, Michael H wrote: >> Nothing obvious is jumping out at me here. I'm running out of ideas, >>  perhaps someone else can chime in. >> >> The only other thing I can think of is to verify that your virtual machines >>  are in the &#

Re: showTimeTable function

2010-06-09 Thread My LinuxHAList
ITS Manning, Rm 2509 > 919-962-9778 > > > -Original Message- > From: My LinuxHAList [mailto:mylinuxhal...@gmail.com] > Sent: Tuesday, June 08, 2010 4:52 PM > To: vcl-dev@incubator.apache.org > Subject: Re: showTimeTable function > > Hi Mike, List, > > On Tu

Re: showTimeTable function

2010-06-08 Thread My LinuxHAList
ron > Systems Specialist > ITS Research Computing > University of North Carolina at Chapel Hill > CB #3420, ITS Manning, Rm 2509 > 919-962-9778 > > > -Original Message- > From: My LinuxHAList [mailto:mylinuxhal...@gmail.com] > Sent: Tuesday, June 08, 2010 3:01 PM

Re: showTimeTable function

2010-06-08 Thread My LinuxHAList
c) > > > Mike Waldron > Systems Specialist > ITS Research Computing > University of North Carolina at Chapel Hill > CB #3420, ITS Manning, Rm 2509 > 919-962-9778 > > > -Original Message- > From: My LinuxHAList [mailto:mylinuxhal...@gmail.com] > Sen

Re: showTimeTable function

2010-06-08 Thread My LinuxHAList
ike Waldron > Systems Specialist > ITS Research Computing > University of North Carolina at Chapel Hill > CB #3420, ITS Manning, Rm 2509 > 919-962-9778 > > > -Original Message- > From: My LinuxHAList [mailto:mylinuxhal...@gmail.com] > Sent: Monday, June 07, 2010

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

Re: ESXi host, local disk

2010-06-04 Thread My LinuxHAList
esolves to its private address.  You should > be able to run "ping vm-1". > > Next, get SSH working from the management node to vm-1.  The following > command should work: > ssh -i /etc/vcl/vcl.key -l root -p 22 -x vm-1 > > Once SSH is working, shut down the VM an

Re: ESXi host, local disk

2010-06-01 Thread My LinuxHAList
|13095|1:10|image| (-4) vcld, make_new_child (line: 596) > |13095|1:10|image| (-5) vcld, main (line: 341) > > On Tue, Jun 1, 2010 at 3:55 PM, My LinuxHAList wrote: > >> I went ahead to switch it to NFS (helpful users have suggested it to >> me as work-arounds). >> I ho

Re: ESXi host, local disk

2010-06-01 Thread My LinuxHAList
SSH is disabled by default on the ESXi host and is 'unsupported' by Vmware. >  I've noticed this behavior as well, where the command succeeds but it is > not reflected in the return code.  You can enable SSH by going to the ESXi > console.  If you go the NFS route make sure

VCL-2.1 SQL Constraints

2010-05-31 Thread My LinuxHAList
Hi Devs, The vmprofileid in vmhost table seems to point to vmprofile.id; I could be wrong. There does not seem to be a foreign key constraint there; I could delete vmprofile.id that is still being referenced. Thanks

ESXi host, local disk

2010-05-29 Thread My LinuxHAList
Replying to my own thread: >> (2) Any updates from an old issue: >>http://www.mail-archive.com/vcl-dev@incubator.apache.org/msg00900.html >> The target is ESXi 3.5 host. To get familiarity of the software, I've been using ESXi 3.5 local disk storage; so I specify the datastore to be ESXi's

possibly missing foreign key constraint and revisit old issues

2010-05-28 Thread My LinuxHAList
Couple things: (1) The vmprofileid in vmhost table seems to point to vmprofile.id; I could be wrong. There does not seem to be a foreign key constraint there; I could delete vmprofile.id that is still being referenced. (2) Any updates from an old issue: http://www.mail-archive.com/v