Actions

Difference between revisions of "AlphaCom supervision of protocol converter daemons"

From Zenitel Wiki

(New page: SIPD and RMD are connected to AMCD through local sockets using Stentofon Simple Link Layer *The daemons sends Idle frames every 5? second. *If no idle frame is received from the d...)
 
Line 1: Line 1:
 
  
 
SIPD and RMD are connected to AMCD through local sockets using [[Stentofon Simple Link Layer]]  
 
SIPD and RMD are connected to AMCD through local sockets using [[Stentofon Simple Link Layer]]  
  
*The daemons sends Idle frames every 5? second.
+
*The daemons send an idle frames to AMCD every 5? second.
  
*If no idle frame is received from the daemon within 30 second the daemon is terminated by AMCD using:
+
*If no idle frame is received from the daemon within 30 second the daemon is terminated by AMCD using either:
**/opt/amc/script/rmd stop
+
/opt/amc/script/rmd stop
 
or
 
or
**/opt/amc/script/sipd stop
+
/opt/amc/script/sipd stop
 
*5 seconds later the deamon is restarted by AMCD using:
 
*5 seconds later the deamon is restarted by AMCD using:
**/opt/amc/script/rmd start
+
/opt/amc/script/rmd start
 
or
 
or
**/opt/amc/script/sipd start
+
/opt/amc/script/sipd start
 
* If no idle frame is received from the daemon within 30 second the stop/start procedure is repeated, this will be done 5 times.
 
* If no idle frame is received from the daemon within 30 second the stop/start procedure is repeated, this will be done 5 times.

Revision as of 03:22, 25 May 2007

SIPD and RMD are connected to AMCD through local sockets using Stentofon Simple Link Layer

  • The daemons send an idle frames to AMCD every 5? second.
  • If no idle frame is received from the daemon within 30 second the daemon is terminated by AMCD using either:
/opt/amc/script/rmd stop

or

/opt/amc/script/sipd stop
  • 5 seconds later the deamon is restarted by AMCD using:
/opt/amc/script/rmd start

or

/opt/amc/script/sipd start
  • If no idle frame is received from the daemon within 30 second the stop/start procedure is repeated, this will be done 5 times.