DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

ypmake(NADM)


ypmake -- rebuild Network Information Service (NIS) databases

Syntax

/etc/yp/ypmake [ map ]

Description

ypmake is used to build the Network Information Service database. If make(CP) is on the system, the file makefile in the directory /etc/yp is used by make(CP) to build the Network Information Service database. If make(CP) is not on the system, then ypmake will create the database unconditionally. With no arguments, ypmake creates dbm(NS) databases for any NIS maps that are out-of-date and then executes yppush(NADM) to notify the slave servers that there has been a change.

If you supply a map on the command line, ypmake will update that map only. Typing ypmake passwd will create and yppush the password database (assuming it is out-of-date). Likewise, ypmake hosts and ypmake networks will create and yppush the host and network files, /etc/hosts and /etc/networks, respectively.

ypmake uses four special variables:


DIR
gives the directory of the source files. The default is /etc.

NOPUSH
when non-null, inhibits doing a yppush of the new database files. The default is the null string.

DOM
constructs a domain other than the master's default domain.

ADMACCTS
distributes administration accounts such as root and sys. The default is not to distribute administration accounts.
Refer to ypfiles(NF) and ypserv(NADM) for an overview of the Network Information Service and ypmapxlate(NF) for file format.

Files

/etc/yp/Makefile

See also

dbm(NS), make(CP), makedbm(NADM), ypfiles(NF), ypmapxlate(NF), yppush(NADM), ypserv(NADM)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005