[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 |
---|
| 19 | zinit \- zephyr login initialization program |
---|
| 20 | .SH SYNOPSIS |
---|
[12589] | 21 | zinit [-a] [-m] |
---|
[2870] | 22 | .SH DESCRIPTION |
---|
[12589] | 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. |
---|
[2870] | 29 | |
---|
[12589] | 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 |
---|
[3258] | 38 | subscribed to. |
---|
| 39 | |
---|
[12589] | 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 |
---|
[2873] | 43 | option selects all remote filesystems, while |
---|
[12589] | 44 | .B \-m \fPor\fB \-\-me |
---|
[2873] | 45 | selects only those attached by the user. |
---|
[2870] | 46 | |
---|
| 47 | .SH SEE ALSO |
---|
[12589] | 48 | attach(1), zephyr(1) |
---|
[2870] | 49 | .br |
---|
| 50 | Project Athena Technical Plan Section E.4.1, `Zephyr Notification |
---|
| 51 | Service' |
---|
| 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] | 58 | Dan Winship, MIT Information Systems |
---|
[2870] | 59 | .PP |
---|
[12589] | 60 | based on the original zinit by |
---|
[3265] | 61 | .br |
---|
[12589] | 62 | Theodore Ts'o, Project Athena |
---|
| 63 | .br |
---|
| 64 | John Carr, Project Athena) |
---|