diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 3b7d15f5c..b164c96b5 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -2839,6 +2839,12 @@ sub listVM { $out = `ssh $::SUDOER\@$hcp "$::SUDO $::DIR/smcli Image_Disk_Query -T $userId -k $vdasd"`; xCAT::zvmUtils->printSyslog("smcli Image_Disk_Query -T $userId -k $vdasd"); } + + # Get user profile names + elsif ( $args->[0] eq "--userprofilenames" ) { + # This is no longer supported in lsvm. Using inventoryHypervisor instead. + inventoryHypervisor( $callback, $node, $args ); + } # Get zFCP disk pool configuration elsif ( $args->[0] eq "--zfcppool" ) {