TO11 Slice 3 CAVE Client Installation Instructions

Note:

Caveats:

Now, on with the show.

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

    Refer to the CAVE installation instructions in Raytheon's AWIPS_Cluster_Deployment_FlowTag_RevTO11d4-5 v2.pdf and AWIPS_Standalone_Deployment_FlowTag_RevTO11d4-5 v2.pdf documents in /misc/linux/awips2-TO11-D45/RESOURCES/Installation Flow Lines/.
    Install CAVE in your install directory when prompted by the install wizard. Enter the full path, letting the install wizard create the basename directory (TO11s45 in my case) by answering "OK" when it asks.
    On the "Packs" screen select both CAVE and Basemaps.
    Change the EDEX and radar servers to "dx1-a2dp" (from localhost).
    Change the DB Address to "dx3-a2dp"
    Set DB Username and Password to "awips"
    Change the hdf5 data directory to "/data/hdf5".
    (These can be changed later in "Preferences" to switch to a local EDEX)
    We created a BOU localization. See our localization setup document for how to use it.
    On the shortcuts screen, unselect all shortcuts and then select "Next".
    Installing the files takes about a minute. On the last screen, do not choose to create an installer; just click Done to exit the wizard.
  3. The <install directory>/cave.sh is supposed to include all of the required environment variables. We've added 'umask 002' to ours, which makes files group writable - necessary to allow multiple users to run CAVE on a given workstation (using our AWIPS user login/environment for AWIPS II).
  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.

    You'll need to remove or set aside your home directory caveData/, as the format of the latlon10 map has changed between TO11d1 and TO11d3, and you'll get an error about a missing file, though CAVE seems to work fine otherwise. (If you wish, you can replace the lines in caveData/etc/default-procedure.xml that mention latlon10.bcd with the new lines from your <install directory>/etc version. As the saying goes, we'll leave that as an exercise for the reader.) This is related to 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. TO11d45 update 9 Sep 09 by Joe Wakefield.