Initial add of defaria.com
[clearscm.git] / defaria.com / Computers / code / adm / bin / pdl-config.src
1 ################################################################################
2 #
3 # File:         pdl-config.src
4 # Description:  Parameter Source File for the ADL system configuration script
5 #               pdl-config. This file is required by the pdl-config script
6 #               in order to run.
7 #               See below for useful comments.
8 # Author:       Kevin Lister (C) - kel@cup.hp.com
9 # Date:         3.11.99
10 # Language:     Korn Shell
11 #
12 # (c) Copyright 1991, Hewlett-Packard Company, all rights reserved.
13 #
14 # Revision History
15 # 4.1.99      kel added the WORKSTATION variable. Setting the WORKSTATION
16 #             variable to yes will set the machine up with a graphics console
17 #             login using CDE.
18 #
19 ################################################################################
20 # Useful (hopefully) Comments Section
21 #
22 # Do not make your changes to the varibales in the comment section. Change
23 # the variables at the end of this file.
24 #
25 # Below you will find all of the ENV variables that the pdl-config script
26 # will use to configure the system.
27 # Descriptions for these variables can be found below, read on.
28 #
29 # Set the INTERACTIVE ENV variable to yes if you wish to have a chance to view
30 # the configuration parameters the script will use before proceeding. Set to
31 # no otherwise.
32 #
33 # INTERACTIVE=yes
34 #
35 # Set the WORKSTATION variable to yes if you are installing a system that will
36 # have a graphics console monitor attached. Setting WORKSTATION to no disbales
37 # CDE on the console.
38 #
39 # WORKSTATION=no
40 #
41 # You can have ClearCase 3.2 installed automatically by setting CLEARCASE
42 # to yes. If you do not want ClearCase, set to no.
43 #
44 # CLEARCASE=yes
45 #
46 # If you want the Patch bundle (see below) and Optional Software installed
47 # set SWINSTALL to yes.
48 #
49 # SWINSTALL=yes
50 #
51 # If you plan to use a 100Mbit network interface then set FAST_ENET to yes
52 # to have the correct drivers installed. Set to no if you don't.
53 #
54 # FAST_ENET=yes
55 #
56 # Set the location of the logfile for the configure script using the LOGFILE
57 # variable.
58 #
59 # LOGFILE=/pdl-config.log
60 #
61 # The /etc/motd file will be set up with the information contained in the next
62 # several variables. The /etc/issue and /etc/gettydefs files will also be
63 # setup by using the MACHINE_NAME variable. You should set these to something
64 # that makes sense.
65 #
66 # OWNER_NAME="ADL Support"
67 # OWNER_EMAIL=pdl-support@cup.hp.com
68 # OWNER_EXTENSION=t-447-5790
69 # MACHINE_USAGE="X Terminal Server"
70 # LOCATION=RDC
71 # MACHINE_NAME=Generic
72 #
73 # The next several variables set up the depot server name, depot path and
74 # names of the software bundles and products to install. It is likely that you
75 # you will only need to change ENET_DRVRS. Set ENET_DRVRS to 100BT-HSC for a
76 # J282 (780). Set ENET_DRVRS to SX00306 for a 755. The default for XTERM_SVR
77 # is "". If you really don't want patches and optional software then set
78 # PATCHES and OPTIONAL to "". You should never need to modify PRODUCTS, DEPOT
79 # or OPTIONS.
80 #
81 # PATCHES=Patches-Generic
82 # OPTIONAL="OptionalSoftware SysMonSoftware VUEtoCDE"
83 # XTERM_SVR="ENWARE netstation"
84 # ENET_DRVRS=100BT-HSC
85 # ENET_DRVRS=SX00306
86 # PRODUCTS="$PATCHES $OPTIONAL $XTERM_SVR $ENET_DRVRS"
87 # DEPOT=pdliux01:/depots/10.20
88 # OPTIONS="autoreboot=true"
89 #
90 # Finally, the next several variables set up the ftp server, directory and
91 # filename of the shell archive that the script uses to unpack all kinds
92 # of useful files and symlinks. You should never have to modify these.
93 #
94 # FTP_SERVER=15.0.98.138
95 # FTP_USER=anonymous
96 # FTP_PASSWD=$LOGNAME@$(uname -n).cup.hp.com
97 # SHAR_DIR=productivity/pdl-config
98 # SHAR_FILE=pdl-config.shar
99 #
100 # END of Useful Comments Section
101 ################################################################################
102 #
103 ##
104 ### Change these to suit your fancy.
105 ##
106 #
107
108 INTERACTIVE=yes
109 WORKSTATION=no
110 CLEARCASE=yes
111 SWINSTALL=yes
112 FAST_ENET=no
113 LOGFILE=/pdl-config.log
114
115 #
116 ##
117 ### /etc/motd setup
118 ##
119 #
120
121 OWNER_NAME="PDL Support"
122 OWNER_EMAIL=pdl-support@cup.hp.com
123 OWNER_EXTENSION=t-447-????
124 MACHINE_USAGE="Change Me"
125 LOCATION=RDC
126 MACHINE_NAME=GENERIC
127
128 #
129 ##
130 ### Patches and Optional Software
131 ##
132 #
133
134 PATCHES=Patches-VUServer
135 OPTIONAL="OptionalSoftware SysMonSoftware VUEtoCDE"
136 XTERM_SVR=""
137 ENET_DRVRS=""
138 PRODUCTS="$PATCHES $OPTIONAL $XTERM_SVR $ENET_DRVRS"
139
140 #
141 ##
142 ### Depot Server Information
143 ##
144 #
145
146 DEPOT=pdliux01:/depots/10.20
147 OPTIONS="autoreboot=true"
148
149 #
150 ##
151 ### Shell Archive Server and Location
152 ##
153 #
154
155 FTP_SERVER=15.0.98.138
156 FTP_USER=anonymous
157 FTP_PASSWD=$LOGNAME@$(uname -n).cup.hp.com
158 SHAR_DIR=productivity/pdl-config
159 SHAR_FILE=pdl-config.shar