Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Are we able to register ambari agent to multiple ambari-servers? If i give multiple host names to parameter server at /etc/ambari-agent/conf/ambari-agent.ini , does it accept multiple host names there? I am looking for ambari-server fail over.

avatar
Expert Contributor

Just got a thought, if we give give multiple host names at this location, ambari-agents will send those heart beats to those servers. Those two are aware of alerts, planned to point second host name to same database and access as same user. Please correct me. Whether we can do it or not?

1 ACCEPTED SOLUTION

avatar
Master Mentor
@Ram D

Ambari failover can be done in many other ways. The above approach won't work.

You can backup ambari server and set HA/DR for ambari database.

Ambari server will be in Active - Passive mode and same for database.

Please do some research on http://drbd.linbit.com/ and see if you can find a creative way to replicate ambari server blocks to Passive server.

View solution in original post

4 REPLIES 4

avatar
Master Mentor

Ambari HA is not supported yet, interesting idea though.

avatar
Master Mentor
@Ram D

Ambari failover can be done in many other ways. The above approach won't work.

You can backup ambari server and set HA/DR for ambari database.

Ambari server will be in Active - Passive mode and same for database.

Please do some research on http://drbd.linbit.com/ and see if you can find a creative way to replicate ambari server blocks to Passive server.

avatar
Expert Contributor

Thank you @Neeraj Sabharwal

avatar
Expert Contributor

Can you please provide the links for disaster recovery of ambari-server ?