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 |
---|
4 | save_cluster_info \- get a workstation's cluster information |
---|
5 | .SH SYNOPSIS |
---|
6 | .B /etc/athena/save_cluster_info |
---|
7 | .SH DESCRIPTION |
---|
8 | This shell script, as part of the reactivation process, |
---|
9 | retrieves the workstation's network |
---|
10 | environment information from the |
---|
11 | .I hesiod |
---|
12 | nameserver, |
---|
13 | and writes that information into two files: |
---|
14 | .I /var/athena/clusterinfo, |
---|
15 | and |
---|
16 | .I /var/athena/clusterinfo.bsh. |
---|
17 | The first of these files is used |
---|
18 | to set C shell environment variables, |
---|
19 | while the second file sets Bourne shell variables. |
---|
20 | |
---|
21 | Currently |
---|
22 | .I save_cluster_info |
---|
23 | sets the |
---|
24 | .I LPR, |
---|
25 | .I SYSLIB, |
---|
26 | .I SYSPREFIX, |
---|
27 | and |
---|
28 | .I SYSCONTROL |
---|
29 | shell variables. |
---|
30 | The |
---|
31 | .I LPR |
---|
32 | variable specifies the workstation's default printer, and the |
---|
33 | .I SYSLIB |
---|
34 | variable specifies the name of its remote |
---|
35 | .I system |
---|
36 | filesystem. |
---|
37 | The workstation's |
---|
38 | .I reactivation |
---|
39 | process uses the |
---|
40 | .I SYSLIB |
---|
41 | information to |
---|
42 | .I attach |
---|
43 | the workstation's default filesystem. On platforms that do not use remote |
---|
44 | filesystems for system software, the |
---|
45 | .I SYSPREFIX |
---|
46 | and |
---|
47 | .I SYSCONTROL |
---|
48 | variables are used to determine where to look for system software updates. |
---|
49 | |
---|
50 | .I save_cluster_info |
---|
51 | retrieves its information by calling the |
---|
52 | .I hesiod |
---|
53 | program |
---|
54 | .I /etc/athena/getcluster. |
---|
55 | If the call to |
---|
56 | .I getcluster |
---|
57 | fails, |
---|
58 | .I save_cluster_info |
---|
59 | will not change the workstation's current |
---|
60 | .I /var/athena/clusterinfo |
---|
61 | and |
---|
62 | .I /var/athena/clusterinfo.bsh |
---|
63 | files. |
---|
64 | .SH FILES |
---|
65 | /var/athena/clusterinfo |
---|
66 | /var/athena/clusterinfo.bsh |
---|
67 | .SH SEE ALSO |
---|
68 | getcluster(8), reactivate(8), hesiod(3) |
---|
Note: See
TracBrowser
for help on using the repository browser.