How to update ispan_table.template -- revised 04/30/08 Save a copy of ispan_table.template, then download and install the updated ispan_table.template from NOAA1 pub/ndm **Note: If you edit, keep entries in alphabetical order. 1. Log into dx3 as fxa user ssh fxa@dx3 cd /data/fxa/nationalData cp -p ispan_table.template ispan_table.template.{date} 2. Download the updated ispan_table.template file from NOAA1 pub/ndm: sftp ftpawips to NOAA1 and enter password sftp> cd pub/ndm sftp> get ispan_table.template sftp> bye chmod 775 ispan_table.template 3. Run the localization command to recreate an updated ispan_table.dat file: cd /awips/fxa/data/localization/scripts ./mainScript.csh -text {LLL} where LLL is your local site identifier 4. Stop/start ingest on dx3 stopIngest.dx3 startIngest.dx3 or you may kill the StdDBDecoder process by itself: /awips/fxa/bin/killProc StdDBDecoder 5. Verify that a new StdDBDecoder process is now running by entering the command: ps -ef | grep StdDBDecoder You should see that a new StdDBDecoder process has been automatically restarted. The changes to ispan_table.template are now in effect. You should also run a text localization on dx4 to ensure that the updates are available in case of failover. ssh dx4 cd /awips/fxa/data/localization/scripts ./mainScript.csh .text {LLL} where LLL is your local site identifier