Re: [Oscar-devel] Yume script broken on admin node of cluster

2012-05-03 Thread Sahil Tikale
Hi Indeed I am running SGI ICE CLUSTER. under the hood it runs OSCAR. I explained it in as much detail as I possibly could. as per my last email I have figured out what part of the perl code is not working. my $cmd = "ssh oscar_server bash -l -c \\\"\\\$OSCAR_HOME/scripts/distro-query --node $no

Re: [Oscar-devel] Yume script broken on admin node of cluster

2012-05-02 Thread laxman Singh Rathore
Hi, I previously given solution apply to SGI ICE cluster. Now you query regarding OSCAR ? is you running OSCAR or SGI ICE cluster. This is assigned variable on several place " my "$cmd = " . to get answer through mailing list keep your question verbose. If you are running OSCAR cluster than a

Re: [Oscar-devel] Yume script broken on admin node of cluster

2012-04-29 Thread Sahil Tikale
Hi all, So I figured out the problem 99 % The script is failing because of the following line of code my $cmd = "ssh oscar_server bash -l -c \\\"\\\$OSCAR_HOME/scripts/distro-query --node $node\\\""; equivalent command line is ssh oscar_server bash -l -c $OSCAR_HOME/scripts/distro-query --node

Re: [Oscar-devel] Yume script broken on admin node of cluster

2012-04-27 Thread Sahil Tikale
Hi, for Head node (and all other nodes, service and compute nodes) I am using SLES 11 SP 1 There is neither any log file available for oscar nor it shows any messages in /var/log/messages All I get is the output I mentioned in the last email **

Re: [Oscar-devel] Yume script broken on admin node of cluster

2012-04-27 Thread laxman Singh Rathore
Hello, First of all let me know which distribution you are using for Head Node. Also attached the log file from the log location to provide resolution for the error. /var/log/oscar/ log Thanks Laxman Singh On Fri, Apr 27, 2012 at 3:14 PM, Sahil Tikale wrote: > Hi I am running a ICE cluster