TO8 CAVE Client Installation Instructions

Caveats:

Now, on with the show.

  1. Decide on an installation directory. Mine is in /scratch2/socrates/fluke/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, in this case).
  2. Run the wizard:
    cd /misc/linux/awips2
    ./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.
    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.
    When it asks which "Packs" you want to install, you will have to decide if you want the topo data. I selected it, but so far I cannot get it to display.
    Change the server to "gwar" (from localhost).
    Change the hdf5 data directory to "/data/hdf5".
    We don't have a kbou localization available, so leave it at koax.
    The screen about shortcuts seems to be a no-op, so just accept the defaults.
    Step through the wizard and complete the install. Quit the wizard when the install is done.
  3. chmod -R 775 <install directory>
  4. Create a .caverc file that looks like this:
       setenv JAVA_HOME /misc/linux/awips2/install_files/jre-linux
       setenv PATH "$JAVA_HOME/bin:$PATH"
    
    (Or choose any other name you like. Location doesn't matter, either.) Source this file.
  5. Launch CAVE:
      cd <install directory>
      ./cave.sh
    
    In the top-menu bar, select CAVE > Preferences...
    • Click on Localization and verify that it's set to "koax" and uses http.
    • Click on Connectivity and
        Ensure that it uses HTTP. (JMS should work too.)
        Ensure that JMS Server and HTTP Server refer to "gwar" (not localhost) in the URL.
        Ensure that Server Data Directory is "/data/hdf5".
    • Click Apply if you made changes, Cancel otherwise.
    Exit and relaunch CAVE. Green times should show up within 30 seconds.

Notes by Jim Fluke. Last modified 12 Mar 08.