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

Revision 15086, 1.5 KB checked in by jweiss, 24 years ago (diff)
update variable list from Athena 6.4 to Athena 8.4
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 reactivation 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 LPR,
25.I SYSLIB,
26.I SYSPREFIX,
27and
28.I SYSCONTROL
29shell variables.
30The
31.I LPR
32variable specifies the workstation's default printer, and the
33.I SYSLIB
34variable specifies the name of its remote
35.I system
36filesystem.
37The workstation's
38.I reactivation
39process uses the
40.I SYSLIB
41information to
42.I attach
43the workstation's default filesystem.  On platforms that do not use remote
44filesystems for system software, the
45.I SYSPREFIX
46and
47.I SYSCONTROL
48variables are used to determine where to look for system software updates.
49
50.I save_cluster_info
51retrieves its information by calling the
52.I hesiod
53program
54.I /etc/athena/getcluster.
55If the call to
56.I getcluster
57fails,
58.I save_cluster_info
59will not change the workstation's current
60.I /var/athena/clusterinfo
61and
62.I /var/athena/clusterinfo.bsh
63files.
64.SH FILES
65/var/athena/clusterinfo
66/var/athena/clusterinfo.bsh
67.SH SEE ALSO
68getcluster(8), reactivate(8), hesiod(3)
Note: See TracBrowser for help on using the repository browser.