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
This commit is contained in:
parent
ba92de3034
commit
81b7bb502b
@ -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" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user