Actions

AlphaCom supervision of protocol converter daemons

From Zenitel Wiki

Revision as of 03:25, 25 May 2007 by Aksel (talk)

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

  • The daemon send an idle frame 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 new idle frame is received from the daemon within 30 second the stop/start procedure is repeated, this sequence will be repeated 5 times.