| 1 | TDLSControl.sh is located on sdrrdc under /usr/local/bin/TDLSControl.sh |
| 2 | [[BR]] |
| 3 | [[BR]] |
| 4 | |
| 5 | '''Options:''' |
| 6 | |
| 7 | '''1 Check TIMS Test String''' (Returns which Test String TDLS is configured for) |
| 8 | |
| 9 | Runs "cat /etc/hosts | grep String" on TDLS |
| 10 | [[BR]] |
| 11 | |
| 12 | |
| 13 | '''2 Change TIMS Test String''' (Changes the Test String on TDLS |
| 14 | |
| 15 | Runs "cd /opt/FAA/network/bin; nohup ./tssw -s $TestString -l ts.log | tee myfile" on TDLS |
| 16 | [[BR]] |
| 17 | |
| 18 | '''3 Configure TDLS (TPGW, ERAM, MTM)''' (Configures TDLS and TIMS for ERAM VTL or Test Bed) |
| 19 | |
| 20 | Runs configure_tpgw.rb and configure_eramm_commd.rb on TIMS ATT and optionally runs MTM on TDLS |
| 21 | [[BR]] |
| 22 | |
| 23 | '''4 Reset TDLS''' (Stop TDLS service, clears mysql tables, and starts TDLS service again) |
| 24 | |
| 25 | Runs service tdls stop, /root/util/clear_tables, clears /tdls/comm/admin and xfer files, service tdls start |
| 26 | [[BR]] |
| 27 | |
| 28 | '''5 Configure ERAM''' (configure_eramm_commd.rb ONLY) |
| 29 | |
| 30 | Echoes configure_eramm_commd.rb arguments on TIMS ATT |
| 31 | [[BR]] |
| 32 | |
| 33 | '''6 Configure TPGW''' (configure_tpgw.rb ONLY) |
| 34 | |
| 35 | Echoes configure_tpgw.rb arguments on TIMS ATT |
| 36 | [[BR]] |
| 37 | |
| 38 | '''7 Check TDLS Databases and Version''' (Returns the check database output and TDLS version) |
| 39 | |
| 40 | Runs "dbshow" and "ver" on TDLS |
| 41 | [[BR]] |
| 42 | |
| 43 | '''8 Set BOI NSDA Config''' (Changes the mysql configurations values for NSDA USA,B, or C) |
| 44 | |
| 45 | Changes two values in mysql configurations tables for NSDA |
| 46 | [[BR]] |
| 47 | |
| 48 | '''9 Exchange SSH RSA Keys''' (Allows connections to TDLS without inputting a password) |
| 49 | |
| 50 | Exchanges the SSH Keys from sdrrdc to all of the TDLS systems |
| 51 | [[BR]] |
| 52 | [[BR]] |
| 53 | [[BR]] |
| 54 | |
| 55 | If you have any issues using TDLSControl.sh please contact Mike Linn (609-485-6940, 609-464-3606, mike.ctr.linn FAA Email or Lync) |