Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 11-29-2016 05:41 PM
HDF 2.5 - Ambari server and agent are started but fail to launch on browser.
I am using Virtual Box on Windows 10. The http://127.0.0.1:8888/ is able to lunch but when I try to ambari url 127.0.0.1:8080 it doesn't work.
I tried looking at eth0 inet url which is http://172.17.0.2:8080/ as mentioned in few of the questions in community site..but then also it doesn't work.
Kindly suggest what need to be done here?
Created 11-29-2016 07:53 PM
Just wanted to check if you have followed the instructions mentioned regarding the "C:/Windows/System32/Drivers/etc/hosts" file changes from the following link:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Also after doing the SSH to the host, are you able to see if the ambari-server is running on the port 8080?
#Getting the AMBARI_PID ps -ef | grep AmbariServer # Checking if the port 8080 is listening netstat -tnlpa | grep 8080 netstat -tnlpa | grep $AMBARI_PID
.
Created 11-29-2016 07:53 PM
Just wanted to check if you have followed the instructions mentioned regarding the "C:/Windows/System32/Drivers/etc/hosts" file changes from the following link:
http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
Also after doing the SSH to the host, are you able to see if the ambari-server is running on the port 8080?
#Getting the AMBARI_PID ps -ef | grep AmbariServer # Checking if the port 8080 is listening netstat -tnlpa | grep 8080 netstat -tnlpa | grep $AMBARI_PID
.
Created 11-30-2016 07:56 PM
thank you. your suggestion worked.