Skip to content

Latest commit

 

History

History
113 lines (54 loc) · 1.12 KB

File metadata and controls

113 lines (54 loc) · 1.12 KB

tabgrep.1

perl

NAME

tabgrep - list table names in which an entry for the given node appears.

SYNOPSIS

tabgrep nodename

tabgrep [-? | -h | --help]

DESCRIPTION

The tabgrep command displays the tables that contain a row for the specified node. Note that the row can either have that nodename as the key or it could have a group that contains the node as the key.

OPTIONS

-?|-h|--help

Display usage message.

RETURN VALUE

0 The command completed successfully.

1 An error has occurred.

EXAMPLES

1.

To display the tables that contain blade1:

tabgrep blade1

The output would be similar to:

nodelist
nodehm
mp
chain
hosts
mac
noderes
nodetype

FILES

/opt/xcat/bin/tabgrep

SEE ALSO

nodels(1)tabdump.8