From d04edd2119dcd1985296d42b828d383d354bdeaf Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 24 Jun 2014 09:00:59 -0400 Subject: [PATCH] update rinstall man page --- xCAT-client/pods/man8/rinstall.8.pod | 30 ++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/xCAT-client/pods/man8/rinstall.8.pod b/xCAT-client/pods/man8/rinstall.8.pod index 1988ace26..4fc10d64c 100644 --- a/xCAT-client/pods/man8/rinstall.8.pod +++ b/xCAT-client/pods/man8/rinstall.8.pod @@ -4,7 +4,9 @@ B - Begin OS provision on a noderange =head1 B -B [I<-o>|I<--osver>] [I<-p>|I<--profile>] [I<-a>|I<--arch>] [I<-O>|I<--osimage>] [I<-c>|I<--console>] [I] +B [I<-o>|I<--osver>] [I<-p>|I<--profile>] [I<-a>|I<--arch>] [I<-c>|I<--console>] [I] + +B [I<-O>|I<--osimage>] [I<-c>|I<--console>] [I] =head1 B @@ -12,24 +14,32 @@ B is a convience command that will change tables as requested for oper If [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I is set, provision the noderange with the osimage specified/configured, ignore the table change options if specified. -If -c is specified, it will then become the text console of the node. If wanting consoles on multiple nodes with a similar command, see L. +If -c is specified, it will then run rcons on the node. This is allowed only if one node in the noderange. If need consoles on multiple nodes , see L. =head1 B =over 7 +=item B<-h>|B<--help> + +Display usage message. + +=item B<-v>|B<--version> + +Display version. + =item B<-o>|B<--osver> -Specifies which os version to provision. If unspecified, the current table values are used. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. +Specifies which os version to provision. If unspecified, the current node os setting is used. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. =item B<-p>|B<--profile> -Specifies what profile should be used of the operating system. If not specified the tables are used as is. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. +Specifies what profile should be used of the operating system. If not specified the current node profile setting is used. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. =item B<-a>|B<--arch> -Specifies what architecture of the OS to provision. Typically this is unneeded, but if provisioning betweer x86_64 and x86 frequently, this may be a useful flag. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. +Specifies what architecture of the OS to provision. Typically this is unneeded, but if provisioning between x86_64 and x86 frequently, this may be a useful flag. Will be ignored if [I<-O>|I<--osimage>] is specified or nodetype.provmethod=I. =item B<-O>|B<--osimage> @@ -37,7 +47,7 @@ Specifies the osimage to provision. =item B<-c>|B<--console> -Requests that rinstall become rcons once the provision commences. This will only work if there is only one node in the noderange. See L for consoles on multiple systems. +Requests that rinstall runs rcons once the provision starts. This will only work if there is only one node in the noderange. See L for starting nsoles on multiple nodes. =back @@ -46,17 +56,17 @@ Requests that rinstall become rcons once the provision commences. This will onl B I -Provison nodes 1 through 20, using configuration as is from tables. +Provison nodes 1 through 20, using their current configuration. -B -o rhels5.1 -p compute I +B I -o rhels5.1 -p compute Provision nodes 1 through 20, forcing rhels5.1 and compute profile. -B -O rhels6.4-ppc64-netboot-compute I +B I -O rhels6.4-ppc64-netboot-compute Provision nodes 1 through 20 with the osimage rhels6.4-ppc64-netboot-compute. -B -c I +B I -c Provisoon node1 and start a console to monitor the process.