Redundancy Solution
d.dantone@intermark.it
Posts: 5
I am writing you to learn how it can implements a redundancy solution in an AMX application. A single Master Netlinx manages an entire 5-storey building; I would like to implement a redundancy solution with this philosophy: there are two Netlink Master, one declared as "Master" and one declared as "Slave"; when the "Slave" realizes that no longer communicates with the "Master" or the "Master" has problems, "Slave" becomes "Master"; of course the touch panel automatically changes the Netlinx Master and the two Master Netlinx periodically must exchange data. Once the first Netlinx come back up; this becames "Master" again and second Netlinx becames "Slave". Is it possible?
0
Comments
http://www.amx.com/techsupport/techNote.asp?id=961
Probably the best approach is to set up a second master with only one job: making sure the main master is online and functioning correctly. You could do quite a few things like checking the master to master health, an IP poll, an rs232 response, and IR heartbeat, etc.. I'd do all these things and telnet in as well. If the main master bites, hook up a power controller to the monitor master to power cycle the main and reboot it. the main can also monitor the sentry master to let you know when it's musbehaving.
All this to say there is really no good way to make a rollover feature like you can an Oracle server or whatnot.