TO10 CAVE Client Installation Instructions

Note:

Caveats:

Now, on with the show.

  1. Decide on an installation directory. Mine is in /scratch2/socrates/fluke/TO10/awips/cave 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/TO10/awips, in this case). Note that I still have my TO9 install in /scratch2/socrates/fluke/TO9, and I am not having any problems so far. If you decide to remove your TO9 cave instead, make sure your remove the caveData directory.
  2. Run the wizard under your own account:
    cd /misc/linux/awips2-TO10
    ./setup_cave.sh

    Refer to the CAVE installation instructions in Raytheon's "AWP_TO10_Flow Tag_Cluster_Deploymnt_Rev1.pdf" and "AWP_TO10_Flow Tag_Standalone_Deploymnt_Rev1.pdf" documents in "/misc/linux/awips2-TO10/TO10 Resources/InstallProcedures/."
    Install CAVE in your install directory when prompted by the install wizard. Enter the full path, letting the install wizard create the basename directory (cave in my case) by answering "OK" when it asks.
    On the "Packs" screen select both CAVE and Basemaps.
    Change the EDEX server to "dx1-a2dp" (from localhost).
    Change the DB Address to "dx3-a2dp"
    Ensure that DB User is "awips"
    Ensure that DB Password is "awips"
    Change the hdf5 data directory to "/data/hdf5".
    (These can be changed later in "Preferences" to switch to a local EDEX)
    It looks like there is a BOU localization available by default. You might try it or wait for confirmation.
    On the shortcuts screen, unselect all shortcuts and then select "Next".
    Step through the wizard and complete the install. Do not select to create an installer on the last screen. 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-TO10/install_files/jre-linux
    export PATH="$JAVA_HOME/bin:$PATH"
    umask 02
    ./cave.sh > cave.out 2>&1
    We think the umask is particularly important to accomodate the new file locking for the hdf5 directory. 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.

    Note that a caveData directory will now exist under your home directory as well as a caveData in your install directory's parent. Only the one in your home directory has anything in it, and what it has is your configuration. This is why you can have only one CAVE install - you can have only one configuration per home directory. Of course you could fudge this with a sym link if you need to.

Notes by Jim Fluke. Last modified 5 Mar 09.