1nislog(1M) System Administration Commands nislog(1M)
2
3
4
6 nislog - display the contents of the NIS+ transaction log
7
9 /usr/sbin/nislog [-h num | -t num] [-v] [directory]...
10
11
13 nislog displays the contents of the NIS+ server transaction log on the
14 standard output. This command can be used to track changes in the
15 namespace. The /var/nis/trans.log file contains the transaction log
16 maintained by the NIS+ server. When updates occur, they are logged to
17 this file and then propagated to replicas as log transactions. When the
18 log is checkpointed, updates that have been propagated to the replicas
19 are removed.
20
21
22 The nislog command can only be run on an NIS+ server by superuser. It
23 displays the log entries for that server only.
24
25
26 If directory is not specified, the entire log is searched. Otherwise,
27 only those logs entries that correspond to the specified directories
28 are displayed.
29
31 -h num Display num transactions from the ``head'' of the log. If the
32 numeric parameter is 0, only the log header is displayed.
33
34
35 -t num Display num transactions from the ``tail'' of the log. If the
36 numeric parameter is 0, only the log header is displayed.
37
38
39 -v Verbose mode.
40
41
43 /var/nis/trans.log transaction log
44
45
47 See attributes(5) for descriptions of the following attributes:
48
49
50
51
52 ┌─────────────────────────────┬─────────────────────────────┐
53 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
54 ├─────────────────────────────┼─────────────────────────────┤
55 │Availability │SUNWnisu │
56 └─────────────────────────────┴─────────────────────────────┘
57
59 NIS+[22m(1), rpc.nisd(1M), nisfiles(4), attributes(5)
60
62 NIS+ might not be supported in future releases of the Solaris operating
63 system. Tools to aid the migration from NIS+ to LDAP are available in
64 the current Solaris release. For more information, visit
65 http://www.sun.com/directory/nisplus/transition.html.
66
67
68
69SunOS 5.11 12 Dec 2001 nislog(1M)