final ActionReport result = context.getActionReport();
//check if cluster software is installed else fail , see issue 12023
//This will be revisited with issue 12900
final CopyConfig command = (CopyConfig) runner
.getCommand("copy-config", context.getActionReport(), context.getLogger());
if (command == null ) {
String msg = localStrings.getLocalString("cannot.execute.command",
"Cluster software is not installed");
result.failure(logger,msg) ;