Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1955 | 06-15-2020 05:23 AM | |
| 15905 | 01-30-2020 08:04 PM | |
| 2100 | 07-07-2019 09:06 PM | |
| 8196 | 01-27-2018 10:17 PM | |
| 4653 | 12-31-2017 10:12 PM |
04-12-2018
10:04 AM
@Jay , ok can you refer my comments on - https://community.hortonworks.com/questions/185974/how-to-change-ips-on-all-machine-sin-ambari-cluste.html
... View more
04-12-2018
09:56 AM
@Jay on which case service auto start will start the services?
... View more
04-12-2018
09:41 AM
@Jay just to summary the steps my steps are 1. stop all services in the cluster ( by API in the script) 2. stop ambari agent on all hosts 3. change the IP's on all machines - masters, workers , kafka's , ( by the script ) 4. start agent on all hosts 5. start services in the cluster ( by API in the script ) do you agree with this steps? second and very important question - dose the API that stop/start the services in the cluster do it with the right order ? because non order service shutdown service could be problematic ( we are working on production systems ) @Jay I will happy to know your opinion about my automations procesdure ....
... View more
04-12-2018
09:34 AM
we enabled the service auto start on all services and we make a simple test we stop the service MapReduce2 and we wait some time to see if service will start automatically but after one hour service still down dose service auto if relevant in this case ?
... View more
Labels:
04-12-2018
09:22 AM
@Jay so if we need to stop all components on each host , then its better to stop all services on the cluster because we need to change the IP's on all hosts - do you agree ? second do you have API that stop all services in the cluster automatically ? ( I mean all services will stoped accorording to the service priority ) @Jay for you information we want to develop automation scripts that will first stop all services and ambari-agent and then will change the IP's and then will start all services in the cluster
... View more
04-12-2018
08:45 AM
@Jay , something isn't clearly , lets say we want to change the IP on master01 node ( JournalNode ) the article say to "Shutdown all services" dose this mean to stop all components on master01 as App Timeline server , Hive , namenode , resource manager , Webcat ... etc ? regarding to stop the agent its clearly but not clearly if we need to stop all componets on the machine ?
SupportKB To change the IP address of a client node in a cluster the following procedure can be followed: Shutdown all services on the node including the Ambari Agent Update the DNS entry for the node with the new IP address Restart networking on the node so that it gets its new IP address. Ensure the hostname is reported correctly using On the node: hostname # should return the short name of the host hostname -s # should return the short name of the host hostname -f # should return the FQDN On the Ambari Server: nslookup nodename.fqdn # should return the new IP address of the node Start up the Ambari Agent on the node Check in Ambari that the node is registered and showing as up Start all the services on the node
... View more
04-11-2018
07:19 PM
hi all, we have ambari cluster on customer site ( version 2.6.1 ) cluster include the following machines: master01 , master02 , master03 , worker01-worker64 , kafka01 - kafka03 all machines are now with IP's 162.98.23.5-75 while customer want to change to these ip's 176.12.10.5-75 please advice what is the procedure to change IP's on master's machines , workers machines and kafka's machines ?
... View more
Labels:
04-11-2018
09:17 AM
@Jay after we set the corect date on all machines , now ambari metrics service check is ok , do you think this is logical ?
... View more
04-11-2018
09:13 AM
abouit "restarting the AMS" , when we restart all metrics service it will also restart the AMS?
... View more
04-11-2018
09:11 AM
rpm -qa | grep ambari
ambari-metrics-monitor-2.6.1.0-143.x86_64
ambari-metrics-hadoop-sink-2.6.1.0-143.x86_64
ambari-agent-2.6.1.0-143.x86_64
... View more