1ypinit(8) System Manager's Manual ypinit(8)
2
3
4
6 ypinit - NIS database install and build program
7
9 /usr/lib64/yp/ypinit [ -m ] [ -s master_name ]
10
12 ypinit builds the domain subdirectory of /var/yp for the current
13 default domain. After building the domain subdirectory, ypinit builds a
14 complete set of administrative maps for your system and places them in
15 this directory. The first map created by ypinit -m is the ypservers
16 map. You should run it as root on the hosts, which should be the master
17 ypserver. You should have only one master server per NIS domain.
18
19 All databases are built from scratch, either from information available
20 to the program at runtime, or from the ASCII data base files in /etc.
21 These files are listed below under FILES.
22
23 An NIS database on a slave server is set up by copying an existing
24 database from a running server. The master_name argument should be the
25 hostname of an NIS server (either the master server for all the maps,
26 or a server on which the data base is up-to-date and stable).
27
29 -m If the local host is the NIS master.
30
31 -s Set up a slave server with the database from master_name
32
34 /etc/passwd
35 /etc/group
36 /etc/hosts
37 /etc/networks
38 /etc/services
39 /etc/protocols
40 /etc/netgroup
41 /etc/rpc
42
44 makedbm(8), revnetgroup(8), yppush(8), ypserv(8), ypxfr(8)
45
47 There isn't a good error handling at the moment.
48
50 Thorsten Kukuk <kukuk@suse.de>
51
52
53
54 August 1996 ypinit(8)