awips2/tools/clusterAutoDeploy/env.txt
root 7dbd17a5aa Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 9bb8decbcf [formerly 8e80217e59] [formerly 377dcd10b9 [formerly 3360eb6c5f]]
Former-commit-id: 377dcd10b9
Former-commit-id: e2ecdcfe33
2012-01-06 08:55:05 -06:00

58 lines
1.8 KiB
Text
Executable file

# folder to install edex to (for client, server, and db server)
export EDEXINSTALLFOLDER=/awips
# EDEX database user for all installers
export EDEXUSER=awips
# CAMEL endpoint - file to wait for when starting camel before moving on
CAMELENDPOINT=$EDEXINSTALLFOLDER/edex/data/sbn/radar
# LDM user for data flow
export LDMUSER=ldm
# file to save hydro data to
export HYDROSAVEFILE=/tmp/hydro-sve.tar
# path to the install files (should contain folder installer_files)
export INSTALLERPATH=/awipscm/AWIPSDVDs/AWIPS_TO11_Installers
# location to copy EDEX client logs to
export EDEXCLIENTBACKUPLOGFOLDER=/awipscm/EdexLogs/int2
# location to copy EDEX server logs to
export EDEXSERVERBACKUPLOGFOLDER=/awipscm/EdexLogs/int1
# location to copy EDEX DB server logs to
export EDEXDBBACKUPLOGFOLDER=/awipscm/EdexLogs/intdb
# list of email addresses used to notify when a script fails, comma separated list
# export EMAILLIST="Kace_Chrisman@raytheon.com,mark_w_fegan@raytheon.com,Bryan_J_Rockwood@raytheon.com,Scott_W_Nicholson@raytheon.com,James_G_Berry@raytheon.com,Scott_Risch@raytheon.com"
export EMAILLIST="Kace_Chrisman@raytheon.com"
# IHFS database name
export IHFS=hd_ob83oax
# file to save export/import IHFS data from the database
export IHFS_SQL_FILE=/tmp/ihfs_data.sql
# PostgreSQL database port
export POSTGRESPORT=5432
# NAS Server name - machine EDEX server and clients will mount to for hdf5, uEngine and processing data
export NASSERVER=awips-nas
# folder to install the RadarServer to
export RCMINSTALLFOLDER=/RadarServer
# folder to backup the old RadarServer to
export RCMBAKFOLDER=/RadarServer-Bak
# folder to install the cli to
export CLIINSTALLFOLDER=/awips/fxa/bin
# folder to install CAVE to
export CAVEINSTALLFOLDER=/usr/local/cave
# folder to install the GFE Client to
export GFEINSTALLFOLDER=/usr/local/gfeclient