2008-03-05 16:49:19 +00:00
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
B<gettab> - search through tables using keys and return attributes.
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2008-05-19 17:59:56 +00:00
|
|
|
B<gettab> [B<-H> | B<--with-fieldname>] I<key=value,... table.attribute ...>
|
2008-03-05 16:49:19 +00:00
|
|
|
|
|
|
|
B<gettab> [B<-?> | B<-h> | B<--help>]
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
The gettab command uses the specified key values to search the specified tables. For each matched
|
|
|
|
row, the specified attributes are displayed.
|
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 10
|
|
|
|
|
2008-05-19 17:59:56 +00:00
|
|
|
=item B<-H|--with-fieldname>
|
|
|
|
|
|
|
|
Always display table.column description next to result
|
|
|
|
|
2008-03-05 16:49:19 +00:00
|
|
|
=item B<-?|-h|--help>
|
|
|
|
|
|
|
|
Display usage message.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
|
|
|
|
=over 3
|
|
|
|
|
|
|
|
=item 0
|
|
|
|
|
|
|
|
The command completed successfully.
|
|
|
|
|
|
|
|
=item 1
|
|
|
|
|
|
|
|
An error has occurred.
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
=over 2
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
To display node names that have B<mgt> set to B<blade> in the nodehm table:
|
|
|
|
|
|
|
|
B<gettab> I<mgt=blade nodehm.node>
|
|
|
|
|
|
|
|
The output would be similar to:
|
2008-05-28 21:07:33 +00:00
|
|
|
|
2008-03-05 16:49:19 +00:00
|
|
|
nodehm.node: blades
|
|
|
|
|
|
|
|
=item *
|
|
|
|
|
|
|
|
To display setting for B<master> (management node) in the site table:
|
|
|
|
|
|
|
|
B<gettab> I<key=master site.value>
|
|
|
|
|
|
|
|
The output would be similar to:
|
2008-05-28 21:07:33 +00:00
|
|
|
|
2008-03-05 16:49:19 +00:00
|
|
|
site.value: mgmtnode.cluster.com
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 FILES
|
|
|
|
|
|
|
|
/opt/xcat/bin/gettab
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2008-08-02 16:18:07 +00:00
|
|
|
L<nodels(1)|nodels.1>, L<chtab(8)|chtab.8>, L<tabdump(8)|tabdump.8>
|