change llstatus check

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3602 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mellor 2009-06-18 18:12:59 +00:00
parent ea73840f99
commit 06f9f8a1e4

View File

@ -503,7 +503,7 @@ sub ll_jobs {
close $TMPL_FILE;
# Query LL for list of machines and their status
my $cmd = "llstatus -r %n %sca 2>/dev/null";
my $cmd = "llstatus -r %n %sta 2>/dev/null";
if ($::VERBOSE) {
my $rsp;
push @{ $rsp->{data} }, "Running command: $cmd ";
@ -836,7 +836,7 @@ sub rebootnodes {
if ( $scheduler eq 'loadleveler' ) {
# Query LL for list of machines and their status
my $cmd = "llstatus -r %n %sca 2>/dev/null";
my $cmd = "llstatus -r %n %sta 2>/dev/null";
if ($::VERBOSE) {
open (RULOG, ">>$::LOGDIR/$::LOGFILE");
print RULOG localtime()." Running command \'$cmd\'\n";