mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-15 17:16:10 +00:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user