source: trunk/packs/maint/save_cluster_info.8 @ 12180

Revision 12180, 1.3 KB checked in by ghudson, 26 years ago (diff)
Move save_cluster_info from athena/bin/getcluster to here.
Line 
1.TH SAVE_CLUSTER_INFO 8 "9 July 1987"
2.FM mit
3.SH NAME
4save_cluster_info \- get a workstation's cluster information
5.SH SYNOPSIS
6.B /etc/athena/save_cluster_info
7.SH DESCRIPTION
8This shell script, as part of the reactivatation process,
9retrieves the workstation's network
10environment information from the
11.I hesiod
12nameserver,
13and writes that information into two files:
14.I /var/athena/clusterinfo,
15and
16.I /var/athena/clusterinfo.bsh.
17The first of these files is used
18to set C shell environment variables,
19while the second file sets Bourne shell variables.
20
21Currently
22.I save_cluster_info
23sets the
24.I ZEPHYR,
25.I LPR,
26.I PRCLUSTER,
27.I USRLIB,
28and
29.I SYSLIB
30shell variables.
31The
32.I ZEPHYR
33variable specifies the workstation's notification server host,
34.I USRLIB
35specifies the name of its
36.I usr
37filesystem,
38and
39.I SYSLIB
40specifies the name of its
41.I system
42filesystem
43(The workstation's
44.I activation
45process uses the
46.I SYSLIB
47information to
48.I attach
49the workstation's default filesystem).
50
51.I save_cluster_info
52retrieves its information by calling the
53.I hesiod
54program
55.I /etc/athena/getcluster.
56If the call to
57.I getcluster
58fails,
59.I save_cluster_info
60will not change the workstation's current
61.I /var/athena/clusterinfo
62and
63.I /var/athena/clusterinfo.bsh
64files.
65.SH FILES
66/var/athena/clusterinfo
67/var/athena/clusterinfo.bsh
68.SH SEE ALSO
69getcluster(8), reactivate(8), hesiod(3)
Note: See TracBrowser for help on using the repository browser.