From 294d8951ac6ce5069aa059fef02637d6af1f4cf3 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 12 Dec 2011 15:26:55 +0000 Subject: [PATCH] fixed chvm man page bld errors git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11213 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/chvm.1.pod | 34 ++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/xCAT-client/pods/man1/chvm.1.pod b/xCAT-client/pods/man1/chvm.1.pod index 3bef4f56e..92978eee4 100644 --- a/xCAT-client/pods/man1/chvm.1.pod +++ b/xCAT-client/pods/man1/chvm.1.pod @@ -106,11 +106,11 @@ The chvm command modifes the virtual machine's configuration specified in nodera =over 10 -=item B<-h> +=item B<-h> Display usage message. -=item B<-v> +=item B<-v> Command Version. @@ -120,15 +120,15 @@ Command Version. =over 10 -=item B<-p> I +=item B<-p> I Name of an existing partition profile. -=item I=I +=item I=I Specifies one or more "attribute equals value" pairs, separated by spaces. -=item B<-V> +=item B<-V> Verbose output. @@ -138,15 +138,15 @@ Verbose output. =over 10 -=item B<-i> +=item B<-i> Starting numeric id of the newly created partitions. For Power 775 using Direct FSP Management, the id value only could be B<1>, B<5>, B<9>, B<13>, B<17>, B<21>, B<25> and B<29>. -=item B<-m> +=item B<-m> memory interleaving. The setting value only could be B<1> or B<2>. B<2> means B mode (also 2MC mode), the memory cannot be shared across the processors in an octant. B<1> means B mode (also 8MC mode) , the memory can be shared. The default value is B<1> . -=item B<-r> +=item B<-r> partition rule. @@ -162,7 +162,7 @@ The octants configuration value for one Octant could be B<1>, B<2>, B<3>, B<4>, 4 -- 4 partitions with a 25/25/25/25 split of cpus and memory 5 -- 2 partitions with a 25/75 split of cpus and memory -=item B<-p> I +=item B<-p> I Name of I/O slots assignment profile. @@ -176,27 +176,27 @@ Set LPAR name for the specified lpars. If '*' specified, it means to get names f =over 10 -=item B<-a> I +=item B<-a> I Add a new Hard disk with size defaulting to GB. Multiple can be added with comma separated values. -=item B<--cpus> I +=item B<--cpus> I Set the number of CPUs. -=item B<-d> I +=item B<-d> I Deregister the Hard disk but leave the backing files. Multiple can be done with comma separated values. The disks are specified by SCSI id. Size defaults to GB. -=item B<--mem> I +=item B<--mem> I Set the memory, defaults to MB. -=item B<-p> I +=item B<-p> I Purge the Hard disk. Deregisters and deletes the files. Multiple can be done with comma separated values. The disks are specified by SCSI id. Size defaults to GB. -=item B<--resize> B=I +=item B<--resize> B=I Change the size of the Hard disk. The disk can never be set to less than it's current size. Multiple disks can be resized to I by using comma separated values on the left side of B<=>. The disks are specified by SCSI id. Size defaults to GB. @@ -204,6 +204,8 @@ Change the size of the Hard disk. The disk can never be set to less than it's c =head2 zVM specific: +=over 10 + =item B<--add3390> I I I I I I I Adds a 3390 (ECKD) disk to a virtual server's directory entry. @@ -300,6 +302,8 @@ Sets the IPL statement for a given virtual server. Sets the password for a given virtual server. +=back + =head1 RETURN VALUE 0 The command completed successfully.