xcat-core/xCAT-client/pods/man1/gettab.1.pod

77 lines
1.2 KiB
Plaintext
Raw Normal View History

=head1 NAME
B<gettab> - search through tables using keys and return attributes.
=head1 SYNOPSIS
B<gettab> [B<-H> | B<--with-fieldname>] I<key=value,... table.attribute ...>
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
=item B<-H|--with-fieldname>
Always display table.column description next to result
=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:
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:
site.value: mgmtnode.cluster.com
=back
=head1 FILES
/opt/xcat/bin/gettab
=head1 SEE ALSO
L<nodels(1)|nodels.1>, L<chtab(8)|chtab.8>, L<tabdump(8)|tabdump.8>