Changes between Version 2 and Version 3 of VTL


Ignore:
Timestamp:
2017-09-15T13:37:43-04:00 (8 years ago)
Author:
Hoan Nguyen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VTL

    v2 v3  
    11= VTL =
    22
    3 * Ask Mike Linn
     3== eibGenGui newGui Configuration ==
     4* ssh user_name@riptide
     5* Type: eibGenGui newGui
     6* ...
     7
     8== Bring Up ==
     91. ssh user_name@'''riptide'''
     102. Type: '''eibGenGui newGui'''
     113. Load your desired '''.ini''' file
     124. Click '''Generate EIB'''
     135. Click '''Setup ZTV Displays'''
     14  a. Drag and drop positions into assigned displays, make note of the order. (Positions must be opened in the same order)
     156. The output directory generated needs to be on the STP* and *SDRR* being used (e.g. stp10.ztv and tgfsdrr1)
     16  a. '''scp''' ''outputDirectory/''  from '''riptide''' to '''tb2''' (cross mounted with STP)
     17  b. '''scp''' ''outputDirectory/''  to SDRR (e.g. tgfsdrr1)
     187. Create a tunnel to SDRR in new tab
     19  a. '''ssh''' to SDRR (e.g. tgfsdrr1)
     20  b. '''vncserver -list''' (check for open ports, if none are open go to step 7c, else go to 7d)
     21  c. '''vncserver''' (creates port if none are open)
     22  d. '''exit''' SDRR
     23  e. '''ssh -f -L 59xx:localhost:59xx tgfsdrr1 sleep 10; vncviewer localhost:59xx'''
     24    * enter entire command in one line; creates and opens tunnel
     25    * xx = open port# (e.g. 5909 or 5914)
     26  f. In the VNC, cd to ''outputDirectory''/sdrr
     27  g. ./runsdrr
     288. Log in to displays and open the positions according to your set up in step 5a.
     299. '''ssh''' STP (e.g. stp10.ztv)
     30  a. navigate to ''outputDirectory''/eib
     31  b. '''./generateEib.ksh'''
     32  c. '''./runeib'''
     3310. '''scp''' ''outputdirectory''/dysim/'''rundysim''' into the directory of the scenario you want to run (e.g. on nix1:~/scenarios-datacomm/UCRC-MAIN/)
     34  a. create tunnel to scenario directory
     35  b. e.g. '''ssh -f -L 59xx:localhost:59xx nix1 sleep10; vncviewer localhost:59xx'''
     36  c. cd into scenario directory (e.g. scenarios-datacomm/UCRC-MAIN/)
     37  d. '''./rundysim'''
     38
     39=== Bring Down ===
     401. Close Dysim and SDRR
     412. cd into ''outputDirectory''/eib
     42  a. '''./teardownEib.ksh'''