6.3

Table Of Contents
n
You cannot open the product interface from a remote collector node, but you can open the
administration interface.
n
For supported Web browsers, see the vRealize Operations Manager Release Notes for your version.
Uninstall vRealize Operations Manager from Linux
This release of vRealize Operations Manager for Linux does not include a clean uninstall option. To remove
the product, you run the uninstall command and manually remove the remaining artifacts that
vRealize Operations Manager installs.
Prerequisites
Log in to the console as root, in vCenter Server or by direct access. In vCenter Server, use Alt+F1 to access
the login prompt.
For security, vRealize Operations Manager remote terminal sessions are disabled by default.
Procedure
1 Uninstall the product by running the following command:
/usr/bin/sh /usr/lib/vmware-vcopssuite-installsupport/_vRealize\ Operations\ Manager\
Enterprise_installation/Uninstall\ vRealize\ Operations\ Manager\ Enterprise -i silent
Alternatively, if you are removing the Beta version, run the following command:
/usr/bin/sh /usr/lib/vmware-vcopssuite-installsupport/_vCenter\ Operations\ Manager\
Enterprise_installation/Uninstall\ vCenter\ Operations\ Manager\ Enterprise -i silent
2 Stop the HTTPD service by running the following command:
/sbin/service httpd stop
3 Remove the RPMs by running the following commands:
/bin/rpm -e --nodeps httpd
/bin/rpm -e --nodeps httpd-tools
/bin/rpm -e --nodeps VMware-Postgres
/bin/rpm -e --nodeps VMware-Postgres-libs
/bin/rpm -e --nodeps VMware-Postgres-osslibs
/bin/rpm -e --nodeps VMware-Postgres-osslibs-server
4 Remove the extra users and groups by running the following commands:
/usr/sbin/userdel -fr admin
/usr/sbin/userdel -fr postgres
/usr/sbin/groupdel admin
5 Remove the extra les and directories by running the following commands:
/bin/rm -rf /usr/lib/openssl/lib/libcrypto.so.10
/bin/rm -rf /usr/lib/openssl/lib/libssl.so.10
/bin/rm -rf /usr/lib/openssl/lib/
/bin/rm -rf /usr/lib/openssl/
/bin/rm -rf /usr/lib/vmware-vcopssuite-installsupport/.buildInfo.<build_number>
/bin/rm -rf /usr/lib/vmware-vcopssuite-installsupport/
/bin/rm -rf /etc/rc.d/*/*vmware-vcops-watchdog
/bin/rm -rf /etc/rc.d/*/*vmware-casa
/bin/rm -rf /etc/rc.d/*/*vmware-vcops
/bin/rm -rf /etc/rc.d/*/*vmware-vcops-web
/bin/rm -rf /etc/rc.d/*/*vmware-vcops-reboot-config
/bin/rm -rf /var/log/firstboot
vRealize Operations Manager Installation and Configuration Guide for Linux and Windows
88 VMware, Inc.