Download the "awips.pv.proc.tar" file from... ftp://ftp.werh.noaa.gov/share/rah/cstar/awips.pv.proc.tar Copy the "awips.pv.proc.tar" file and place it on your AWIPS ds1 in /tmp As user root, log into the ds1 and change directories to the /tmp directory cd /tmp Change the ownership of the "awips.pv.proc.tar" to fxa:fxalpha and change the permissions chown fxa:fxalpha awips.pv.proc.tar chmod 766 awips.pv.proc.tar Change user to user fxa su - fxa Determine which user account you would like the procedure to be stored in (here at RAH we have an account "wforah" in which all of our common or promoted procedures are kept) Move the "awips.pv.proc.tar" file into the procedure directory of the user determined above cp /tmp/awips.pv.proc.tar /data/fxa/procs/ for example, /data/fxa/procs/wforah Remove the /tmp/awips.pv.proc.tar rm /tmp/awips.pv.proc.tar Change directories to the /data/fxa/procs/ directory cd /data/fxa/procs/ Untar the the "awips.pv.proc.tar" file tar -xvf awips.pv.proc.tar The procedure and all of the bundles will be stored in /data/fxa/procs//PV Delete the "awips.pv.proc.tar" file rm awips.pv.proc.tar Open a D2D session and test the procedure In D2D, select "File" -> then "Select User ID" that coresponds to the user account you copied the procedure into above In D2D, select "File" -> then "Procedure" -> then "Open" In the "Open Procedures" window click on "PV" and then click on "OK" In the "Procedure - PV" window, select a bundle and then click on "Load" If the bundle or preocedure fails to load check the permissions of the PV directory and all of the contents of that directory.