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
RevLine 
[12589]1.\" $Id: zinit.8,v 1.10 1999-02-26 23:13:11 danw Exp $
[2870]2.\"
[12589]3.\" Copyright 1997 by the Massachusetts Institute of Technology.
[2870]4.\"
[12589]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
[2870]18.SH NAME
19zinit \- zephyr login initialization program
20.SH SYNOPSIS
[12589]21zinit [-a] [-m]
[2870]22.SH DESCRIPTION
[12589]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.
[2870]29
[12589]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
[3258]38subscribed to.
39
[12589]40By default, only messages about filesystems attached by the user
41running attach or root are subscribed to. The
42.B \-a \fPor\fB \-\-all
[2873]43option selects all remote filesystems, while
[12589]44.B \-m \fPor\fB \-\-me
[2873]45selects only those attached by the user.
[2870]46
47.SH SEE ALSO
[12589]48attach(1), zephyr(1)
[2870]49.br
50Project Athena Technical Plan Section E.4.1, `Zephyr Notification
51Service'
52.SH FILES
[2873]53.nf
[5487]54/etc/athena/attach.conf
[9809]55/var/athena/attachtab
[2873]56.fi
[3265]57.SH AUTHORS
[12589]58Dan Winship, MIT Information Systems
[2870]59.PP
[12589]60based on the original zinit by
[3265]61.br
[12589]62Theodore Ts'o, Project Athena
63.br
64John Carr, Project Athena)
Note: See TracBrowser for help on using the repository browser.