Skip to main content

Ok, well, silent-ish =)

Going through the OAM install process can be tedious, and if you’re forced to run X over a shitty VPN, you’ll want to stab your eyes out waiting to type in a hostname or something. So try to do as much silently as possible. And guess what, I’m here to help! Here’s my notes from a silent install. The only part that you have to use a GUI for is the PSA and when you run config.sh. If anyone knows how to run either of those 2 silently, please let me know in the comments!

<start 1337 code>

sudo /opt/installers/iamsuite/Disk1/stage/Response/createCentralInventory.sh /opt/apps/inv oracle
/opt/installers/iamsuite/Disk1/runInstaller -silent -responseFile /opt/installers/responseFiles/oam-install.rsp -jreLoc /opt/apps/oracle/java/jdk1.7.0_79

(wait and tail the log file before continuing)

</end 1337 code>

 

Put this into the oam-install.rsp file:

<start 1337 response file>

[ENGINE]

#DO NOT CHANGE THIS.
Response File Version=1.0.0.0.0

[GENERIC]

#Set this to true if you wish to specify a directory where latest updates are downloaded. This option would use the software updates from the specified directory
SPECIFY_DOWNLOAD_LOCATION=false

#Set this to true to skip the Software updates
SKIP_SOFTWARE_UPDATES=true

#If the Software updates are already downloaded and available on your local system, then specify the path to the directory where these patches are available and set SPECIFY_DOWNLOAD_LOCATION to true
SOFTWARE_UPDATES_DOWNLOAD_LOCATION=

#Provide the complete path of the Oracle Home. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character.
ORACLE_HOME=/opt/apps/oracle/Middleware/Oracle_IDM1

#Provide the complete path to a valid Middleware Home.
MIDDLEWARE_HOME=/opt/apps/oracle/Middleware

#Give the list of complete paths of all the valid Middleware Homes existing on the system.
MIDDLEWARE_HOME_LIST=mwHome_List

#Provide true/false value depends on the given Middleware Home location is Valid or Not.
IS_VALID_MIDDLEWARE_HOME=true
[SYSTEM] [APPLICATIONS] [RELATIONSHIPS]

</end 1337 response file>

 

No more popup X gui that lags like CoD over a 2400bps modem just to copy some binaries =)