source: trunk/athena/etc/larvnetd/larvnet.clusters.5 @ 12911

Revision 12911, 2.4 KB checked in by ghudson, 25 years ago (diff)
Solaris windex requires actual name of man page before \-. Add synopsis section for full path.
Line 
1.\" $Id: larvnet.clusters.5,v 1.2 1999-04-13 21:23:25 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.CLUSTERS 5 "13 April 1999"
18.SH NAME
19larvnet.clusters \- larvnetd cluster status report file
20.SH SYNOPSIS
21.B /var/athena/larvnet.clusters
22.SH DESCRIPTION
23The file
24.B /var/athena/larvnet.clusters
25contains status information about cluster machines.  It is written by
26.BR larvnetd (8)
27and typically presented to the user by
28.BR cviewd (8).
29.PP
30The report is divided into two sections, separated by a divider line
31beginning with a dash.  The first section is a list of architecture
32names, one per line.  The second section is a list of cluster status
33lines, one per line, each with the following space-separated fields:
34.TP 3
35*
36The cluster name
37.TP 3
38*
39The word "public" or "private", depending on whether the cluster is
40included in a public cluster group in
41.BR larvnet.conf (5).
42.TP 3
43*
44The cluster phone, according to
45.BR larvnet.conf (5)
46.TP 3
47*
48For each architecture listed in the first section, two numbers giving
49the number of free and total machines of that architecture in the
50cluster.
51.SH EXAMPLE
52The following example reports on machines of three architectures in
53two clusters, one private and one public.  In the SIPB cluster, there
54is one Indy and one O2 free out of a total of one Ultra-1, one Indy,
55and two O2s, while in the W20-575 cluster there is one free Indy out
56of 24 and no Ultra-1s or O2s.
57.PP
58.RS
59.nf
60ULTRA-1
61INDY
62O2
63---
64SIPB private 3-7788 0 1 1 1 1 2
65W20-575 public 3-0103 0 0 1 24 0 0
66.fi
67.RE
68.SH SEE ALSO
69.BR larvnetd (8),
70.BR cviewd (8),
71.BR larvnet.conf (5)
72.SH AUTHOR
73Greg Hudson, MIT Information Systems
74.br
75Copyright 1998, 1999 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.