diff --git a/perl-xCAT/xCAT/Usage.pm b/perl-xCAT/xCAT/Usage.pm index 382d1e073..56c8f6bb6 100644 --- a/perl-xCAT/xCAT/Usage.pm +++ b/perl-xCAT/xCAT/Usage.pm @@ -102,9 +102,14 @@ my %usage = ( PPC specific: getmacs [-f][-d][-S server -G gateway -C client]", "mkvm" => -"Usage: mkvm singlenode -i id -n noderange [-V|--verbose] - mkvm srccec -c destcec [-V|--verbose] - mkvm [-h|--help|-v|--version]", +"Usage: + Common: + mkvm [-h|--help|-v|--version] + For PPC: + mkvm noderange -i id -l singlenode [-V|--verbose] + mkvm noderange -c destcec -p profile [-V|--verbose] + For KVM + mkvm noderange -m|--master mastername -s|--size disksize -f|--force", "lsvm" => "Usage: Common: diff --git a/xCAT-client/pods/man1/mkvm.1.pod b/xCAT-client/pods/man1/mkvm.1.pod index 98c484f65..d6f9a7eed 100644 --- a/xCAT-client/pods/man1/mkvm.1.pod +++ b/xCAT-client/pods/man1/mkvm.1.pod @@ -4,33 +4,52 @@ B - Creates HMC- and IVM-managed partitions. =head1 SYNOPSIS +=head2 Common: + I I -I +=head2 For PPC: -I +I +I + +=head2 For KVM: + +I =head1 DESCRIPTION -The mkvm command creates new partition(s) with the same profile/resources as the partition specified by singlenode. The -i and -n flags specify the starting numeric partition number and the noderange for the newly created partitions, respectively. The second form of this command duplicates all the partitions associated with srccec to destcec. Note that srcdest and destcec must be associated with the same HMC. Newly created partitions are automatically added to the xCAT database. +=head2 For PPC: + +The first form of mkvm command creates new partition(s) with the same profile/resources as the partition specified by I. The -i and I specify the starting numeric partition number and the noderange for the newly created partitions, respectively. The LHEA port numbers and the HCA index numbers will be automatically increased if they are defined in the source partition. + +The second form of this command duplicates all the partitions from the source specified by I to the destination specified by I. The source and destination CECs can be managed by different HMCs. + +Please make sure the nodes in the I is defined in the I table and the I is set to 'hmc' in the I table before running this command. + +=head2 For KVM: + +mkvm .... =head1 OPTIONS -B<-h> Display usage message. +B<-h|--help> Display usage message. -B<-c> Copy partitions from srccec to destcec on single HMC. +B<-c> The cec (fsp) name for the destination. -B<-i> Starting numeric id of the newly created partitions. +B<-i> Starting numeric id of the newly created partitions. -B<-n> New partition name. +B<-l> The partition name of the source. -B<-v> Command Version. +B<-p> The file that contains the profiles for the source partitions. -B<-V> Verbose output. +B<-v|--version> Command Version. + +B<-V|--verbose> Verbose output. =head1 RETURN VALUE @@ -43,7 +62,11 @@ B<-V> Verbose output. 1. To create a new partition lpar5 based on the profile/resources of lpar4, enter: -I +I + +then: + +I Output is similar to: @@ -52,7 +75,11 @@ lpar5: Success 2. To create new partitions lpar5-lpar8 based on the profile/resources of lpar4, enter: -I +I + +then: + +I Output is similar to: @@ -65,13 +92,24 @@ lpar7: Success lpar8: Success -3. To duplicate all the partitions associated with cec01 on cec02, enter: +3. To duplicate all the partitions associated with cec01 on cec02, first save the lpars from cec01 to a file: -I +I > I + +then create lpars on cec02: + +I Output is similar to: -cec01: Success +lpar5: Success + +lpar6: Success + +lpar7: Success + +lpar8: Success + =head1 FILES