Here is what I got from the ambari-server log 00:52:41,732 DEBUG [qtp1497642021-467 - /api/v1/clusters/had1/hosts/had1.unisys.com/host_components/ZKFC] AmbariManagementControllerImpl:870 - ServiceComponentHost not found org.apache.ambari.server.ServiceComponentHostNotFoundException: ServiceComponentHost not found, clusterName=had1, serviceName=HDFS, serviceComponentName=ZKFC, hostName=had1.unisys.com
In my cluster each agent has two hostnames. One is configured using the hostname script. It is an internal name and is not the same as that identified by `hosthame`. In the case of the name node, this is had1.unisys.com. I understood that this should work for all things Ambari. The other is the public_hostname this is returned by `hostname`. In the case of the name node this is hadw1. Everything in the cluster is configured using the internal hostname, that is, the name returned by the hostname script. The name is defined via /etc/hosts. It works for all the rest of Ambari. Everything deployed and Hadoop is working fine. I suspect that the move name node script is looking for had1.unisys.com as the name public_hostname, that is, the name returned by `hostname`. This will not work in our configuration. Does that make sense? In this case the move name node script will not work in our configuration. This is Ambari 1.6.1 Wally From: Benoit Perroud [mailto:[email protected]] Sent: Monday, January 12, 2015 2:09 PM To: [email protected] Subject: Re: Move name node wizard failing Otherwise look in the ambari-agent logs of the node where the NameNode is disabled (/var/log/ambari-agent) You might also want to turn on debugging in all these daemons, restart them and retry to move the NN. agents: /etc/ambari-agent/conf/ambari-agent.ini, loglevel=DEBUG server: /etc/ambari-server/conf/log4j.properties, log4j.rootLogger=DEBUG,file 2015-01-12 20:46 GMT+01:00 Benbenek, Waldyn J <[email protected]<mailto:[email protected]>>: I did look at those and saw nothing about the name node move or about disabling. On a related note. How does one enable the name node once it has been disabled. According to the UI the name node was, in fact, disabled even though it reports a failure. I can’t get it enabled again. Wally From: Benoit Perroud [mailto:[email protected]<mailto:[email protected]>] Sent: Monday, January 12, 2015 12:08 PM To: [email protected]<mailto:[email protected]> Subject: Re: Move name node wizard failing You should give a look at the server logs in /var/logs/ambari-server Le lundi 12 janvier 2015, Benbenek, Waldyn J <[email protected]<mailto:[email protected]>> a écrit : I am trying to move the name node to a new host I have added successfully. The “move name node” wizard gets to step three, “Disable original name node,” and fails with no more explanation. Continuous retries also fail. Where do I go to see the some sort of explanation as to what is going wrong? Thanks, Wally Benbenek
