Re: New Reservation Query

2010-06-04 Thread Vinay Venkatesh
Hi Andy, Thanks very much for the information. SSH was successfully configured and listening . The SSHD file had the listen address and AllowUsers directive. even though I wasn't able to login, the code while checking in for user connection returned true and moved the system to inuse state.I could

Re: New Reservation Query

2010-06-04 Thread Andy Kurth
It sounds like the user account was successfully created. Check if SSH is listening on both the public and private addresses: netstat -l -n | grep ':22' If it isn't listening on the public address, then there's probably a problem with /etc/ssh/external_sshd_config or /etc/init.d/ext_sshd. Che

Re: New Reservation Query

2010-05-29 Thread Vinay Venkatesh
Thank you all, the issue was the image groups and computer groups weren't mapped together and I have fixed it now. I am able to make a reservation now but the issue which I am now facing is that when I try to connect to the remote machine through the credentials got from the web front end, the logi

Re: New Reservation Query

2010-05-27 Thread Andy Kurth
Also, there may be some other things to check in these previous posts: http://markmail.org/search/set:arkurth/vcl+%22not+currently+available%22 -Andy Vinay Venkatesh wrote: Hello, I am facing few issues when trying to make a new reservation. even though I have computers available loaded with t

RE: New Reservation Query

2010-05-26 Thread Hartl, Gerhard L.
: Vinay Venkatesh [mailto:vinay.v...@gmail.com] Sent: Wednesday, May 26, 2010 4:50 PM To: vcl-dev@incubator.apache.org Subject: New Reservation Query Hello, I am facing few issues when trying to make a new reservation. even though I have computers available loaded with the desired image, I still

Re: New Reservation Query

2010-05-26 Thread Ryan Johnson
Make sure the image group of the image you wish to check out is mapped to the computer group of available computers. You can edit image mapping from the manage images section of the web interface. On Wed, May 26, 2010 at 4:49 PM, Vinay Venkatesh wrote: > Hello, > > I am facing few issues when tr

New Reservation Query

2010-05-26 Thread Vinay Venkatesh
Hello, I am facing few issues when trying to make a new reservation. even though I have computers available loaded with the desired image, I still get "There are currently no computers available that can run the application you selected". Is there any selection /setting which I am missing. Thanks