Unix and Linux Discussions Tagged with nis |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
3,970 |
Solaris |
|
|
|
1 |
6,665 |
AIX |
|
|
|
2 |
4,256 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
4,738 |
AIX |
|
|
|
0 |
2,254 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,444 |
Linux |
|
|
|
0 |
3,296 |
UNIX and Linux Applications |
|
|
|
0 |
5,349 |
AIX |
|
|
|
8 |
9,085 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
37,945 |
AIX |
|
|
|
0 |
5,132 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
11,739 |
Solaris |
|
|
|
0 |
9,107 |
Red Hat |
|
|
|
0 |
5,550 |
Filesystems, Disks and Memory |
|
|
|
1 |
6,606 |
SuSE |
|
|
|
0 |
5,449 |
AIX |
|
|
|
0 |
3,037 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,075 |
Solaris |
|
|
|
3 |
7,160 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
15,132 |
Solaris |
|
|
|
3 |
6,677 |
Solaris |
|
|
|
6 |
43,364 |
Solaris |
|
|
|
4 |
2,435 |
Solaris |
|
|
|
5 |
5,179 |
Solaris |
|
|
|
0 |
3,213 |
AIX |
|
|
|
2 |
11,954 |
Solaris |
|
|
|
4 |
6,480 |
Red Hat |
|
|
|
3 |
8,827 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
2,603 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,276 |
Solaris |
|
|
|
0 |
1,907 |
Solaris |
|
|
|
1 |
23,375 |
Solaris |
|
|
|
4 |
14,815 |
UNIX for Advanced & Expert Users |
|
|
|
24 |
25,954 |
AIX |
|
|
|
0 |
12,285 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
20,350 |
Shell Programming and Scripting |
|
|
|
2 |
14,319 |
AIX |
|
|
|
1 |
7,158 |
UNIX for Advanced & Expert Users |
|
|
|
8 |
9,276 |
HP-UX |
|
|
|
4 |
6,018 |
Solaris |
nislog(1M) System Administration Commands nislog(1M)
NAME
nislog - display the contents of the NIS+ transaction log
SYNOPSIS
/usr/sbin/nislog [-h num | -t num] [-v] [directory...]
DESCRIPTION
nislog displays the contents of the NIS+ server transaction log on the standard output. This command can be used to track changes in the
namespace. The /var/nis/trans.log file contains the transaction log maintained by the NIS+ server. When updates occur, they are logged to
this file and then propagated to replicas as log transactions. When the log is checkpointed, updates that have been propagated to the
replicas are removed.
The nislog command can only be run on an NIS+ server by superuser. It displays the log entries for that server only.
If directory is not specified, the entire log is searched. Otherwise, only those logs entries that correspond to the specified directories
are displayed.
OPTIONS
-h num Display num transactions from the ``head'' of the log. If the numeric parameter is 0, only the log header is displayed.
-t num Display num transactions from the ``tail'' of the log. If the numeric parameter is 0, only the log header is displayed.
-v Verbose mode.
FILES
/var/nis/trans.log transaction log
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWnisu |
+-----------------------------+-----------------------------+
SEE ALSO
nis+(1), rpc.nisd(1M), nisfiles(4), attributes(5)
NOTES
NIS+ might not be supported in future releases of the SolarisTM Operating Environment. Tools to aid the migration from NIS+ to LDAP are
available in the Solaris 9 operating environment. For more information, visit http://www.sun.com/directory/nisplus/transition.html.
SunOS 5.10 12 Dec 2001 nislog(1M)