From ddbe25253fe71ad746c220d9431ab525ec3df3b0 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 5 Dec 2007 14:15:14 +0000 Subject: [PATCH] Pod source for rmdef man page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/rmdef.1.pod | 74 +++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/rmdef.1.pod diff --git a/xCAT-client-2.0/pods/man1/rmdef.1.pod b/xCAT-client-2.0/pods/man1/rmdef.1.pod new file mode 100644 index 000000000..ce0ad4cce --- /dev/null +++ b/xCAT-client-2.0/pods/man1/rmdef.1.pod @@ -0,0 +1,74 @@ +=head1 NAME + +B - Use this command to remove xCAT data object definitions. + +=head1 SYNOPSIS + +I + +I +I<[-f | --force] [noderange]> + +=head1 DESCRIPTION + +This command is used to remove xCAT object definitions that are stored in the xCAT database. + +=head1 OPTIONS + +B<-a | --all> Clear the whole xCAT database. A backup of the xCAT definitions should be saved before using this option. + +B<-f|--force> Use this with the all option as an extra indicator that ALL definitions are to be removed. + +B<-h|--help> Display a usage message. + +B A set of comma delimited node names and/or group names. See the "noderange" man page for details on supported formats. + +B<-o object-names> A set of comma delimited object names. + +B<-t object-types> A set of comma delimited object types. + +B<-V|--verbose> Verbose mode. + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + + +=head1 EXAMPLES + +1. To completely clear the xCAT database. + +I + +2. To remove a range of node definitions. + +I + +5. To remove all node and group definitions. + +I + +6. To remove all node definitions for the nodes contained in the group bpcnodes. + +I + +7. To remove the group called bpcnodes. + +I + +(This will also update the values of the "groups" attribute of the member nodes.) + +=head1 FILES + +/usr/sbin/rmdef + + +=head1 NOTES + +This command is part of the xCAT software product. + +=head1 SEE ALSO + +See the mkdef, chdef and lsdef commands.