Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

runInstaller -silent not working for AIX 19c database

I'm trying to do a silent 19c oracle home cloning using the script below in AIX 7.1

./runInstaller -silent -debug -force \

oracle.install.option=INSTALL_DB_SWONLY \

UNIX_GROUP_NAME=oracle\

ORACLE_HOME=/oracle/1900_new \

ORACLE_BASE=/oracle \

oracle.install.db.InstallEdition=EE \

oracle.install.db.DBA_GROUP=oracle\

oracle.install.db.OPER_GROUP=oracle\

oracle.install.db.OSBACKUPDBA_GROUP=oracle\

oracle.install.db.OSDGDBA_GROUP=oracle\

oracle.install.db.OSKMDBA_GROUP=oracle\

oracle.install.db.OSRACDBA_GROUP=oracle \

DECLINE_SECURITY_UPDATES=true


But it keeps prompting me to run rootpre.sh

Can anyone advise how to remove the rootpre.sh prompt?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center