diff --git a/nativeLib/files.native/adapt/climate/bin/Linux/ASOS_smDecoder.sh b/nativeLib/files.native/adapt/climate/bin/Linux/ASOS_smDecoder.sh index e215ae82e1..178a96a64c 100755 --- a/nativeLib/files.native/adapt/climate/bin/Linux/ASOS_smDecoder.sh +++ b/nativeLib/files.native/adapt/climate/bin/Linux/ASOS_smDecoder.sh @@ -18,7 +18,7 @@ ############################################################################# # operations - set environmental files for Informix -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa . $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/adapt/climate/bin/Linux/create_f6_product b/nativeLib/files.native/adapt/climate/bin/Linux/create_f6_product index 608b7d7e13..2440948354 100755 --- a/nativeLib/files.native/adapt/climate/bin/Linux/create_f6_product +++ b/nativeLib/files.native/adapt/climate/bin/Linux/create_f6_product @@ -31,7 +31,7 @@ no_gui=$1 # Set up the environment for generating and sending the F6 forms. # FXA_HOME needs to be defined before we can proceed. # -FXA_HOME=/awips/fxa +FXA_HOME=/awips2/fxa . $FXA_HOME/readenv.sh # diff --git a/nativeLib/files.native/adapt/climate/bin/Linux/startRecordClimate.pl b/nativeLib/files.native/adapt/climate/bin/Linux/startRecordClimate.pl index 04d169ccb8..71f5fabda0 100755 --- a/nativeLib/files.native/adapt/climate/bin/Linux/startRecordClimate.pl +++ b/nativeLib/files.native/adapt/climate/bin/Linux/startRecordClimate.pl @@ -66,5 +66,5 @@ print "file empty or not found: $ifpsenvfile \n"; # Figure out which platform we are on and run that binary. #system("umask 000; /usr/bin/ddd /awips/adapt/climate/bin/`uname -s`/recordClimate"); system("umask 000; /awips/adapt/climate/bin/`uname -s`/recordClimate"); -#system ("/awips/fxa/data/recordClimate > /dev/null 2>&1 &"); +#system ("/awips2/fxa/data/recordClimate > /dev/null 2>&1 &"); diff --git a/nativeLib/files.native/adapt/climate/data/clibrwse.conf b/nativeLib/files.native/adapt/climate/data/clibrwse.conf index 6839a14219..7b644241d0 100644 --- a/nativeLib/files.native/adapt/climate/data/clibrwse.conf +++ b/nativeLib/files.native/adapt/climate/data/clibrwse.conf @@ -1,8 +1,8 @@ # clibrwse.conf # configuration file for Climate NWR Browser transfer # -GUI /awips/fxa/bin/NWRBrowser -SCRIPT /awips/fxa/bin/transferNWR -a +GUI /awips2/fxa/bin/NWRBrowser +SCRIPT /awips2/fxa/bin/transferNWR -a DESTDIR $FXA_DATA/workFiles/nwr/pending REVIEW 200 # DO NOT modify the flags unless you know what you are doing diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_grib_files b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_grib_files index d202c0df5f..77d219bc3a 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_grib_files +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_grib_files @@ -17,7 +17,7 @@ # code set to the id of the sending office. GRIB files created in the # standard qpe_grib directory have the sub center code set to 0. # -# export FXA_HOME=/awips/fxa +# export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. # . $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_rfc_bias b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_rfc_bias index b635bed868..2d95aadc3d 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_rfc_bias +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/process_rfc_bias @@ -35,7 +35,7 @@ RUN_FROM_DIR=`dirname $0` # Set up the WHFS runtime environment -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa . $FXA_HOME/readenv.sh . $RUN_FROM_DIR/../../set_hydro_env export RFC_BIAS_INPUT_DIR=$(get_apps_defaults rfc_bias_input_dir) diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_biasmesgen b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_biasmesgen index a71772aec4..0ac83a2ab1 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_biasmesgen +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_biasmesgen @@ -9,7 +9,7 @@ RUN_FROM_DIR=`dirname $0` # Export the value of FXA_HOME here. This allows read_env.sh to be # sourced before set_hydro_env. This prevents set_hydro_env environment # and token settings from being overwritten by read_env.sh. -#export FXA_HOME=/awips/fxa +#export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. #. $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_mpe_whfs b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_mpe_whfs index 8cc81d14b5..0c6ad817f7 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_mpe_whfs +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/run_mpe_whfs @@ -11,7 +11,7 @@ RUN_FROM_DIR=`dirname $0` # Export the value of FXA_HOME here. This allows read_env.sh to be # sourced before set_hydro_env. This prevents set_hydro_env environment # and token settings from being overwritten by read_env.sh. -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. #. $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/start_mpe_editor b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/start_mpe_editor index aeb6331dbf..0c8e1f6230 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/start_mpe_editor +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/start_mpe_editor @@ -7,7 +7,7 @@ RUN_FROM_DIR=`dirname $0` # Export the value of FXA_HOME here. This allows read_env.sh to be # sourced before set_hydro_env. This prevents set_hydro_env environment # and token settings from being overwritten by read_env.sh. -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. . $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_bias b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_bias index 8c0023a9cf..876ee6c2eb 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_bias +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_bias @@ -110,7 +110,7 @@ echo "Sending file:$FILENAME product_ID:$PRODUCT_ID to '$RECIPIENTS' via "\ "distributeProduct" >> $transmit_log echo "distributeProduct -c RADAR_PRECIP_BIAS -s\"$SUBJECT\" "\ "-a\"$RECIPIENTS\" -e $FILEPATH $PRODUCT_ID dummy" >> $transmit_log -/awips/fxa/bin/distributeProduct -c RADAR_PRECIP_BIAS -s "$SUBJECT" -a \ +/awips2/fxa/bin/distributeProduct -c RADAR_PRECIP_BIAS -s "$SUBJECT" -a \ "$RECIPIENTS" -e $FILEPATH $PRODUCT_ID \ dummy >> $transmit_log 2>&1 diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_qpe b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_qpe index 1d3c0ff303..7097423b68 100644 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_qpe +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/bin/transmit_rfc_qpe @@ -153,9 +153,9 @@ do # echo "Sending file: $i product ID $PRODUCT_ID to distributeProduct" >> \ $transmit_qpe_log - echo "/awips/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy" >> \ + echo "/awips2/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy" >> \ $transmit_qpe_log - /awips/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy >> \ + /awips2/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy >> \ $transmit_qpe_log 2>&1 if [[ $? -eq 0 ]] diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/process_qpe_mosaic b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/process_qpe_mosaic index d29792467a..926de045f2 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/process_qpe_mosaic +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/process_qpe_mosaic @@ -34,7 +34,7 @@ DURATION_LIST=1,6,24 # Export the value of FXA_HOME here. This allows read_env.sh to be # sourced before set_hydro_env. This prevents set_hydro_env environment # and token settings from being overwritten by read_env.sh. -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. . $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/transmit_rfc_qpe b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/transmit_rfc_qpe index 1d3c0ff303..7097423b68 100644 --- a/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/transmit_rfc_qpe +++ b/nativeLib/files.native/awipsShare/hydroapps/precip_proc/local/bin/transmit_rfc_qpe @@ -153,9 +153,9 @@ do # echo "Sending file: $i product ID $PRODUCT_ID to distributeProduct" >> \ $transmit_qpe_log - echo "/awips/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy" >> \ + echo "/awips2/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy" >> \ $transmit_qpe_log - /awips/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy >> \ + /awips2/fxa/bin/distributeProduct -a DEFAULTNCF -e $i $PRODUCT_ID dummy >> \ $transmit_qpe_log 2>&1 if [[ $? -eq 0 ]] diff --git a/nativeLib/files.native/awipsShare/hydroapps/rfc/nwsrfs/ffg/scripts/ffg_binxmit b/nativeLib/files.native/awipsShare/hydroapps/rfc/nwsrfs/ffg/scripts/ffg_binxmit index cdac785616..79ce386e55 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/rfc/nwsrfs/ffg/scripts/ffg_binxmit +++ b/nativeLib/files.native/awipsShare/hydroapps/rfc/nwsrfs/ffg/scripts/ffg_binxmit @@ -15,10 +15,10 @@ done . ${env_file} cd ${prev_dir} -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa . $FXA_HOME/readenv.sh -DPBIN=/awips/fxa/bin;export DPBIN +DPBIN=/awips2/fxa/bin;export DPBIN FFGGRIB=`get_apps_defaults ffg_grib_out`;export FFGGRIB FFGA2AID='KcccFFGBIN' # where ccc is your old AFOS id, i.e. MKC diff --git a/nativeLib/files.native/awipsShare/hydroapps/set_hydro_env b/nativeLib/files.native/awipsShare/hydroapps/set_hydro_env index 1a1117af93..7e4eff7f3e 100644 --- a/nativeLib/files.native/awipsShare/hydroapps/set_hydro_env +++ b/nativeLib/files.native/awipsShare/hydroapps/set_hydro_env @@ -53,7 +53,7 @@ export OS_SUFFIX=".LX" export geo_data=$RFCLX/geo_data export PGOPTIONS='-c standard_conforming_strings=on' -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa export FXA_BIN_DIR=$FXA_HOME/bin # The following variables provide a JDBC URL or pieces thereof for diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/afos2awips.ksh b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/afos2awips.ksh index 26b93b5274..e3d39d0db4 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/afos2awips.ksh +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/afos2awips.ksh @@ -4,7 +4,7 @@ # the input file contains 3 fields: # 1) afos cccnnnxxx 2) wmo ttaaoo 3) awips cccc # Last Modified: 01/31/2002 -export FILENAME=/awips/fxa/data/afos2awips.txt +export FILENAME=/awips2/fxa/data/afos2awips.txt if [[ $1 = "" ]] then diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/awips2afos.ksh b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/awips2afos.ksh index 060ea71b5b..269f12a8c5 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/awips2afos.ksh +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/awips2afos.ksh @@ -5,7 +5,7 @@ # 1) afos cccnnnxxx 2) wmo ttaaoo 3) awips cccc # # Last Modified: 01/31/2002 -export FILENAME=/awips/fxa/data/afos2awips.txt +export FILENAME=/awips2/fxa/data/afos2awips.txt if [[ $1 = "" ]] then diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/crs2awips.ksh b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/crs2awips.ksh index 6666651f77..fe63d9b15e 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/crs2awips.ksh +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/crs2awips.ksh @@ -8,7 +8,7 @@ # # Last Modified: 01/31/2002 # -export FILENAME=/awips/fxa/data/afos2awips.txt +export FILENAME=/awips2/fxa/data/afos2awips.txt if [[ $1 = "" ]] then diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/post_remote_CRS_msg b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/post_remote_CRS_msg index daae9c85c4..6d15f7b3b5 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/post_remote_CRS_msg +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/post_remote_CRS_msg @@ -49,7 +49,7 @@ echo "----" >> $LOGFILE echo Processing file: $FILENAME at $Dte >> $LOGFILE echo Subject: $SUBJECT Msgtype: $MSGTYPE >> $LOGFILE # -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa . $FXA_HOME/readenv.sh # # @@ -74,7 +74,7 @@ NEWFILENAME=$WHFS_PRODUCT_DIR/$PRODUCTID.remote # issue the product as appropriate # echo Sending product $NEWFILENAME to transferNWR as pending. >> $LOGFILE -/awips/fxa/bin/transferNWR -d $NEWFILENAME +/awips2/fxa/bin/transferNWR -d $NEWFILENAME RETURN_STATUS=$? if [ $RETURN_STATUS -eq 0 ] diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/process_shef_msg b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/process_shef_msg index 9c933f1e3a..b49ea739b4 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/process_shef_msg +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/process_shef_msg @@ -102,7 +102,7 @@ cat $FILENAME | /bin/tr -d '\015' > $COPYNAME # AFOSID=`$WHFS_BIN_DIR/awips2afos.ksh $PRODUCTID` echo Writing $COPYNAME to textdb as $AFOSID >> $LOGFILE -/awips/fxa/bin/textdb -w $AFOSID < $COPYNAME >> $LOGFILE 2>&1 +/awips2/fxa/bin/textdb -w $AFOSID < $COPYNAME >> $LOGFILE 2>&1 # # # copy the file into the RFC archive directory if archiving is enabled diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/rpf_sendbackup b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/rpf_sendbackup index e4aa02abcd..fa99e8cf39 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/rpf_sendbackup +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/rpf_sendbackup @@ -241,7 +241,7 @@ SUBJECT="$PRODUCT_ID $PACKED_TIME $WFO_SOURCE" print Using distributeProduct with subject $SUBJECT echo Using distributeProduct with subject $SUBJECT >> $LOGNAME -/awips/fxa/bin/distributeProduct -c RIVPROD_BACKUP -a $WFO_DESTINATION -s "$SUBJECT" $PRODUCT_ID $MHS_FILE >> $LOGNAME 2>>$LOGNAME +/awips2/fxa/bin/distributeProduct -c RIVPROD_BACKUP -a $WFO_DESTINATION -s "$SUBJECT" $PRODUCT_ID $MHS_FILE >> $LOGNAME 2>>$LOGNAME RETURN_STATUS=$? if [ $RETURN_STATUS -eq 0 ] diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/run_SSHP_data_send b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/run_SSHP_data_send index f264f6c5eb..faef97bd91 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/run_SSHP_data_send +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/run_SSHP_data_send @@ -38,4 +38,4 @@ mv $TMPFILE $LOGFILE # echo "Sending file:$FILENAME product_ID:$PRODUCT_ID to $MHS_SITE_ID via distributeProduct" >> $LOGFILE SUBJECT="$FILENAME $PRODUCT_ID Hydro_Model_Data" -/awips/fxa/bin/distributeProduct -c HYDRO_MODEL_DATA -s "$SUBJECT" -a $MHS_SITE_ID $PRODUCT_ID $FILEPATH +/awips2/fxa/bin/distributeProduct -c HYDRO_MODEL_DATA -s "$SUBJECT" -a $MHS_SITE_ID $PRODUCT_ID $FILEPATH diff --git a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/start_hydroview b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/start_hydroview index dbcd03e37d..73ea1f3468 100755 --- a/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/start_hydroview +++ b/nativeLib/files.native/awipsShare/hydroapps/whfs/bin/start_hydroview @@ -7,7 +7,7 @@ RUN_FROM_DIR=`dirname $0` # Export the value of FXA_HOME here. This allows read_env.sh to be # sourced before set_hydro_env. This prevents set_hydro_env environment # and token settings from being overwritten by read_env.sh. -export FXA_HOME=/awips/fxa +export FXA_HOME=/awips2/fxa # Set up the AWIPS environment. . $FXA_HOME/readenv.sh diff --git a/nativeLib/files.native/edex/lib/native/linux32/library.adappt.climate.ui.so b/nativeLib/files.native/edex/lib/native/linux32/library.adappt.climate.ui.so index 63f9767bfd..d7abf0e418 100755 Binary files a/nativeLib/files.native/edex/lib/native/linux32/library.adappt.climate.ui.so and b/nativeLib/files.native/edex/lib/native/linux32/library.adappt.climate.ui.so differ diff --git a/nativeLib/rary.wfoapi.tmcp/src/tmcp.C b/nativeLib/rary.wfoapi.tmcp/src/tmcp.C index 6120756a48..aeb851d404 100644 --- a/nativeLib/rary.wfoapi.tmcp/src/tmcp.C +++ b/nativeLib/rary.wfoapi.tmcp/src/tmcp.C @@ -62,7 +62,7 @@ // workstation display stating what the mode is. // 2. The application program view. Whenever the // workstation is in test mode, the -// /awips/fxa/bin/getTestMode executable will return an +// /awips2/fxa/bin/getTestMode executable will return an // exit value characteristic of the mode. Please see // the header comment in getTestMode.C for details. // @@ -73,7 +73,7 @@ // It is the persistent tmb background processes, one // running on the text workstation and one on the graphics // workstation, that maintain the workstation mode. The -// /awips/fxa/bin/getTestMode executable interrogates both +// /awips2/fxa/bin/getTestMode executable interrogates both // of the processes to determine the workstation mode. So // tmb and getTestMode work together to maintain the // application program view of the mode. @@ -118,7 +118,7 @@ // tmcp and go back to operational mode. // // When the workstation is in panic mode, -// /awips/fxa/bin/getTestMode returns a value that is not +// /awips2/fxa/bin/getTestMode returns a value that is not // correct for test, practice, or operational mode. When // an application program gets that value it means that // there is no way of determining what mode the user