Changes between Version 5 and Version 6 of FailureRecovery


Ignore:
Timestamp:
2015-12-11T10:44:16-05:00 (10 years ago)
Author:
Jon Ewald
Comment:

Rewrote bring up procedures for sdrr and msg injector to be more explicit

Legend:

Unmodified
Added
Removed
Modified
  • FailureRecovery

    v5 v6  
    1717== SDRR Bring Up ==
    1818* For SLC/TB4
    19   * {{{ task23@sdrr4:~/Failure-Recovery/zlc/runsdrr-zlc }}}
     19  * Log in to sdrr4 as task23
     20  * Change directory to Failure-Recovery/zlc[[BR]]
     21   {{{ cd Failure-Recovery/zlc }}}
     22  * Execute the runsdrr script[[BR]]
     23   {{{ ./runsdrr-zlc }}}
    2024* for HOU/TB3:
    21   * {{{ task23@sdrr3:~/Failure-Recovery/zhu/runsdrr-zhu }}}
     25  * Log in to sdrr3 as task23
     26  * Change directory to Failure-Recovery/zhu[[BR]]
     27   {{{ cd Failure-Recovery/zhu }}}
     28  * Execute the runsdrr script[[BR]]
     29   {{{ ./runsdrr-zhu }}}
    2230
    23 == Run MSG Injector ==
     31== Run Scenario Injector ==
    2432* For SLC/TB4:
    25   * {{{ task23@sdrr4:~/Failure-Recovery/zlc/zlc-failure-recovery-msg-inj }}}
     33  * Log in to sdrr4 as task23
     34  * Change directory to Failure-Recovery/zlc[[BR]]
     35   {{{ cd Failure-Recovery/zlc }}}
     36  * Execute the message injector script[[BR]]
     37   {{{ ./zlc-failure-recovery-msg-ing -g <group number> }}}
    2638* For HOU/TB3:
    27   * {{{ task23@sdrr3:~/Failure-Recovery/zhu/zhu-failure-recovery-msg-inj }}}
    28 * Groups 10 and 11 are only on SLC.  So, for example, if they requested that you run groups 1 for SLC and HOU and group 10 you would have 3 instances of the msg injector running in 3 different xterm windows as follows:
     39  *  Log in to sdrr3 as task23
     40  * Change directory to Failure-Recovery/zhu[[BR]]
     41   {{{ cd Failure-Recovery/zhu }}}
     42  * Execute the message injector script[[BR]]
     43   {{{ ./zhu-failure-recovery-msg-ing -g <group number> }}}
     44* '''Groups 10 and 11 are only on SLC''' [[BR]]For example, if you are requested to run groups 1 and 10 you would have 3 instances of the message injector running (2 for SLC and 1 for HOU) in 3 different xterm windows as follows:
    2945  * {{{ task23@sdrr4:~/Failure-Recovery/zlc/zlc-failure-recovery-msg-inj -g 1 }}}
    3046  * {{{ task23@sdrr4:~/Failure-Recovery/zlc/zlc-failure-recovery-msg-inj -g 10 }}}
    3147  * {{{ task23@sdrr3:~/Failure-Recovery/zhu/zhu-failure-recovery-msg-inj -g 1 }}}
     48
     49== Additional Notes ==
     50Ensure that Altys and the scenario injector are started as close to the same time as possible. If Altys is started too far ahead of SDRR scenario then the logins will be entered before flight plans which will cause them to be rejected.
     51
    3252[[BR]]
    3353[[BR]]