mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-20 02:00:24 +00:00
update manpages of rmimage,liteimg and rinstall to remove the non-osimage flags and examples
This commit is contained in:
@@ -8,8 +8,6 @@ I<liteimg [-h| --help]>
|
||||
|
||||
I<liteimg [-v| --version]>
|
||||
|
||||
I<liteimg [-o OS] [ -p profile] [-a architecture] [-t rootfstype]>
|
||||
|
||||
I<liteimg imagename>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@@ -53,15 +51,6 @@ B<-h> Display usage message.
|
||||
|
||||
B<-v> Command Version.
|
||||
|
||||
B<-o> Operating system (fedora8, rhel5, sles10,etc)
|
||||
|
||||
B<-p> Profile (compute,service)
|
||||
|
||||
B<-a> Architecture (ppc64,x86_64,etc)
|
||||
|
||||
B<-t> The type of rootfs for the image (nfs, ramdisk). It is optional, nfs is used to be the rootfs type when B<-t> is not specified.
|
||||
|
||||
|
||||
=head1 RETURN VALUE
|
||||
|
||||
0 The command completed successfully.
|
||||
@@ -70,9 +59,9 @@ B<-t> The type of rootfs for the image (nfs, ramdisk). It is optional,
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
1. To lite a fedora8 image for a compute node architecture x86_64 enter:
|
||||
1. To lite a RHEL 6.6 statelite image for a compute node architecture x86_64 enter:
|
||||
|
||||
I<liteimg -o fedora8 -p compute -a x86_64>
|
||||
I<liteimg rhels6.6-x86_64-statelite-compute>
|
||||
|
||||
|
||||
=head1 FILES
|
||||
|
@@ -7,8 +7,6 @@ B<rmimage> - Removes the Linux stateless or statelite image from the file system
|
||||
I<rmimage [-h | --help]>
|
||||
|
||||
|
||||
I<rmimage [-V | --verbose]> I<-o <OS>> I<-a <architecture>> I<-p <profile>>
|
||||
|
||||
I<rmimage [-V | --verbose] imagename [--xcatdef]>
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@@ -40,12 +38,6 @@ B<-h | --help> Display usage message.
|
||||
|
||||
B<-V | --verbose> Verbose mode.
|
||||
|
||||
B<-o> Operating system (fedora9,rhels5.5,sles11,etc)
|
||||
|
||||
B<-p> Profile (compute,service,etc)
|
||||
|
||||
B<-a> Architecture (ppc64,x86_64,etc)
|
||||
|
||||
B<--xcatdef> Remove the xCAT osimage definition
|
||||
|
||||
|
||||
@@ -57,22 +49,14 @@ B<--xcatdef> Remove the xCAT osimage definition
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
1. To remove a fedora9 stateless image for a compute node architecture x86_64, enter:
|
||||
1. To remove a RHEL 7.1 stateless image for a compute node architecture x86_64, enter:
|
||||
|
||||
I<rmimage fedora9-x86_64-netboot-compute>
|
||||
|
||||
or
|
||||
|
||||
I<rmimage -o fedora9 -p compute -a x86_64>
|
||||
I<rmimage rhels7.1-x86_64-netboot-compute>
|
||||
|
||||
2. To remove a rhels5.5 statelite image for a compute node architecture ppc64 and the osimage definition, enter:
|
||||
|
||||
I<rmimage rhels5.5-ppc64-statelite-compute --xcatdef>
|
||||
|
||||
or
|
||||
|
||||
I<rmimage -o rhels5.5 -p compute -a ppc64 --xcatdef>
|
||||
|
||||
=head1 FILES
|
||||
|
||||
/opt/xcat/sbin/rmimage
|
||||
|
@@ -4,8 +4,6 @@ B<rinstall> - Begin OS provision on a noderange
|
||||
|
||||
=head1 B<Synopsis>
|
||||
|
||||
B<rinstall> [I<-o>|I<--osver>] [I<-p>|I<--profile>] [I<-a>|I<--arch>] [I<-c>|I<--console>] [I<noderange>]
|
||||
|
||||
B<rinstall> [I<-O>|I<--osimage>] [I<-c>|I<--console>] [I<noderange>]
|
||||
|
||||
=head1 B<Description>
|
||||
@@ -28,19 +26,6 @@ Display usage message.
|
||||
|
||||
Display version.
|
||||
|
||||
=item B<-o>|B<--osver>
|
||||
|
||||
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<osimage>.
|
||||
|
||||
=item B<-p>|B<--profile>
|
||||
|
||||
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<osimage>.
|
||||
|
||||
|
||||
=item B<-a>|B<--arch>
|
||||
|
||||
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<osimage>.
|
||||
|
||||
=item B<-O>|B<--osimage>
|
||||
|
||||
Specifies the osimage to provision.
|
||||
@@ -58,10 +43,6 @@ B<rinstall> I<node1-node20>
|
||||
|
||||
Provison nodes 1 through 20, using their current configuration.
|
||||
|
||||
B<rinstall> I<node1-node20> -o rhels5.1 -p compute
|
||||
|
||||
Provision nodes 1 through 20, forcing rhels5.1 and compute profile.
|
||||
|
||||
B<rinstall> I<node1-node20> -O rhels6.4-ppc64-netboot-compute
|
||||
|
||||
Provision nodes 1 through 20 with the osimage rhels6.4-ppc64-netboot-compute.
|
||||
|
Reference in New Issue
Block a user