Runtime hot-backup system using two device servers
|
|
---|---|
Hello, In order to use Tango for mission critical system where single moments of failure is not allowed, hot-backup architecture needs to be considered. On my mind, there possibily are two plans. Plan A Plan B I know we can assign multiple databases at TANGO_HOST. But it seems only for using two separate database servers when building device server initially. Please guide me how to do this. |
|
|
---|---|
Hi Naver, unfortunately none of your hypothesys are simply feasible with TANGO. Plan A: please note that each TANGO device server has a unique device name within a TANGO facility, so active and standby TANGO device servers need to be different. This is not going to be transparent for clients. Plan B: basically menas having two active control paths on a single equipment, that may be possible (depending on the equipment) but tipically discouraged. Morover, any synchronization for equipment access has to be done by hand as there is no provoded mechanism in TANGO for such a requirement. Moreover, the same comment as Plan A applies here too. Short answer: it will be much simpler to design and develop a robust/reliable TANGO device server than setup such redundancy. Hope this helps, Lorenzo |