Take the following steps in order to remove Data Protector from Linux machine :
- Run the following rpm command to list all the Data Protector packages installed on the system :
rpm -qa | grep OB2
2. Remove the packages listed above in the order shown :
rpm -e<package_name>
were <package_name> is packages names you got on step (1)
Example:
root@hostname# rpm -qa | grep OB2
OB2-CORE-A.09.00-1.x86_64
And to remove the package run :
root@hostname# rpm -e OB2-SODA-A.09.00-1.x86_64
3. After you complete uninstall all DP packages start remove the remaining directories using the rm command:
rm -fr /var/opt/omni
rm -fr /etc/opt/omni
rm -fr /opt/omni
At this stage, Data Protector references should no longer reside on your system.