Update the man page of mkvm,rmvm,lsvm for KVM and Vmware managed virtual machine

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11628 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi
2012-02-20 01:12:19 +00:00
parent c8e52db261
commit f9dc643d03
3 changed files with 42 additions and 7 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
=head1 NAME
B<lsvm> - Lists partition profile information for HMC- and IVM-managed nodes. For Power 775, it lists the LPARs' I/O slots information and CEC configuration.
B<lsvm> - Lists partition profile information for HMC-, KVM-, Vmware- and IVM-managed nodes. For Power 775, it lists the LPARs' I/O slots information and CEC configuration.
=head1 SYNOPSIS
@@ -36,6 +36,12 @@ The Memory Interleaving Mode has 3 valid options:
More information about this part, refer to the section Using the *vm commands to define partitions in xCAT DFM in the link below.
https://sourceforge.net/apps/mediawiki/xcat/index.php?title=XCAT_Power_775_Hardware_Management
=head2 For KVM and Vmware
The virtual machines that defined in the hypervisor I<noderange> will be displayed. I<noderange> only can be hypervisor. The type of the hypervisor should be set: hypervisor.type before running the lsvm.
Note: Only the virtual machine which is in power on state can be listed by lsvm command.
=head1 OPTIONS
+32 -5
View File
@@ -20,7 +20,11 @@ B<mkvm> [B<-V>| B<--verbose>] I<noderange> B<--full>
=head2 For KVM:
B<mkvm> I<noderange> B<-m>|B<--master> I<mastername> B<-s>|B<--size> I<disksize> B<-f>|B<--force>
B<mkvm> I<noderange> [B<-m|--master> I<mastername>] [B<-s|--size> I<disksize>] [B<--mem> I<memsize>] [B<--cpus> I<cpucount>] [B<-f|--force>]
=head2 For Vmware:
B<mkvm> I<noderange> [B<-s>|B<--size> I<disksize>] [B<--mem> I<memsize>] [B<--cpus> I<cpucount>]
=head1 DESCRIPTION
@@ -36,9 +40,12 @@ Please make sure the nodes in the I<noderange> is defined in the I<nodelist> tab
Please note that the mkvm command currently only supports creating standard LPARs, not virtual LPARs working with VIOS server.
=head2 For KVM:
=head2 For KVM and Vmware:
The mkvm command creates new virtual machine(s) with the I<disksize> size of hard disk, I<memsize> size of memory and I<cpucount> number of cpu.
For KVM: If B<-f>|B<--force> is specified, the storage will be destroyed first if it existed.
mkvm ....
=head1 OPTIONS
@@ -52,6 +59,18 @@ Display usage message.
The cec (fsp) name for the destination.
=item B<--cpus>
The cpu count which will be created for the kvm/vmware virtual machine.
=item B<--full>
Request to create a new full system partition for each CEC.
=item B<-f|--force>
If B<-f|--force> is specified, the storage will be destroyed first if it existed.
=item B<-i>
Starting numeric id of the newly created partitions.
@@ -60,13 +79,17 @@ Starting numeric id of the newly created partitions.
The partition name of the source.
=item B<--mem>
The memory size which will be used for the new created kvm/vmware virtual machine. Unit is Megabyte.
=item B<-p>
The file that contains the profiles for the source partitions.
=item B<--full>
=item B<-s|--size>
Request to create a new full system partition for each CEC.
The size of storage which will be created for the kvm/vmware virtual machine.
=item B<-v|--version>
@@ -146,6 +169,10 @@ Output is similar to:
lpar5: Success
lpar6: Success
5. To create a new kvm/vmware virtual machine with 10G storage, 2048M memory and 2 cpus.
mkvm vm1 -s 10G --mem 2048 --cpus 2
=head1 FILES
/opt/xcat/bin/mkvm
+3 -1
View File
@@ -1,6 +1,6 @@
=head1 NAME
B<rmvm> - Removes HMC- and IVM-managed partitions.
B<rmvm> - Removes HMC-, KVM-, Vmware- and IVM-managed partitions.
=head1 SYNOPSIS
@@ -11,6 +11,8 @@ I<rmvm [-v| --version]>
I<rmvm [-V| --verbose] noderange [-r] [--service]>
=head2 For KVM and Vmware:
I<rmvm [-p] [-f]>
=head1 DESCRIPTION