From 06f9f8a1e422184220a75f3da548ced9ab5d5985 Mon Sep 17 00:00:00 2001 From: mellor Date: Thu, 18 Jun 2009 18:12:59 +0000 Subject: [PATCH] change llstatus check git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3602 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/rollupdate.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/rollupdate.pm b/xCAT-server/lib/xcat/plugins/rollupdate.pm index d11c4b897..d86a941dc 100644 --- a/xCAT-server/lib/xcat/plugins/rollupdate.pm +++ b/xCAT-server/lib/xcat/plugins/rollupdate.pm @@ -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";