diff --git a/xCAT-server/lib/xcat/plugins/hmc.pm b/xCAT-server/lib/xcat/plugins/hmc.pm index 330efad4b..231ee4361 100644 --- a/xCAT-server/lib/xcat/plugins/hmc.pm +++ b/xCAT-server/lib/xcat/plugins/hmc.pm @@ -20,7 +20,8 @@ sub handled_commands { rscan => 'nodehm:mgt', getmacs => 'nodehm:mgt', rnetboot => 'nodehm:mgt', - rspconfig => 'nodehm:mgt' + rspconfig => 'nodehm:mgt', + rflash => 'nodehm:mgt' }; }