From 81b7bb502b182e78f74a89815b8e5ef87fbaf02a Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 2 Jul 2013 20:43:58 +0000 Subject: [PATCH] Added option under rinv to collect z/VM user profile names. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/zvm.pm | 6 ++++++ 1 file changed, 6 insertions(+) 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" ) {