1 | .\" $Id: larvnet.conf.5,v 1.4 1999-04-13 21:17:32 ghudson Exp $ |
---|
2 | .\" |
---|
3 | .\" Copyright 1998, 1999 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 LARVNET.CONF 5 "13 April 1999" |
---|
18 | .SH NAME |
---|
19 | larvnet.conf \- larvnetd configuration file |
---|
20 | .SH SYNOPSIS |
---|
21 | .B /etc/athena/larvnet.conf |
---|
22 | .SH DESCRIPTION |
---|
23 | The file |
---|
24 | .B /etc/athena/larvnet.conf |
---|
25 | configures what cluster machines and printers are to be monitored by |
---|
26 | the |
---|
27 | .BR larvnetd (8) |
---|
28 | daemon. |
---|
29 | .PP |
---|
30 | The file is divided into two sections, separated by a line beginning |
---|
31 | with '-'. The first section gives the architecture names, one per |
---|
32 | line; empty lines or lines beginning with '#' are ignored. Each line |
---|
33 | consists of a name to be used as a column heading and, optionally, one |
---|
34 | or more corresponding architecture names which may be reported by |
---|
35 | workstations for that column heading. If only a column heading is |
---|
36 | given, the column heading is also used as the sole architecture name. |
---|
37 | The order of the architecture names gives the order of the output |
---|
38 | columns in the cluster report file (see |
---|
39 | .BR larvnet.clusters (5)), |
---|
40 | and thus the order of columns in the output of |
---|
41 | .BR cviewd (8). |
---|
42 | .PP |
---|
43 | The second section gives the actual cluster machines as well as |
---|
44 | printers. Leading and trailing whitespace are ignored, as well as any |
---|
45 | text after the first '#' character; empty lines or lines containing |
---|
46 | only whitespace and comments are ignored entirely. Lines in this |
---|
47 | section may have one of the following formats: |
---|
48 | .TP 8 |
---|
49 | \fBcluster\fP \fIname\fP \fIphone\fP |
---|
50 | Introduces a new cluster. The first field should not exceed seven |
---|
51 | letters in the current cview output format. The second argument |
---|
52 | should give the cluster phone number or "(none)". |
---|
53 | .TP 8 |
---|
54 | \fBws\fP \fIname\fP |
---|
55 | Lists a machine name within a cluster. This line must appear after a |
---|
56 | .B cluster |
---|
57 | line. The workstation name may include a numeric range in square |
---|
58 | brackets. For example, "w20-575-[1-50]" would expand to fifty |
---|
59 | workstations. |
---|
60 | .TP 8 |
---|
61 | \fBprinter\fP \fIname\fP [\fIlocation\fP] |
---|
62 | Lists a printer within a cluster. This line must appear after a |
---|
63 | .B cluster |
---|
64 | line. The |
---|
65 | .I location |
---|
66 | of the printer defaults to the name of the cluster. |
---|
67 | .TP 8 |
---|
68 | \fBcgroup\fP \fIname\fP \fIx\fP \fIy\fP \fIcluster\fP ... |
---|
69 | Specifies a group of public clusters. The |
---|
70 | .I x |
---|
71 | and |
---|
72 | .I y |
---|
73 | numbers give the position of the cluster group on the cluster map |
---|
74 | (see |
---|
75 | .BR xcluster (1)). |
---|
76 | The |
---|
77 | .I cluster |
---|
78 | parameters must be clusters which have already been specified in the |
---|
79 | configuration file and which have not already been assigned to a |
---|
80 | cluster group. |
---|
81 | .TP 8 |
---|
82 | \fBoption report-other\fP \fIcolname\fP In the report file, generate |
---|
83 | statistics for workstations reporting an architecture which does not |
---|
84 | match any line in the first section of the file. Use the parameter |
---|
85 | .I colname |
---|
86 | as the architecture name. |
---|
87 | .TP 8 |
---|
88 | \fBoption report-unknown\fP \fIcolname\fP |
---|
89 | In the report file, generate statistics for workstations which have |
---|
90 | not yet sent a status packet to the server and are thus of unknown |
---|
91 | architecture. Use the parameter |
---|
92 | .I colname |
---|
93 | as the architecture name. |
---|
94 | .SH EXAMPLE |
---|
95 | The following example tells larvnetd to monitor 126 machines and five |
---|
96 | printers in two clusters, one of which is in a cluster group named |
---|
97 | "W20" and located at X coordinate 30828 and Y coordinate 18254. |
---|
98 | .PP |
---|
99 | .RS |
---|
100 | .nf |
---|
101 | SPARC/4 |
---|
102 | SPARC/5 |
---|
103 | Ultra-5_10 SUN/ULTRA |
---|
104 | IP32 SGI/O2 |
---|
105 | IP22 SGI/INDY |
---|
106 | --- |
---|
107 | option report-other OTHER |
---|
108 | cluster SIPB 3-7788 |
---|
109 | ws x15-cruise-basselope.mit.edu |
---|
110 | ws steve-dallas.mit.edu |
---|
111 | ws opus.mit.edu |
---|
112 | ws reaper-man.mit.edu |
---|
113 | # Don't list printer meadow since there is no support for |
---|
114 | # private printers currently. |
---|
115 | cluster W20-575 3-0103 |
---|
116 | ws w20-575-[1-120].mit.edu |
---|
117 | ws test-sgi.mit.edu |
---|
118 | ws test-sparc4.mit.edu |
---|
119 | printer ajax |
---|
120 | printer ceres |
---|
121 | printer python |
---|
122 | printer fiber |
---|
123 | printer pulp |
---|
124 | cgroup W20 30828 18254 W20-575 |
---|
125 | .fi |
---|
126 | .RE |
---|
127 | .SH SEE ALSO |
---|
128 | .BR larvnetd (8) |
---|
129 | .SH AUTHOR |
---|
130 | Greg Hudson, MIT Information Systems |
---|
131 | .br |
---|
132 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|