diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 2a12311c2..08d67616a 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -45,7 +45,6 @@ sub handled_commands { nodeset => 'noderes:netboot', getmacs => 'nodehm:getmac,mgt', rnetboot => 'nodehm:mgt', - lshwtree => 'nodehm:mgt', }; } @@ -479,11 +478,6 @@ sub process_request { } # End of foreach } # End of case - - #*** Show nodes hierarchy tree *** - elsif ( $command eq "lshwtree" ) { - listTree( $callback, \@nodes, $args ); - } # End of case # Wait for all processes to end foreach (@children) {