Actions

Difference between revisions of "System Status (Event Type)"

From Zenitel Wiki

 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
==Event description==
 
==Event description==
 
+
{|
{| border="1" cellpadding="4"
+
|-
! align="left"|[[Event Owner]]:  
+
|width="180pt"|'''Event Owner''':
| Station number 1 (fixed)
+
|width="300pt"|Station number 1 (fixed)
 
|-
 
|-
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:  
+
|'''Event type''': || 27 - System Status
| System Status
 
 
|-
 
|-
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:
+
|'''Subevent''': || [[Device]] ID
| Device ID
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to ON]]:  
+
|'''When change to ON''': || When a device is reported UP
| When a device is reported UP  
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to OFF]]:  
+
|'''When change to OFF''': || When a device is reported DOWN  
| When a device is reported DOWN  
 
 
|-
 
|-
! align="left"|[[When Related to (Event Handler)|When Related to]]:
+
|'''When related to''': || N/A (Use "All")
| No. (Use “All”)
 
 
|-
 
|-
 
|}
 
|}
  
*Additional information:
+
* Available from AMC 09.05. Pocket Paging from AMC 10.52. IP-HA state and %syse from 11.2.3.4.
:- Sub-event 1 – 64: RIO, PC (AlphaVision)
+
 
:- Sub-event 65 – 68: Exchange modules
+
==Additional information==
::*The ON event is reported when all cards are scanned (exchange is operational)
+
* Sub-event 1 – 64: [[RIO]], PC ([[AlphaVision]])
:- Sub-event 210 – 217: Serial ports 0 – 7  
+
* Sub-event 65 – 68: Exchange modules
::*Only AlphaNet and MultiModule is reported  
+
:*The ON event is reported when all cards are scanned (exchange is operational). If the exchange is standby in IP-HA this sub event will not be reported.
:- Available from AMC 09.05
+
* Sub-event 210 – 217: Serial ports 0 – 7  
 +
:*Only [[AlphaNet]] and [[MultiModule]] is reported  
 +
* Sub-event 218 – 221: [[Pocket Paging]] ports "Tateco",  "Ericcson", "Multitone", "Fire input", ISO1745 link poll status.
 +
 
 +
[[Redundant Servers - ICX-AlphaCom|Redundant Servers (IP-HA)]]:
 +
* Sub-event 230:  ON = Local server is in Standby Mode. OFF = Operational Mode.
 +
* Sub-event 231:  ON = HA connection OK with related Standby/Operational server. OFF = No connection with remote server.
 +
:* After reset both events will be reported after sub-event 65. (In standby sub-event 65 will not be reported, but 230 and 231 will)
 +
* Sub-event 232:  ON = Local exchange is Primary Server (configuration master). OFF = Secondary Server (not configuration master). (Requires AMC 11.2.3.5)
 +
* States reported in Sub-event 230, 231 and 232 are also reported in [[DEVICE_INFO]]
 +
 
 +
==Macro to read current state of system event==
 +
[[%syse]](sub_event)
 +
 
 +
Return 1 (TRUE) if sub event is ON.
  
 +
==Application==
 +
* System and AlphaNet surveillance and reporting
 +
* Trigger actions after system boot
 +
* 3rd party information of HA state
  
*Application:  
+
''See also:'' [[AlphaNet Link (Event Type)|Event type 29 for AlphaNet Link surveillance]]
:- System and AlphaNet surveillance and reporting
 
:- Trigger actions after system boot
 
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Event types]]
 +
[[Category: Pocket pager]]

Latest revision as of 17:28, 1 March 2023

AI.png

Event description

Event Owner: Station number 1 (fixed)
Event type: 27 - System Status
Subevent: Device ID
When change to ON: When a device is reported UP
When change to OFF: When a device is reported DOWN
When related to: N/A (Use "All")
  • Available from AMC 09.05. Pocket Paging from AMC 10.52. IP-HA state and %syse from 11.2.3.4.

Additional information

  • Sub-event 1 – 64: RIO, PC (AlphaVision)
  • Sub-event 65 – 68: Exchange modules
  • The ON event is reported when all cards are scanned (exchange is operational). If the exchange is standby in IP-HA this sub event will not be reported.
  • Sub-event 210 – 217: Serial ports 0 – 7
  • Sub-event 218 – 221: Pocket Paging ports "Tateco", "Ericcson", "Multitone", "Fire input", ISO1745 link poll status.

Redundant Servers (IP-HA):

  • Sub-event 230: ON = Local server is in Standby Mode. OFF = Operational Mode.
  • Sub-event 231: ON = HA connection OK with related Standby/Operational server. OFF = No connection with remote server.
  • After reset both events will be reported after sub-event 65. (In standby sub-event 65 will not be reported, but 230 and 231 will)
  • Sub-event 232: ON = Local exchange is Primary Server (configuration master). OFF = Secondary Server (not configuration master). (Requires AMC 11.2.3.5)
  • States reported in Sub-event 230, 231 and 232 are also reported in DEVICE_INFO

Macro to read current state of system event

%syse(sub_event)

Return 1 (TRUE) if sub event is ON.

Application

  • System and AlphaNet surveillance and reporting
  • Trigger actions after system boot
  • 3rd party information of HA state

See also: Event type 29 for AlphaNet Link surveillance