source: trunk/athena/bin/attach/zinit.8 @ 12589

Revision 12589, 2.3 KB checked in by danw, 26 years ago (diff)
Update to use liblocker
Line 
1.\" $Id: zinit.8,v 1.10 1999-02-26 23:13:11 danw Exp $
2.\"
3.\" Copyright 1997 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.\"
17.TH ZINIT 8
18.SH NAME
19zinit \- zephyr login initialization program
20.SH SYNOPSIS
21zinit [-a] [-m]
22.SH DESCRIPTION
23.I zinit
24is normally executed automatically by \fIzwgc(1)\fR. It reads through
25the attachtab to determine which filesystems have been attached on
26that workstation, and subscribes the user to the appropriate Zephyr
27instances so that he or she will receive messages from Athena
28Operations regarding the filesystems' fileservers.
29
30\fIzinit\fR subscribes to class \fBFILSRV\fR, instances
31\fIservername\fR and \fIservername\fR:\fIpathname\fR for NFS lockers
32found in attachtab, where \fIservername\fR is the name of the machine
33providing the file service. For AFS filesystems, instances \fIcell\fR,
34and \fIcell\fR:\fIvolume\fR are subscribed to, where \fIcell\fR and
35\fIvolume\fR are the cell and volume names of the root of the
36filesystem. In addition, if the root of an AFS filesystem is not
37replicated on multiple servers, instance \fIservername\fP is
38subscribed to.
39
40By default, only messages about filesystems attached by the user
41running attach or root are subscribed to. The
42.B \-a \fPor\fB \-\-all
43option selects all remote filesystems, while
44.B \-m \fPor\fB \-\-me
45selects only those attached by the user.
46
47.SH SEE ALSO
48attach(1), zephyr(1)
49.br
50Project Athena Technical Plan Section E.4.1, `Zephyr Notification
51Service'
52.SH FILES
53.nf
54/etc/athena/attach.conf
55/var/athena/attachtab
56.fi
57.SH AUTHORS
58Dan Winship, MIT Information Systems
59.PP
60based on the original zinit by
61.br
62Theodore Ts'o, Project Athena
63.br
64John Carr, Project Athena)
Note: See TracBrowser for help on using the repository browser.