From 4521423ac750986a20936d0ae38245c5c8dae48f Mon Sep 17 00:00:00 2001 From: nott Date: Mon, 15 Dec 2008 17:41:35 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/rmdef.1.pod | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/xCAT-client/pods/man1/rmdef.1.pod b/xCAT-client/pods/man1/rmdef.1.pod index ad17fe14b..7017137a4 100644 --- a/xCAT-client/pods/man1/rmdef.1.pod +++ b/xCAT-client/pods/man1/rmdef.1.pod @@ -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, L, L, L \ No newline at end of file +L, L, L, L