Config Updates » History » Version 1
Thomas Stovicek, 10/04/2016 07:36 PM
1 | 1 | Thomas Stovicek | # Config Updates |
---|---|---|---|
2 | 1 | Thomas Stovicek | |
3 | 1 | Thomas Stovicek | ## Reference: |
4 | 1 | Thomas Stovicek | |
5 | 1 | Thomas Stovicek | Mxxxxxx0F014000.bdnl - config |
6 | 1 | Thomas Stovicek | |
7 | 1 | Thomas Stovicek | MXXXXXX is the last six of the MAC Address (Ethernet Address) of the systech router |
8 | 1 | Thomas Stovicek | |
9 | 1 | Thomas Stovicek | ## Process: |
10 | 1 | Thomas Stovicek | |
11 | 1 | Thomas Stovicek | 1. Login to the production SOUP server (densoup01.contournetworks.net) |
12 | 1 | Thomas Stovicek | 1. Run the following commands: |
13 | 1 | Thomas Stovicek | - cd /opt/sdm/www/soupfiles |
14 | 1 | Thomas Stovicek | - ln -s /opt/sdm/configs/systechConfig/configs/[config file] M[last six of MAC]0F014000.bdnl |
15 | 1 | Thomas Stovicek | 1. check the targetted device for successful update within 25 hours |
16 | 1 | Thomas Stovicek | 1. Then run the following commands in SOUP (densoup01.contournetworks.net) |
17 | 1 | Thomas Stovicek | - cd /opt/sdm/www/soupfiles |
18 | 1 | Thomas Stovicek | - rm -f M[last six of MAC]0F014000.bdnl |
19 | 1 | Thomas Stovicek | 1. if unsuccessful, then try other methods |
20 | 1 | Thomas Stovicek | |
21 | 1 | Thomas Stovicek | For SL units you will need to link (ln) and remove (rm) an additional .txt file. |
22 | 1 | Thomas Stovicek | |
23 | 1 | Thomas Stovicek | ''' |
24 | 1 | Thomas Stovicek | |
25 | 1 | Thomas Stovicek | Configs for SL units are still 0F014000 files. Code images, however, have different IDs. Specifically the "Core Apps" use ID 10000001. So to update the firmware (core apps) and config: |
26 | 1 | Thomas Stovicek | Create: |
27 | 1 | Thomas Stovicek | M11EAC910000001.bdnl (for instance - this could be a copy/link to stpkg-core-sl2000-01A.8.bdnl) |
28 | 1 | Thomas Stovicek | M11EAC90F014000.bdnl |
29 | 1 | Thomas Stovicek | Create M11EAC999000001.txt with contents: |
30 | 1 | Thomas Stovicek | MID=0F014000 |
31 | 1 | Thomas Stovicek | MID=10000001 |
32 | 1 | Thomas Stovicek | |
33 | 1 | Thomas Stovicek | Procedure is the same for all SysLINK models. There are two different 10000001 images - one for SL-3 and SL-4, other for SL-05, SL-08, SL-1, SL-2.. |
34 | 1 | Thomas Stovicek | ``` |