TO9 CAVE Client Installation Instructions

Note:

Caveats:

Now, on with the show.

  1. Decide on an installation directory. Mine is in /scratch2/socrates/fluke/TO9/caveClient on socrates. Feel free to look at it, but you will have to log onto socrates to do it. Make sure the parent directory exists (/scratch2/socrates/fluke/TO9, in this case).
  2. Run the wizard under your own account:
    cd /misc/linux/awips2-TO9/AWIPS_TO9_Installers
    ./setup_cave.sh

    If you wish, refer to the installation screens illustrated in the Raytheon Training materials. TO6 versions start on page 295, with TO8 updates starting on page 377. Regretably, there are no detailed updates to this installation procedure for TO9. You could also refer to OS&T's "TO9 Standalone Installation Guide," but this is for installing CAVE with EDEX on the same node, not for connecting to a separate server as we are.
    Install CAVE in your install directory when prompted by the install wizard. Enter the full path, letting the install wizard create the basename directory (caveClient in my case) by answering "OK" when it asks.
    On the "Packs" screen select both CAVE and Basemaps.
    Change the server to "dx1-a2dp" (from localhost).
    Change the hdf5 data directory to "/data/hdf5".
    We have a BOU localization available for TO9. To use it, you'll need to copy lx1- or lx2-a2dp:/awips/cave/etc/bundles/BOU* (3 XML files) to your own etc/bundles directory.
    On the shortcuts screen, unselect all shortcuts and then select "Next".
    Step through the wizard and complete the install. Quit the wizard when the install is done.
  3. In <install directory> create a startCave script that looks like this:
       #!/bin/sh
       export JAVA_HOME=/misc/linux/awips2-TO9/AWIPS_TO9_Installers/install_files/jre-linux
       export PATH="$JAVA_HOME/bin:$PATH"
       ./cave.sh > cave.out 2>&1
    
    Make this file executable.
  4. Launch CAVE:
       cd <install directory>
       ./startCave
    
    In the top-menu bar, select CAVE > Preferences... Exit and relaunch CAVE. Green times should show up within 30 seconds.

Notes by Jim Fluke. Last modified 17 Oct 08.