Manually uninstalling agents from UNIX and Linux computers
Important
This version of Operations Manager has reached the end of support, we recommend you to upgrade to Operations Manager 2022.
There are three ways to uninstall the UNIX and Linux management packs and agents.
Delete selected UNIX or Linux system management packs from the Operations Manager Operations Console.
Delete an agent from Operations Manager, and uninstall the agent from the monitored computer. It will be uninstalled first from the UNIX or Linux computer.
Delete the agent from Operations Manager without uninstalling it on the UNIX or Linux host.
Use the following procedures to uninstall agents.
To delete an agent with the UNIX Linux Agent Uninstall Wizard
- For more information, see Upgrading and Uninstalling Agents on UNIX and Linux Computers.
After the UNIX or Linux computer has been deleted from the list of monitored computers, you must log on to the monitored computer and manually uninstall the agent. Use the following procedures to manually uninstall agents from UNIX and Linux computers.
To uninstall the agent from Red Hat enterprise Linux and SUSE Linux enterprise servers
Log on as the root user, and uninstall the agent by typing
rpm -e scx
To verify that the package is uninstalled, type
rpm -q scx
To uninstall the agent from RPM based Universal Linux servers (Oracle and Centos)
Log on as the root user, and uninstall the agent by typing
rpm -e scx
To verify that the package is uninstalled, type
rpm -q scx
To uninstall the agent from DEB based Universal Linux servers (Debian and Ubuntu)
Log on as the root user, and uninstall the agent by typing
dpkg -P scx
To verify that the package is uninstalled, type
dpkg -l scx
To uninstall the agent from Solaris computers
Log on as the root user, and uninstall the agent by typing
pkgrm MSFTscx
To verify that the package is uninstalled, type
pkginfo -I MSFTscx
To uninstall the agent from HP-UX
Log on as the root user, and uninstall the agent by typing
swremove scx
To verify that the package is uninstalled, type
swlist scx
To uninstall the agent from IBM AIX
Log on as the root user, and uninstall the agent by typing
installp -u scx
To verify that the package is uninstalled, type
lslpp -L scx.rte
Next steps
For more information on how to install the agent and understand the steps for signing the agent certificate, see Install Agent and Certificate on UNIX and Linux Computers Using the Command Line.
To learn how to configure object discovery rules and disable discovery of a specific object, see Applying Overrides to Object Discoveries.
To understand how to perform agent maintenance on UNIX and Linux computers, see Upgrading and Uninstalling Agents on UNIX and Linux Computers.