INSTRUCTIONS FOR UPDATING REDBOOK DATASETS (NDM - 02/02/07) Log on dx3 as fxa cd /data/fxa/nationalData Backup the redbook files that are being updated To avoid a proliferation of redbook*txt* files with different dates, save the current redbook files with a .previous extension. Next time, overwrite the .previous files; thus, keeping only two copies of each instead of many. Download new redbook datasets (and instructions) from NOAA1 pub/ndm/redbook (and ndm/instruct) sftp ftpawips@..... login password bi cd pub/ndm/redbook mget redbook*.txt (not all are usually changed) bye chmod 755 redbook* RedbookStorage process also runs on dx3. Find the RedbookStorage process ID by issuing the following command: ps -ef | grep RedbookStorage Kill the RedbookStorage process by issuing the following command: kill Verify that the RedbookStorage process was killed by issuing the ps command again. The process id should be different. ps -ef | grep RedbookStorage The DataController process will automatically restart the RedbookStorage process. It is necessary to kill and restart the RedbookStorage process because it needs to read in the new data keys and the modified depict keys. ** Note: Restart the notificationServer if adding new RBG products. As user fxa, log into dx1 and type stopNotificationServer followed by (after completion) startNotificationServer Log on to a workstation and restart D2D. The products will not be displayable once they arrive and are ingested unless D2D is restarted.