code in RMC mo nitoring

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1656 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-06-13 14:57:51 +00:00
parent 0e99c57787
commit 11053b07e6
13 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ sub start {
}
#start condition-response assosciations
my $result=`$::XCATROOT/sbin/rmcmon/mkrmcresources $::XCATROOT/lib/perl/xCAT_monitoring/rmc/resources/ms 2>&1`;
my $result=`$::XCATROOT/sbin/rmcmon/mkrmcresources $::XCATROOT/lib/perl/xCAT_monitoring/rmc/resources/mn 2>&1`;
if ($?) {
xCAT::MsgUtils->message('SI', "[mon]: Error when creating predefined resources on $localhostname:\n$result\n");
}