=head1 NAME B - Add, delete or update rows in the database tables. =head1 SYNOPSIS I I I I I =head1 DESCRIPTION The chtab command adds, deletes or updates the attribute value in the specified table.column for the specified keyvalue. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the coma separated list of the attribute, if it is not already there. =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 a keyword (tftpdir) and value (/tftpboot) to the site table: I 3. To add node1 to the nodetype table with os=rhel5: I 4. To change node1 in nodetype table setting os=sles: I 5. To change node1 by appending otherpkgs to the postbootscripts field in the postscripts table: I 6. To delete node1 from nodetype table: I =head1 FILES /opt/xcat/bin/chtab =head1 SEE ALSO L, L