I installed Weblogic, the required patch and then Grid Control on a Linux (RHEL 5.5) server. Unfortunately, my instructions did not have the -d64 tag to allow for 64 bit installation and I have to uninstall Grid Control and WebLogic then reinstall.
Their documentation for uninstalling leaves a lot to be desired and I had no less than 5 errors during the process. My basic question is "How can I verify that I have deleted everything from WebLogic and Grid Control?" This includes repositories.
Below is a basic overview of what I was given as instructions:
1. <ORACLE_HOME>/bin/omsca delete -full Errored
OMSCA-ERR:Admin server is down. Full option requires admin server up
/bin/emctl stop agent No Error
- /sysman/admin/emdrep/bin/RepManager
-action dropall -dbUser -dbPassword
-dbRole -reposName -reposPassword
-mwHome -mwOraHome -oracleHome
Could not get above command to work at all
Ran the following: DROP USER sysman CASCADE; DROP PUBLIC SYNONYM setemviewusercontext; DROP ROLE mgmt_user; DROP PUBLIC SYNONYM mgmt_target_blackouts; DROP USER mgmt_view;
emca -deconfig all db -repos drop
Manually delete the data files mgmt.dbf and mgmt_ecm_depot1.dbf from the Oracle home of the database. Done
$/oui/bin/runInstaller -removeallfiles Done
/etc/rc.d/ directory. For example, /etc/rc.d/rc3.d/S98gcstartup. No clarity on which files to delete!
Note that instructions show no information on how to uninstall WLS! Ran:
USER=oracle1 SID=emrep PATH=/home/oracle/Middleware/wlserver_10.3/uninstall $./uninstall.sh