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