Hello everyone,
I keep on receiving errors about my response file when trying to install 12c database software silently. Take a look at my response db_install.rsp file and see what you guys think. Perhaps a second "eye" will help me out here.
oracle.install.option=INSTALL_DB_SWONLY
ORACLE_HOSTNAME=oracleserver
UNIX_GROUP_NAME=oinstall
INVENTORY_LOCATION=/u01/app/oraInventory
ORACLE_HOME=/u01/app/oracle/product/12.1.0/db_1
ORACLE_BASE=/u01/app/oracle
oracle.install.db.InstallEdition=EE
oracle.install.db.DBA_GROUP=dba
oracle.install.db.OPER_GROUP=oper
oracle.install.db.BACKUPDBA_GROUP=backupdba
oracle.install.db.DGDBA_GROUP=dgdba
This is the error that I receive when trying to execute:
./runInstaller -silent -ignoreSysPrereqs -responseFile /u01/app/oracle/oracle-software/database/db_install.rsp
[oracle@oracleserver database]$ ./runInstaller -silent -ignoreSysPrereqs -responseFile /u01/app/oracle/oracle-software/database/db_install.rsp
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 500 MB. Actual 12446 MB Passed
Checking swap space: 0 MB available, 150 MB required. Failed <<<<
>>> Ignoring required pre-requisite failures. Continuing...
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2015-10-23_02-14-11PM. Please wait ...[oracle@oracleserver database]$ [FATAL] [INS-10105] The given response file /u01/app/oracle/oracle-software/database/db_install.rsp is not valid.
CAUSE: Syntactically incorrect response file. Either unexpected variables are specified or expected variables are not specified in the response file.
ACTION: Refer the latest product specific response file template
SUMMARY:
- cvc-complex-type.2.4.b: The content of element 'properties' is not complete. One of '{oracle.install.responseFileVersion, oracle.install.db.ConfigureAsContainerDB, SELECTED_LANGUAGES, oracle.install.db.rac.configurationType, oracle.install.db.rac.serverpoolName, oracle.install.db.rac.serverpoolCardinality, oracle.install.db.CLUSTER_NODES, oracle.install.db.isRACOneInstall, oracle.install.db.racOneServiceName, oracle.install.db.KMDBA_GROUP, oracle.install.IsBuiltInAccount, oracle.install.OracleHomeUserName, oracle.install.OracleHomeUserPassword, oracle.install.db.config.starterdb.type, oracle.install.db.config.starterdb.SID, oracle.install.db.config.starterdb.globalDBName, oracle.install.db.config.PDBName, oracle.install.db.config.pdbName, oracle.install.db.config.starterdb.characterSet, oracle.install.db.config.starterdb.memoryLimit, oracle.install.db.config.starterdb.installExampleSchemas, oracle.install.db.config.starterdb.memoryOption, oracle.install.db.config.starterdb.storageType, oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation, oracle.install.db.config.starterdb.fileSystemStorage.dataLocation, oracle.install.db.config.starterdb.password.ALL, oracle.install.db.config.starterdb.password.SYS, oracle.install.db.config.starterdb.password.DBSNMP, oracle.install.db.config.starterdb.password.SYSTEM, oracle.install.db.config.starterdb.password.PDBADMIN, oracle.install.db.config.starterdb.managementOption, oracle.install.db.config.starterdb.omsHost, oracle.install.db.config.starterdb.omsPort, oracle.install.db.config.starterdb.emAdminUser, oracle.install.db.config.starterdb.emAdminPassword, oracle.install.db.config.starterdb.walletPassword, oracle.install.db.config.starterdb.enableRecovery, oracle.install.db.config.asm.diskGroup, oracle.install.db.config.asm.ASMSNMPPassword, SECURITY_UPDATES_VIA_MYORACLESUPPORT, DECLINE_SECURITY_UPDATES, MYORACLESUPPORT_USERNAME, MYORACLESUPPORT_PASSWORD, PROXY_PORT, PROXY_HOST, PROXY_USER, PROXY_PWD, PROXY_REALM, COLLECTOR_SUPPORTHUB_URL, AUTOUPDATES_MYORACLESUPPORT_USERNAME, AUTOUPDATES_MYORACLESUPPORT_PASSWORD, oracle.installer.autoupdates.option, oracle.installer.autoupdates.downloadUpdatesLoc}' is expected.
A log of this session is currently saved as: /tmp/OraInstall2015-10-23_02-14-11PM/installActions2015-10-23_02-14-11PM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location.
Thank you for taking a look at this guys, much appreciated.