Support Questions

Find answers, ask questions, and share your expertise

Cloudera manager url is not opening

avatar
Explorer

Hi,

 

Cour cloudera manager url is not opening.

This is what I have checked so far.

 

1) Checked the connectivity between source and target (cm server)

  - it exists and able to access the 7180 port as well.

2) Checked the process status for both cloudera-scm-server and cloudera-scm-agent

 - both are up and running no issues.

3) httpd service is up and running.

 

When I run the wget on the server where cm is running it is failing.

 

wget http://localhost:7180/cmf/login
--2018-06-20 12:16:53--  http://localhost:7180/cmf/login
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:7180... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:7180... connected.

HTTP request sent, awaiting response... No data received.

 

 

2 ACCEPTED SOLUTIONS

avatar
Master Guru

@proxim,

 

Cloudera Manager is a graphical user interface intended for use in a browser.  I recommend you try connecting in a browser.

 

Alternatively, you can use an API call to determine whether the server is responding:

 

# curl -u admin:admin <cm_host>:<cm_port>/api/version

 

This should return the version number of the CM API supported by CM.

 

View solution in original post

avatar
Explorer

@bgooley

 

The reason I tried wget on the cm server was to test whether the cm servr is responding or not.

As I was getting timeout from web browser.

 

Even the curl command you gave is not giving any response back.

 

I restarted both cloudera-scm-server and cloudera-scm-agent on the host.

It is responding now.

 

Thank you for your response.

 

Regards

 

 

View solution in original post

2 REPLIES 2

avatar
Master Guru

@proxim,

 

Cloudera Manager is a graphical user interface intended for use in a browser.  I recommend you try connecting in a browser.

 

Alternatively, you can use an API call to determine whether the server is responding:

 

# curl -u admin:admin <cm_host>:<cm_port>/api/version

 

This should return the version number of the CM API supported by CM.

 

avatar
Explorer

@bgooley

 

The reason I tried wget on the cm server was to test whether the cm servr is responding or not.

As I was getting timeout from web browser.

 

Even the curl command you gave is not giving any response back.

 

I restarted both cloudera-scm-server and cloudera-scm-agent on the host.

It is responding now.

 

Thank you for your response.

 

Regards