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