Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

What is the best process to do o.s updates on Name nodes and data nodes when our cluster built by using ec2 instances?

avatar
Expert Contributor

We are using puppet, i would like to know the best process to do o.s updates on individual nodes? Can anyone suggest process?

1 ACCEPTED SOLUTION

avatar
Mentor

take individual nodes into maintenance mode, stop services and run patch updates. @Ram D

View solution in original post

7 REPLIES 7

avatar
Mentor

take individual nodes into maintenance mode, stop services and run patch updates. @Ram D

avatar
Expert Contributor

Is it the same for name nodes also? IS there any special care has to be taken? Can you provide the hortonworks documentation link for patch updates?

avatar
Expert Contributor

I am asking about o.s level updates on machine not service level patches.

avatar
Mentor
@Ram D

you have seen this before. https://community.hortonworks.com/questions/4940/hdp-os-upgradepatching-best-practices.html. Same with namenodes, make sure you have HA. when you failover everything to standby node, take services down on the active (now standby) namenode and patch it.

avatar

avatar

avatar

Steps to update OS patches.

1) Stop all application on cluster

2) Apply the OS patches.

3) Reboot the system if required.

4) start all application on cluster

5) Validate all services.

Labels