Re: VCL Error Problem

2013-03-06 Thread Andy Kurth
What was the banner timeout fix? I've seen this intermittently occur on our hosts. Which firewall are you referring to? MS Security Essentials or another product installed in the image? On 3/5/2013 2:50 PM, Alexander Patterson wrote: Thanks for all the help, We were able to fix the issue

Re: VCL Error Problem

2013-03-05 Thread Alexander Patterson
Software Group >> >> Alexander Patterson ---03/04/2013 05:16:41 PM---I'm having errors with >> Connection timed out during banner exchange errors currently >> >> From: Alexander Patterson > (mailto:[email protected])> >> To: [email protected]

Re: VCL Error Problem

2013-03-04 Thread Dmitri Chebotarov
t; To: [email protected] (mailto:[email protected]), > Cc: "[email protected] (mailto:[email protected])" > mailto:[email protected])> > Date: 03/04/2013 05:16 PM > Subject: Re: VCL Error Problem > > > > I'm having errors with

Re: VCL Error Problem

2013-03-04 Thread Alexander Patterson
I'm having errors with Connection timed out during banner exchange errors currently I can SSH from my management Node to my Blades no problem I do have a user name and password for my VM host profile, but it shouldn't need one from the management node to the blades Correct I don't have SDK install

Re: VCL Error Problem

2013-03-04 Thread Dmitri Chebotarov
Alex, I believe vcld uses different key located in /etc/vcl/vcl.key. Try to run this command from management node as 'root' and see if you can connect to the VM host: /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o Connec

Re: VCL Error Problem

2013-03-04 Thread Alexander Patterson
Hello I'm in the VCL IRC chat; trying to get my system back online. http://pastebin.com/74cfRVG5 On Mon, Mar 4, 2013 at 8:48 AM, Andy Kurth wrote: > Unfortunately the code isn't displaying the output from the SSH command > which is being sent to detect if SSH is responding: > > > 2013-03-03 > 0

Re: VCL Error Problem

2013-03-04 Thread Andy Kurth
Unfortunately the code isn't displaying the output from the SSH command which is being sent to detect if SSH is responding: 2013-03-03 09:17:11|18366|107987:101619|inuse|OS.pm:is_ssh_responding(682)|vclesxi21 is NOT responding to SSH, SSH command failed, port 22: open, port 24: closed Try this

Re: VCL Error Problem

2013-03-03 Thread Alexander Patterson
Yes I can ssh without a password no problem On Sun, Mar 3, 2013 at 9:31 AM, Creech, David wrote: > It's still got same SSH error in this log file. You mentioned being able to > SSH into the VM's...can you SSH into the VM host (blade/server hosting VM's)? > > David Creech > > Sent from my iPhon

Re: VCL Error Problem

2013-03-03 Thread Creech, David
It's still got same SSH error in this log file. You mentioned being able to SSH into the VM's...can you SSH into the VM host (blade/server hosting VM's)? David Creech Sent from my iPhone On Mar 3, 2013, at 12:18 PM, "Alexander Patterson" wrote: > I changed it to 600 and I can ssh from my ma

Re: VCL Error Problem

2013-03-03 Thread Aaron Coburn
Are you doing bare metal provisioning or using a VMware hypervisor? Your log file looks like vcld is trying to access a VMware host and is unable to connect. If you are, indeed, using VMware, make sure that your management node is able to login to the hypervisor (not just the running VMs). Aaro

Re: VCL Error Problem

2013-03-03 Thread Alexander Patterson
I changed it to 600 and I can ssh from my management node to my VM's I checked the VM's and the SSH is on. My whole system is down and I'm getting the same error on all my blades. Could anyone shed some light on what the issue is? VCL::inuse object could not be created and initialized --

Re: VCL Error Problem

2013-03-02 Thread Alexander Patterson
I'm also getting @@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@ Permissions 0744 for '/root/.ssh/id_rsa' are too open. It is required that your private key files are

Re: VCL Error Problem

2013-03-02 Thread Creech, David
I ran into this issue a couple of weeks ago and with the assistance of Andy (NCSU) was able to determine the issue is related to one of our blades not being accessible via SSH (management node uses SSH to "check" on the reservation). Looking through the error log I see where it mentions vclesx

VCL Error Problem

2013-03-02 Thread Alexander Patterson
VCL::inuse object could not be created and initialized time: 2013-03-02 10:45:17 caller: vcld:make_new_child(574) ( 0) vcld, make_new_child (line: 574) (-1) vcld, main (line: 350) --