NDB(1) NDB(1) NAME ndbquery, ndbmkhash, ndbmkdb, ndbipquery, ndbmkhosts - network database SYNOPSIS ndbquery [ -f dbfile ] attr value [ rattr ] ndbipquery attr value rattr... ndbmkhash file attr ndbmkdb DESCRIPTION The network database holds administrative information used by authdial (see authsrv(3)) and secstored(1). Ndbquery searches the database for an attribute of type attr and value value. If rattr is not specified, all entries matched by the search are returned. If rattr is specified, the value of the first pair with attribute rattr of all the matched entries is returned. Ndbipquery uses ndbipinfo (see ndb(3)) to search for the values of the attributes rattr corresponding to the system with entries of attribute type attr and value value. Ndbmkhash creates a hash file for all entries with attribute attr in database file file. The hash files are used by ndbquery and by the ndb library routines. Ndbmkdb is used in concert with awk(1) scripts to convert uucp systems files and IP host files into database files. It is very specific to the situation at Murray Hill. When the database files change underfoot, running programs track them properly. Nonetheless, to keep the database searches efficient it is necessary to run ndbmkhash whenever the files are modified. It may be profitable to control this by a frequent cron(8) job. Ndbmkhosts generates a BSD style hosts, hosts.txt, and hosts.equiv files from ndb data base files specified on the command line (default /usr/local/plan9/ndb/local and /usr/local/plan9/ndb/friends). It only processes hosts whose domain names end in domname. The output files are named db.domname, equiv.domname, and txt.domname. For his- torical reasons, the default domname is research.att.com. EXAMPLE % ndbquery sys helix sys=helix dom=helix.research.bell-labs.com bootf=/mips/9powerboot ip=135.104.117.31 ether=080069020427 Page 1 Plan 9 (printed 11/18/24) NDB(1) NDB(1) proto=il FILES /usr/local/plan9/ndb/local first database file searched /usr/local/plan9/ndb/local.* hash files for /usr/local/plan9/ndb/local SOURCE /usr/local/plan9/src/cmd/ndb SEE ALSO ndb(3), ndb(7) Page 2 Plan 9 (printed 11/18/24)