To uninstall Cloudera Manager Agent and managed software, stop the Cloudera Manager
Agent on all hosts, remove the parcel installation, and run the clean
command.
Do the following on all Agent hosts:
-
Stop the Cloudera Manager Agent.
sudo systemctl stop supervisord
- To uninstall managed software, run the following
commands:
RHEL:
$ sudo yum remove
'cloudera-manager-*'
Too difficult/impossible to hide entire
rows and columns in this table, so I adding it to a draft comment for
future use when packages and other OS's are supported. For DC 7.0 we
only have RHEL compatible and Runtime parcel installs.
- RHEL
-
sudo yum remove 'cloudera-manager-*'
- SLES
-
sudo zypper remove 'cloudera-manager-*'
- Ubuntu
-
sudo apt-get purge 'cloudera-manager-*'
- Run the
clean
command:
- RHEL
-
sudo yum clean all
- SLES
-
sudo zypper clean
- Ubuntu
-
sudo apt-get clean