- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Failed to start cloudera-scm-agent.service: Unit not found.
- Labels:
-
Cloudera Manager
Created ‎02-10-2018 06:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[root@datenode1 ~]# systemctl start cloudera-scm-agent
Failed to start cloudera-scm-agent.service: Unit not found.
[root@datanode1 ~]# rpm -qa | grep cloude
cloudera-manager-daemons-5.13.1-1.cm5131.p0.2.el7.x86_64
cloudera-manager-agent-5.13.1-1.cm5131.p0.2.el7.x86_64
I'm trying to install via cloudera manager's wizard, everything works until starting the cloudera-scm-agent, which fails with same error above 'Failed to start cloudera-scm-agent.service: Unit not found.'
This is on centos 7, selinux is off, the firewall is off, ssh keys are good as is the hostnames.
Suggestions?
Many thanks,
Eric
Created ‎02-11-2018 09:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to start the agents manually via :
/usr/sbin/cmf-agent --daemon --comm_name cmf-agent --pidfile /var/run/cloudera-scm-agent/cloudera-scm-agent.pid
