fix RMC monitoring AIX error log
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2417 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
df516a289d
commit
ca84dcc4dd
@ -344,7 +344,7 @@ sub verify_atd
|
||||
$cmd = service("atd", "start");
|
||||
runcmd($cmd, -1);
|
||||
if ($::RUNCMD_RC) {
|
||||
print "Warning: atd has failed to start!\n";
|
||||
# print "Warning: atd has failed to start!\n";
|
||||
}
|
||||
elsif (!$::RUNCMD_RC) {
|
||||
sleep(1);
|
||||
|
Loading…
Reference in New Issue
Block a user