wiki:VTL

Version 3 (modified by Hoan Nguyen, 8 years ago) (diff)

--

VTL

eibGenGui newGui Configuration

  • ssh user_name@riptide
  • Type: eibGenGui newGui
  • ...

Bring Up

  1. ssh user_name@riptide
  2. Type: eibGenGui newGui
  3. Load your desired .ini file
  4. Click Generate EIB
  5. Click Setup ZTV Displays
    1. Drag and drop positions into assigned displays, make note of the order. (Positions must be opened in the same order)
  6. The output directory generated needs to be on the STP* and *SDRR* being used (e.g. stp10.ztv and tgfsdrr1)
    1. scp outputDirectory/ from riptide to tb2 (cross mounted with STP)
    2. scp outputDirectory/ to SDRR (e.g. tgfsdrr1)
  7. Create a tunnel to SDRR in new tab
    1. ssh to SDRR (e.g. tgfsdrr1)
    2. vncserver -list (check for open ports, if none are open go to step 7c, else go to 7d)
    3. vncserver (creates port if none are open)
    4. exit SDRR
    5. ssh -f -L 59xx:localhost:59xx tgfsdrr1 sleep 10; vncviewer localhost:59xx
      • enter entire command in one line; creates and opens tunnel
      • xx = open port# (e.g. 5909 or 5914)
    6. In the VNC, cd to outputDirectory/sdrr
    7. ./runsdrr
  8. Log in to displays and open the positions according to your set up in step 5a.
  9. ssh STP (e.g. stp10.ztv)
    1. navigate to outputDirectory/eib
    2. ./generateEib.ksh
    3. ./runeib
  10. scp outputdirectory/dysim/rundysim into the directory of the scenario you want to run (e.g. on nix1:~/scenarios-datacomm/UCRC-MAIN/)
    1. create tunnel to scenario directory
    2. e.g. ssh -f -L 59xx:localhost:59xx nix1 sleep10; vncviewer localhost:59xx
    3. cd into scenario directory (e.g. scenarios-datacomm/UCRC-MAIN/)
    4. ./rundysim

Bring Down

  1. Close Dysim and SDRR
  2. cd into outputDirectory/eib
    1. ./teardownEib.ksh