From 9dc382ec1ad4bc7cb1ecd3df34f3596908279adc Mon Sep 17 00:00:00 2001 From: sakolish Date: Fri, 25 Apr 2008 14:39:02 +0000 Subject: [PATCH] Added aupport for rspconfig (for sshcfg) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1204 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/hmc.pm | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/hmc.pm b/xCAT-server-2.0/lib/xcat/plugins/hmc.pm index 65b34d5ef..330efad4b 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/hmc.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/hmc.pm @@ -10,16 +10,17 @@ use xCAT::PPC; ########################################################################## sub handled_commands { return { - rpower => 'nodehm:power,mgt', - rvitals => 'nodehm:mgt', - rinv => 'nodehm:mgt', - mkvm => 'nodehm:mgt', - rmvm => 'nodehm:mgt', - lsvm => 'nodehm:mgt', - chvm => 'nodehm:mgt', - rscan => 'nodehm:mgt', - getmacs => 'nodehm:mgt', - rnetboot => 'nodehm:mgt' + rpower => 'nodehm:power,mgt', + rvitals => 'nodehm:mgt', + rinv => 'nodehm:mgt', + mkvm => 'nodehm:mgt', + rmvm => 'nodehm:mgt', + lsvm => 'nodehm:mgt', + chvm => 'nodehm:mgt', + rscan => 'nodehm:mgt', + getmacs => 'nodehm:mgt', + rnetboot => 'nodehm:mgt', + rspconfig => 'nodehm:mgt' }; }