Created on
03-23-2020
01:21 AM
- last edited on
03-23-2020
01:37 AM
by
VidyaSargur
Cloudera Manager 7 is already installed. Please uninstall it (by running /usr/share/cmf/uninstall-cloudera-manager.sh) before attempting to install it again.
And a window that says Incomplete Installation : We will revert the changes that we made.
I tried running the uninstall-cloudera-manager.sh script on my terminal.
Created 03-23-2020 04:29 AM
Hi @shahabas ,
I am assuming that you are following the steps here:
https://docs.cloudera.com/cdpdc/7.0/installation/topics/cdpdc-uninstall-the-cm-server.html
I just did an install, uninstall and then a reinstall of Cloudera Manager just fine. Are you able to share any more information on the problem that you are facing?
Regards,
Steve
Created 03-25-2020 11:41 PM
base) as@shahabas:/opt/cloudera$ cd installer/
(base) as@shahabas:/opt/cloudera/installer$ sudo uninstall-cloudera-manager.sh
[sudo] password for as:
sudo: uninstall-cloudera-manager.sh: command not found
Created 03-26-2020 02:43 AM
Hi @shahabas ,
Are you missing a ./ from in front of the uninstall-cloudera.sh command?
Could you try:
cd
cd /opt/cloudera/installer/
sudo ./uninstall-cloudera-manager.sh
Created 03-26-2020 10:59 PM
(base) as@shahabas:/opt/cloudera/installer$ sudo ./uninstall-cloudera-manager.sh[sudo] password for as:
./uninstall-cloudera-manager.sh: 2: exec: ./.mojosetup/mojosetup: not found
Created 03-27-2020 01:59 AM
Hi,
I'm not sure what is going on with your installation or why you can't see to run the relevant commands. The mojosetup is in this location:
/opt/cloudera/installer/.mojosetup