Oracle 9i / AIX 5.3 : OUI -detachHome fails OS version check.
Oracle 9i running on AIX 5.3 (5300-12-06-1216, to be exact). I want to reinstall OEM 12c agent. Since there was a partial install already the new install fails since the ORACLE_HOME is registered in Inventory. I want to detach using:
$ORACLE_HOME/oui/bin/runInstaller -detachHome ORACLE_HOME="<oracle_home_of_agent>"
But it returns with:
Checking installer requirements...
Checking operating system version: must be 5.1.0.0
Failed <<<<
Is there a workaround for this? I tried IGNORE_PREREQ=TRUE and got the same result. Can I just delete it from the .../ContentsXML/inventory.xml file manually and carry on with install?