diff --git a/perl-xCAT/xCAT/PPCvitals.pm b/perl-xCAT/xCAT/PPCvitals.pm index 3ea820b45..3d1786099 100644 --- a/perl-xCAT/xCAT/PPCvitals.pm +++ b/perl-xCAT/xCAT/PPCvitals.pm @@ -56,6 +56,13 @@ sub parse_args { if ( !defined( $cmd )) { return(usage( "Invalid command: $ARGV[0]" )); } + + if($ARGV[0] =~ /^rackenv$/) { + if($request->{hwtype} =~ /^hmc$/) { + return(usage( "Command $ARGV[0] is not valid when the nodes' hcp is hmc" )); + } + } + #################################### # Check for an extra argument ####################################