diff --git a/xCAT-client/pods/man8/tabdump.8.pod b/xCAT-client/pods/man8/tabdump.8.pod index f06ca3497..9e1ab1505 100644 --- a/xCAT-client/pods/man8/tabdump.8.pod +++ b/xCAT-client/pods/man8/tabdump.8.pod @@ -74,26 +74,31 @@ An error has occurred. To display the contents of the site table: -B I +B B =item * To display the contents of the nodelist table where the groups attribute is compute : -B I<-w 'groups==compute'> I +B B<-w 'groups==compute'> B =item * To display the contents of the nodelist table where the groups attribute is comput% where % is a wildcard and can represent any string and the status attribute is booted : -B I<-w 'groups=~comput%'> I<-w 'status==booted'> I +B B<-w 'groups=~comput%'> B<-w 'status==booted'> B =item * To display the records of the auditlog on date 2011-04-18 11:30:00 : -B I<-w 'audittime==2011-04-18 11:30:00'> I +B B<-w 'audittime==2011-04-18 11:30:00'> B +=item * + +To display the records of the auditlog starting on 2011-04-18: + +tabdump -w 'audittime>2011-04-18 11:30:00' auditlog =item * @@ -103,21 +108,23 @@ B =item * -To back up all the xCAT database tables: +To back up all the xCAT database tables, instead of running B multiple times, you can use the B command as follows: -dumpxCATdb -p +B + +See the B man page for details. =item * To display a summary description of each table: -B I<-d> +B B<-d> =item * To display a description of each column in the nodehm table: -B I<-d nodehm> +B B<-d nodehm> =back