Created on 12-16-2014 01:25 AM - edited 09-16-2022 02:15 AM
Hi everyone, i was tring to install cloudera manager following the tutorial "www.cloudera.com/content/cloudera/en/documentation/cloudera-manager/v4-8-2/Cloudera-Manager-Installa...
After installation, i was not able to open cloudera manager at "localhost:7180". I tried to restart the cloudera-scm-manager using the command "service cloudera-scm-server restart" howerev,, it stoped after a few seconds and gave the folllowing error message "cloudera-scm-server is dead and pid file exists"
I tried to check the log file of cloudera-scm-server but nothing seems wrong. Anybody have a solution for this problem? Thanks in advance.
Created 12-16-2014 06:31 AM
Hi,
First, since you are installing, you are probably using Cloudera Manager 5.2.1 (latest), so the documentation you want is here:
Since there is a .pid file, remove it first. Check the following and delete if it exists:
/var/run/cloudera-scm-server.pid
Next, if there is a problem starting, there are likely valuable clues in the logs. Check out /var/log/cloudera-scm-server/cloudera-scm-server.log
Perhaps tail -f while starting to see if there are any exceptions.
If the solution is not obvious, post the details and someone here can help.
Created 11-02-2018 12:02 AM
after doing this step rm /var/run/cloudera-scm-server.pid what we do
Created 11-02-2018 12:00 AM
/var/run/cloudera-scm-server.pid
where we execute this command
Created 11-02-2018 12:03 AM
Created 11-02-2018 01:55 AM
you has to do it with root user login
or else sudo user login
Created 11-02-2018 01:56 AM
Created 11-02-2018 01:57 AM
Created 11-08-2015 12:25 AM
Hi,
It just occure with me, I fixed it as belows;
1. rm /var/run/cloudera-scm-server.pid
2 service cloudera-scm-server-db stop
3 /etc/rc.d/init.d/postgresql restart ----------------> Fixed in this
or(/etc/init.d/postgresql restart in Ubuntu)
4. service cloudera-scm-server-db start
5. service cloudera-scm-server start..
the problem is postgresql is not running
from:http://grokbase.com/t/cloudera/scm-users/138wj3kf3t/cloudera-scm-server-dead-but-pid-file-exists
Created 04-24-2018 09:59 AM
Hi,
I fix this issue as ..
1) go to the /etc/cloudera-scm-agent/config.ini ---- file and then update the following parameters in this file according to your servers.
## It should not normally be necessary to modify these.
# Port that the CM agent should listen on.
listening_port=9000
# IP Address that the CM agent should listen on.
listening_ip=192.168.0.000 -------------------------------------------------------> need your server IP
# Hostname that the CM agent reports as its hostname. If unset, will be
# obtained in code through something like this:
#
# python -c 'import socket; \
# print socket.getfqdn(), \
# socket.gethostbyname(socket.getfqdn())'
#
listening_hostname=192.168.0.000 ------------------------------------------------> need your server Ip same as above
use_tls=1
save this setting in config.ini file and then
restart cloudera-scm-agent services as
service cloudera-scm-agent restart
your issue will resolved...
Regards,
Maroof khan Gandapur
Created 10-24-2018 05:08 AM
check for pid number by using
# ps-ef |grep cloudera-scm-server
# kill -20 <pid number>"
# service iptables stop
# service ip6tables stop
#service cloudera-scm-server restart
#service cloudera-scm-server status
if still it triggering same error
init 6
#service cloudera-scm-server restart
#service cloudera-scm-server status
contact me at amar.sql94@gmail.com