Created on 02-03-2016 08:36 PM - edited 09-16-2022 03:02 AM
We are running hortonworks cluster with 18 nodes with amazon ec2 instances. We can't guarantee the ec2 instances availability for a long time. Let us consider a case, two of my nodes dead in the cluster. What are the subsequent actions to be taken to add new instances. Do you guys tried hdp with amazon instances, have any procedure templates ?
Created 02-03-2016 08:39 PM
If data nodes goes down then you can add new data nodes. Ambari can add data nodes without any outage once you launch the vm and meet the prerequisites.
Now, if master goes down then plan of action changes based on services allocated to those vm. You can make new nodes part of the cluster and add master services on new nodes
Thats why , we need HA + DR " HA and DR is different 😉 "
Created 02-03-2016 08:39 PM
you need to put these nodes in excludes list and add new nodes using Ambari. @Ram D
Created 02-03-2016 08:39 PM
If data nodes goes down then you can add new data nodes. Ambari can add data nodes without any outage once you launch the vm and meet the prerequisites.
Now, if master goes down then plan of action changes based on services allocated to those vm. You can make new nodes part of the cluster and add master services on new nodes
Thats why , we need HA + DR " HA and DR is different 😉 "
Created 02-03-2016 08:51 PM
Created 02-03-2016 08:44 PM
@ Artem Ervits I am asking in the view of amazon ec2 instance. I know the procedure of decommissioning and including in the exclude host list. I would like to know is there any procedure template if some node goes down, do these actions like that as a procedure template.
Created 02-03-2016 08:48 PM
@Neeraj We implemented HA for both namenode and ResourceManager. They are working fine. Let us consider a case, if one name node goes down, we can create another instance of same configuration n add to the cluster n install the services. Do you have any procedure templates for subsequent actions after one node is dead?