User Tools

Site Tools


check_1_1_mksp_redundancy_status

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
check_1_1_mksp_redundancy_status [2020/05/15 14:23] – [Introduction] walkeradmincheck_1_1_mksp_redundancy_status [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Check 1+1 MKSP Redundancy Status ====== ====== Check 1+1 MKSP Redundancy Status ======
-<color darkorange>May 200</color>+<color darkorange>May 2020</color>
  
 ---- ----
Line 87: Line 87:
 } }
 </file> </file>
 +In the output above we can see that <color #00a2e8>Mongo</color> and <color #00a2e8>Rabbit</color> status are <color #00a2e8>ok</color>. <color #00a2e8>statmux</color>, <color #00a2e8>psi</color>, <color #00a2e8>mux</color> and <color #00a2e8>simulcrypt</color> are all <color #00a2e8>active</color> on <color #00a2e8>SP01</color> (this is the active SP on the nCompass ESM).
 +\\ 
 +\\ 
 +Now I will do a Mux switch from nCompass ESM.
 +<file>
 +{
 +mongo_status: "ok",
 +rabbit_status: "ok",
 +mux: {
 +    active: {
 +        SP01: [ ],
 +        SP02: [
 +            "mux_52_1_1"
 +        ]
 +    },
 +    inactive: {
 +        SP01: [
 +        "mux_52_1_1"
 +        ],
 +        SP02: [ ]
 +    }
 +},
 +psi: {
 +    active: {
 +        SP01: [ ],
 +        SP02: [
 +            "mux.mux_52_1_1.outputs.TS1"
 +        ]
 +    },
 +inactive: {
 +        SP01: [
 +            "mux.mux_52_1_1.outputs.TS1"
 +        ],
 +        SP02: [ ]
 +    }
 +},
 +statmux: {
 +    active: {
 +        SP01: [ ],
 +        SP02: [
 +            "MK01"
 +        ]
 +    },
 +    inactive: {
 +        SP01: [
 +            "MK01"
 +        ],
 +        SP02: [ ]
 +    }
 +},
 +simulcrypt: {
 +    active: {
 +        SP01: [ ],
 +        SP02: [
 +            "mux_52_1_1"
 +        ]
 +    },
 +inactive: {
 +        SP01: [
 +            "mux_52_1_1"
 +        ],
 +        SP02: [ ]
 +    }
 +}
 +}
 +</file>
 +As we can see from above, all the mux components are now being handled by Mux2 (SPO2).
 +\\ 
 +\\ 
 +I have seen examples where some elements are being handled by one mux, and the remainder by the other mux. While it seems slightly odd that this happens, it is perfectly normal operation.
 +\\ 
 +\\ 
  
check_1_1_mksp_redundancy_status.1589548992.txt.gz · Last modified: 2023/03/09 22:35 (external edit)