remove support for TEAL tables in tabprune. They are supplying there on table delete commands

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8999 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-03-04 18:28:12 +00:00
parent f7f6adee7d
commit 85795bf936

View File

@ -1,17 +1,16 @@
=head1 NAME
B<tabprune> - Deletes records from the eventlog, auditlog or x_teal* tables.
B<tabprune> - Deletes records from the eventlog or auditlog tables.
=head1 SYNOPSIS
B<tabprune> B<eventlog | auditlog | x_teal*> [B<-V>] B<-i> I<recid> |B<-n> I<number of records> | B<-p> I<percentage> | B<-a>
B<tabprune> B<eventlog | auditlog> [B<-V>] B<-i> I<recid> |B<-n> I<number of records> | B<-p> I<percentage> | B<-a>
B<tabprune> [B<-h>|B<--help>] [B<-v>|B<--version>]
=head1 DESCRIPTION
The tabprune command is used to delete records from the auditlog, eventlog or the x_teal* tables. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format.
If TEAL is installed the following tables are also supported: x_tealalert2alert,x_tealalert2event,x_tealalertlog,x_tealcheckpoint,x_tealeventlog.
The tabprune command is used to delete records from the auditlog or eventlog. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format.
=head1 OPTIONS
@ -37,10 +36,6 @@ Remove the number of records input.
Remove the percentage of records input.
=item B<-V>
Return the records that were removed by this command.
=back
=head1 RETURN VALUE