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 |
---|
19 | zinit \- zephyr login initialization program |
---|
20 | .SH SYNOPSIS |
---|
21 | zinit [-a] [-m] |
---|
22 | .SH DESCRIPTION |
---|
23 | .I zinit |
---|
24 | is normally executed automatically by \fIzwgc(1)\fR. It reads through |
---|
25 | the attachtab to determine which filesystems have been attached on |
---|
26 | that workstation, and subscribes the user to the appropriate Zephyr |
---|
27 | instances so that he or she will receive messages from Athena |
---|
28 | Operations 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 |
---|
32 | found in attachtab, where \fIservername\fR is the name of the machine |
---|
33 | providing the file service. For AFS filesystems, instances \fIcell\fR, |
---|
34 | and \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 |
---|
36 | filesystem. In addition, if the root of an AFS filesystem is not |
---|
37 | replicated on multiple servers, instance \fIservername\fP is |
---|
38 | subscribed to. |
---|
39 | |
---|
40 | By default, only messages about filesystems attached by the user |
---|
41 | running attach or root are subscribed to. The |
---|
42 | .B \-a \fPor\fB \-\-all |
---|
43 | option selects all remote filesystems, while |
---|
44 | .B \-m \fPor\fB \-\-me |
---|
45 | selects only those attached by the user. |
---|
46 | |
---|
47 | .SH SEE ALSO |
---|
48 | attach(1), zephyr(1) |
---|
49 | .br |
---|
50 | Project Athena Technical Plan Section E.4.1, `Zephyr Notification |
---|
51 | Service' |
---|
52 | .SH FILES |
---|
53 | .nf |
---|
54 | /etc/athena/attach.conf |
---|
55 | /var/athena/attachtab |
---|
56 | .fi |
---|
57 | .SH AUTHORS |
---|
58 | Dan Winship, MIT Information Systems |
---|
59 | .PP |
---|
60 | based on the original zinit by |
---|
61 | .br |
---|
62 | Theodore Ts'o, Project Athena |
---|
63 | .br |
---|
64 | John Carr, Project Athena) |
---|