You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ambari.apache.org by Jagdish Saripella <ja...@hotmail.com> on 2015/03/04 13:14:21 UTC

Cannot access Ambari from browser

Hello All,
I am fairly new to Ambari, I am having trouble viewing ambari from the browser . I have Ambari installed and running as shown below :
              









Once I open my browser and try to access the node by starting amber-server it gives me the below message:
              
Any suggestions ...

Thank you
Jagdish Saripella 		 	   		  

Re: Cannot access Ambari from browser

Posted by Yusaku Sako <yu...@hortonworks.com>.
Jagdish,

1. Make sure that Ambari Server is indeed running.  From the Ambari host, run the following command to see if you get any response back:
curl -uadmin:admin http://localhost:8080/api/v1/services
It should look something like:
{
  "href" : "http://localhost:8080/api/v1/services",
  "items" : [
    {
      "href" : "http://localhost:8080/api/v1/services/AMBARI",
      "RootService" : {
        "service_name" : "AMBARI"
      }
    }
  ]
}

2. Given that you get a proper response back, most likely you have a software firewall running, so stop it:

service iptables stop

The above command works on CentOS 6, but you might have to run a different command depending on your OS.
If you don't have a software firewall running but are on a cloud environment, then you might have to go to the cloud provider's management UI to open up port 8080.

I hope this helps.

Yusaku


From: Jagdish Saripella <ja...@hotmail.com>>
Reply-To: "user@ambari.apache.org<ma...@ambari.apache.org>" <us...@ambari.apache.org>>
Date: Wednesday, March 4, 2015 4:14 AM
To: "user@ambari.apache.org<ma...@ambari.apache.org>" <us...@ambari.apache.org>>
Subject: Cannot access Ambari from browser

Hello All,

I am fairly new to Ambari, I am having trouble viewing ambari from the browser . I have Ambari installed and running as shown below :


[cid:inlineImage0]




Once I open my browser and try to access the node by starting amber-server it gives me the below message:



[cid:inlineImage1]


Any suggestions ...


Thank you

Jagdish Saripella