# 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