Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Ubuntu 20.04 no packages found matching cloudera-manager-agent

avatar
New Contributor

I am following the trial installation.

I can successfully install Cloudera Manager using the cloudera-manager-installer.bin in the first host, but fail on the second hosts.

I'm following this link 

https://docs.cloudera.com/cdp-private-cloud-base/7.1.7/installation/topics/cdp-quick-start-deploymen...

 

here's the log

 

using SSH_CLIENT to get the SCM hostname: 192.168.229.128 54826 22
opening logging file descriptor
###CLOUDERA_SCM### SCRIPT_START
###CLOUDERA_SCM### TAKE_LOCK
BEGIN flock 4
END (0)
###CLOUDERA_SCM### DETECT_ROOT
effective UID is 1001
BEGIN which pbrun
END (1)
BEGIN sudo -S id
uid=0(root) gid=0(root) groups=0(root),27(sudo)
END (0)
Using 'sudo ' to acquire root privileges
###CLOUDERA_SCM### DETECT_DISTRO
BEGIN grep 'Ubuntu' /etc/lsb-release
END (0)
DISTRIB_ID=Ubuntu
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"
BEGIN grep DISTRIB_CODENAME /etc/lsb-release
END (0)
DISTRIB_CODENAME=focal
BEGIN echo DISTRIB_CODENAME=focal | cut -d = -f 2
END (0)
focal
###CLOUDERA_SCM### DETECT_SCM
BEGIN sudo apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -y install dnsutils
Reading package lists...
Building dependency tree...
Reading state information...
dnsutils is already the newest version (1:9.16.1-0ubuntu2.9).
0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
END (0)
BEGIN host -t PTR 192.168.229.128
128.229.168.192.in-addr.arpa domain name pointer cdp-virtual-machine.
END (0)
using cdp-virtual-machine as scm server hostname
BEGIN which python
END (1)
Python not installed... skipping check for connectivity to SCM server.
BEGIN which wget
/usr/bin/wget
END (0)
BEGIN wget -qO- -T 1 -t 1 http://169.254.169.254/latest/meta-data/public-hostname && /bin/echo
END (4)
###CLOUDERA_SCM### REPO_INSTALL
Checking https://archive.cloudera.com/cm7/7.4.4/ubuntu2004/apt/dists/
Checking https://archive.cloudera.com/cm7/7.4.4/dists/
Using
installing repository file /tmp/scm_prepare_node.VCoR5mEN/repos/ubuntu_focal/cloudera-manager.list
repository file /tmp/scm_prepare_node.VCoR5mEN/repos/ubuntu_focal/cloudera-manager.list installed
installing apt keys
BEGIN sudo apt-key add /tmp/scm_prepare_node.VCoR5mEN/customGPG
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
END (0)
installing priority file /tmp/scm_prepare_node.VCoR5mEN/ubuntu_focal
priority file /tmp/scm_prepare_node.VCoR5mEN/ubuntu_focal installed
###CLOUDERA_SCM### REFRESH_METADATA
BEGIN sudo apt-get update
Hit:1 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal InRelease
Hit:2 http://hk.archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:4 http://hk.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:5 http://hk.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Fetched 336 kB in 2s (143 kB/s)
Reading package lists...
END (0)
BEGIN sudo apt-get update
Hit:1 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal InRelease
Hit:2 http://hk.archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:4 http://hk.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:5 http://hk.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Fetched 336 kB in 2s (167 kB/s)
Reading package lists...
END (0)
###CLOUDERA_SCM### PACKAGE_INSTALL openjdk-8-jdk
BEGIN sudo dpkg -l openjdk-8-jdk | grep -E '^ii[[:space:]]*openjdk-8-jdk[[:space:]]*'
END (0)
BEGIN echo openjdk8 cloudera-manager-agent cloudera-manager-daemons | grep openjdk-8-jdk
ii openjdk-8-jdk:amd64 8u312-b07-0ubuntu1~20.04 amd64 OpenJDK Development Kit (JDK)
END (1)
remote package openjdk-8-jdk is already installed
###CLOUDERA_SCM### PACKAGE_INSTALL openjdk-8-jdk-headless
BEGIN sudo dpkg -l openjdk-8-jdk-headless | grep -E '^ii[[:space:]]*openjdk-8-jdk-headless[[:space:]]*'
ii openjdk-8-jdk-headless:amd64 8u312-b07-0ubuntu1~20.04 amd64 OpenJDK Development Kit (JDK) (headless)
END (0)
BEGIN echo openjdk8 cloudera-manager-agent cloudera-manager-daemons | grep openjdk-8-jdk-headless
END (1)
remote package openjdk-8-jdk-headless is already installed
###CLOUDERA_SCM### PACKAGE_INSTALL cloudera-manager-agent
BEGIN sudo dpkg -l cloudera-manager-agent | grep -E '^ii[[:space:]]*cloudera-manager-agent[[:space:]]*'
dpkg-query: no packages found matching cloudera-manager-agent
END (1)
BEGIN sudo apt-cache show cloudera-manager-agent
E: No packages found
END (100)
cloudera-manager-agent must have Version=7.4.4 and Build=15850731, exiting
closing logging file descriptor
1 REPLY 1

avatar
Expert Contributor

Hi @massa , From the error I can interpret it can be an issue with the CM repo. Try copying the repo file from the working host to the non working and see how it goes.