3 | | * Ask Mike Linn |
| 3 | == eibGenGui newGui Configuration == |
| 4 | * ssh user_name@riptide |
| 5 | * Type: eibGenGui newGui |
| 6 | * ... |
| 7 | |
| 8 | == Bring Up == |
| 9 | 1. ssh user_name@'''riptide''' |
| 10 | 2. Type: '''eibGenGui newGui''' |
| 11 | 3. Load your desired '''.ini''' file |
| 12 | 4. Click '''Generate EIB''' |
| 13 | 5. 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) |
| 15 | 6. 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) |
| 18 | 7. 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 |
| 28 | 8. Log in to displays and open the positions according to your set up in step 5a. |
| 29 | 9. '''ssh''' STP (e.g. stp10.ztv) |
| 30 | a. navigate to ''outputDirectory''/eib |
| 31 | b. '''./generateEib.ksh''' |
| 32 | c. '''./runeib''' |
| 33 | 10. '''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 === |
| 40 | 1. Close Dysim and SDRR |
| 41 | 2. cd into ''outputDirectory''/eib |
| 42 | a. '''./teardownEib.ksh''' |