Revision 6196,
1.3 KB
checked in by lwvanels, 32 years ago
(diff) |
activate is now reactivate
|
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 reactivatation 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 /etc/athena/clusterinfo, |
---|
15 | and |
---|
16 | .I /etc/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 ZEPHYR, |
---|
25 | .I LPR, |
---|
26 | .I PRCLUSTER, |
---|
27 | .I USRLIB, |
---|
28 | and |
---|
29 | .I SYSLIB |
---|
30 | shell variables. |
---|
31 | The |
---|
32 | .I ZEPHYR |
---|
33 | variable specifies the workstation's notification server host, |
---|
34 | .I USRLIB |
---|
35 | specifies the name of its |
---|
36 | .I usr |
---|
37 | filesystem, |
---|
38 | and |
---|
39 | .I SYSLIB |
---|
40 | specifies the name of its |
---|
41 | .I system |
---|
42 | filesystem |
---|
43 | (The workstation's |
---|
44 | .I activation |
---|
45 | process uses the |
---|
46 | .I SYSLIB |
---|
47 | information to |
---|
48 | .I attach |
---|
49 | the workstation's default filesystem). |
---|
50 | |
---|
51 | .I save_cluster_info |
---|
52 | retrieves its information by calling the |
---|
53 | .I hesiod |
---|
54 | program |
---|
55 | .I /etc/athena/getcluster. |
---|
56 | If the call to |
---|
57 | .I getcluster |
---|
58 | fails, |
---|
59 | .I save_cluster_info |
---|
60 | will not change the workstation's current |
---|
61 | .I /etc/athena/clusterinfo |
---|
62 | and |
---|
63 | .I /etc/athena/clusterinfo.bsh |
---|
64 | files. |
---|
65 | .SH SEE ALSO |
---|
66 | getcluster(8), reactivate(8), hesiod(3) |
---|
Note: See
TracBrowser
for help on using the repository browser.