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/trunk@11629 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
4798d7e773
commit
19cf673766
xCAT-client/pods/man1
@ -1,6 +1,6 @@
|
||||
=head1 NAME
|
||||
|
||||
B<lsvm> - Lists partition profile information for HMC-, IVM-, and zVM-managed nodes. For Power 775, it lists the LPARs' I/O slots information and CEC configuration.
|
||||
B<lsvm> - Lists partition profile information for HMC-, IVM-, KVM-, Vmware- and zVM-managed nodes. For Power 775, it lists the LPARs' I/O slots information and CEC configuration.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
@ -47,6 +47,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.
|
||||
|
||||
=head2 For zVM:
|
||||
|
||||
|
@ -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>]
|
||||
|
||||
=head2 For zVM:
|
||||
|
||||
@ -42,10 +46,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:
|
||||
|
||||
mkvm ....
|
||||
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.
|
||||
|
||||
=head2 For zVM:
|
||||
|
||||
The first form of mkvm creates a new virtual machine based on a directory entry.
|
||||
@ -64,6 +70,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.
|
||||
@ -72,13 +90,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>
|
||||
|
||||
@ -195,6 +217,9 @@ Output is similar to:
|
||||
gpok4: Detatching source disk (0100) at (1100)
|
||||
gpok4: Starting LNX3... Done
|
||||
|
||||
7. 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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
=head1 NAME
|
||||
|
||||
B<rmvm> - Removes HMC-, IVM-, and zVM-managed partitions or virtual machines.
|
||||
B<rmvm> - Removes HMC-, IVM-, KVM-, Vmware- and zVM-managed partitions or virtual machines.
|
||||
|
||||
=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
|
||||
|
Loading…
x
Reference in New Issue
Block a user