From c0e180ff13857c52c7d077d2f1d835cff6c8edc5 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 6 Feb 2008 16:36:10 +0000 Subject: [PATCH] pod for chtab git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@401 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client-2.0/pods/man1/chtab.1.pod | 66 +++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 xCAT-client-2.0/pods/man1/chtab.1.pod diff --git a/xCAT-client-2.0/pods/man1/chtab.1.pod b/xCAT-client-2.0/pods/man1/chtab.1.pod new file mode 100644 index 000000000..578e3de88 --- /dev/null +++ b/xCAT-client-2.0/pods/man1/chtab.1.pod @@ -0,0 +1,66 @@ +=head1 NAME + +B -To add, delete or update rows in the database tables. + +=head1 SYNOPSIS + +I + +I + +I + +I + +=head1 DESCRIPTION + + The chtab command adds or deletes or updates the attribute value in the input table.column for the input keyvalue. + + +=head1 OPTIONS + + +B<-h> Display usage message. + +B<-v> Command Version. + +B<-d> Delete option. + + + +=head1 RETURN VALUE + +0 The command completed successfully. + +1 An error has occurred. + +=head1 EXAMPLES + +1. To add a node=node1 to the nodelist table with groups=all: + +I + +2. To add node1 to the nodetype table with os=rhel5: + +I + + +3. To change node1 in nodetype table setting os=sles: + +I + +4. To delete node1 from nodetype table: + +I + + +=head1 FILES + +/opt/xcat/bin/chtab + + +=head1 NOTES + +This command is part of the xCAT software product. + +