Clarify use of rmdef -a option.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2549 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-12-15 17:41:35 +00:00
parent afde43bf13
commit 4521423ac7

View File

@ -22,7 +22,7 @@ This command is used to remove xCAT object definitions that are stored in the xC
=item B<-a|--all>
Clear the whole xCAT database. A backup of the xCAT definitions should be saved before using this option.
Clear the whole xCAT database. A backup of the xCAT definitions should be saved before using this option. Once all the data is removed the xCAT daemon will no longer work and you will have to switch to bypass mode in order to restore your data. You can switch to bypass mode by setting the XCATBYPASS environmant variable. (ex. "export XCATBYPASS=yes")
=item B<-f|--force>
@ -61,23 +61,19 @@ Verbose mode.
=over 3
=item 1. To completely clear the xCAT database.
rmdef -f -a
=item 2. To remove a range of node definitions.
=item 1. To remove a range of node definitions.
rmdef -t node node1-node4
=item 3. To remove all node and group definitions.
=item 2. To remove all node and group definitions.
rmdef -t node,group
=item 4. To remove all node definitions for the nodes contained in the group bpcnodes.
=item 3. To remove all node definitions for the nodes contained in the group bpcnodes.
rmdef -t node -o bpcnodes
=item 5. To remove the group called bpcnodes.
=item 4. To remove the group called bpcnodes.
rmdef -t group -o bpcnodes
@ -99,4 +95,4 @@ This command is part of the xCAT software product.
=head1 SEE ALSO
L<mkdef(1)|mkdef.1>, L<lsdef(1)|lsdef.1>, L<chdef(1)|chdef.1>, L<xcatstanzafile(5)|xcatstanzafile.5>
L<mkdef(1)|mkdef.1>, L<lsdef(1)|lsdef.1>, L<chdef(1)|chdef.1>, L<xcatstanzafile(5)|xcatstanzafile.5>