安裝11.2.0.1資料庫軟體報[FATAL] [INS-32035] Unable to create
11.2.0.1靜默安裝資料庫軟體報錯:
[FATAL] [INS-32035] Unable to create a new central inventory directory : /u01/app/oraInventory.
CAUSE: The central inventory location provided is not empty.
ACTION: Please provide another location for the inventory, or clean up the current location.
解決:
rm -rf /u01/app/oraInventory/*
vi /etc/oraInst.loc
inventory_loc=/u01/app/oraInventory
inst_group=oinstall
chown oracle:oinstall /etc/oraInst.loc
chmod 664 /etc/oraInst.loc
該問題其實就是Oracle的bug 。
另外給出靜默安裝11.2.0.1版本資料庫軟體的指令碼:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/soft/database_11201/runInstaller -silent -
force
-noconfig -IgnoreSysPreReqs -ignorePrereq \
oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0 \
oracle.install.
option
=INSTALL_DB_SWONLY \
DECLINE_SECURITY_UPDATES=
true
\
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/u01/app/oraInventory \
SELECTED_LANGUAGES=en,zh_CN \
ORACLE_HOME=/u01/app/oracle/product/11.2.0.1/dbhome_1 \
ORACLE_BASE=/u01/app/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=
false
\
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
SECURITY_UPDATES_VIA_MYORACLESUPPORT=
false
\
ORACLE_HOSTNAME=OCPLHR
|
11.2.0 Silent Install Fails With INS-32035 Error (文件 ID 1062929.1)
In this Document
|
Symptoms |
|
Changes |
|
Cause |
|
Solution |
|
References |
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
APPLIES TO:
Oracle Database - Enterprise Edition - Version 11.2.0.1 to 11.2.0.4 [Release 11.2]
Information in this document applies to any platform.
SYMPTOMS
You are attempting to do a silent install of Database 11.2.0 and receive an error similar to the following...
[FATAL] [INS-32035] Unable to create a new central inventory at the specified location.
CAUSE: The central inventory location provided is not empty.
ACTION: Please provide another location for the inventory, or clean up the current location.
CHANGES
An interactive GUI install works fine, but silent install fails with INS-32035 error. You are using a response file OR passing the parameters on the command line to runInstaller.
CAUSE
There is an 11.2.0 bug with silent install,
, when the parameter INVENTORY_LOCATION is used to override the default location.
SOLUTION
To resolve the issue, ensure you have a valid oraInst.loc file (/etc/oraInst.loc or /var/opt/oracle/oraInst.loc depending on your OS platform) and omit the INVENTORY_LOCATION parameter from the command line or response file. For example, if you were using a command similar to the following...
./runInstaller -silent -debug -force \
FROM_LOCATION=/stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
INVENTORY_LOCATION=/u01/app/oraInventory \
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 \
ORACLE_HOME_NAME="OraDb11g_Home1" \
ORACLE_BASE=/u01/app/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=false \
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
DECLINE_SECURITY_UPDATES=true
...then modify the command to...
./runInstaller -silent -debug -force \
FROM_LOCATION=/stage/products.xml \
oracle.install.option=INSTALL_DB_SWONLY \
UNIX_GROUP_NAME=oinstall \
ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1 \
ORACLE_HOME_NAME="OraDb11g_Home1" \
ORACLE_BASE=/u01/app/oracle \
oracle.install.db.InstallEdition=EE \
oracle.install.db.isCustomInstall=false \
oracle.install.db.DBA_GROUP=dba \
oracle.install.db.OPER_GROUP=dba \
DECLINE_SECURITY_UPDATES=true
REFERENCES
- SILENT INSTALLATION NOT WORKING WITH OR WITHOUT RESPONSE FILE
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31547066/viewspace-2647823/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 靜默安裝11.2.0.1資料庫軟體報[FATAL] [INS-32035] Unable to create資料庫
- Fatal error in launcher: Unable to create process using '"'Error
- 安裝Oracle資料庫軟體./runInstall 圖形安裝介面報錯Oracle資料庫
- RAC之資料庫軟體安裝資料庫
- Oracle安裝軟體及建立資料庫(字元安裝方式)Oracle資料庫字元
- 安裝 Oracle 軟體並構建資料庫Oracle資料庫
- 免安裝oracle軟體連線oracle資料庫Oracle資料庫
- 使用sqlplus連線資料庫報ORA-09925: Unable to create audit trail fileSQL資料庫AI
- oracle 11g資料庫軟體靜默安裝Oracle資料庫
- 【配置安裝】靜默安裝Oracle資料庫軟體12c&19cOracle資料庫
- Linux 無許可權建立資料夾( 報錯:Unable to create ... directory.)Linux
- 【ERROR】win2003安裝oracle10g報錯 unable to create an item...ErrorOracle
- 2 Day DBA-介紹-安裝Oracle資料庫軟體Oracle資料庫
- 環境1-oracle10G資料庫軟體安裝Oracle資料庫
- Oracle 10g資料庫軟體安裝和升級Oracle 10g資料庫
- 12c 應答方式安裝 (一)資料庫軟體資料庫
- 【oracle】靜默安裝oracle軟體和資料庫之三Oracle資料庫
- 【oracle】靜默安裝oracle軟體和資料庫之二Oracle資料庫
- 【oracle】靜默安裝oracle軟體和資料庫之一Oracle資料庫
- 靜默方式安裝、升級oracle(三): 升級資料庫軟體及資料庫Oracle資料庫
- ubuntu安裝軟體出現Unable to locate package錯誤解決UbuntuPackage
- 安裝CentOS4.8 ORACLE 10g軟體 資料庫建立CentOSOracle 10g資料庫
- Oracle 11g靜默安裝軟體+手工建立資料庫Oracle資料庫
- 安裝grid軟體報錯
- 使用Xmanager軟體遠端呼叫圖形化安裝Oracle資料庫Oracle資料庫
- oracle資料庫安裝軟體到88%時,停著不動了Oracle資料庫
- [FATAL] [INS-32012] Unable to create directory: /u01/app/19.3.0/grid,APP
- solaris x86安裝ORACLE 11.2.0.3軟體時因SWAP不足報錯: INFO: ld: fatal: mmap anon failedOracleAI
- Unable to create git index lockGitIndex
- 11gR2 靜默安裝RAC 叢集和資料庫軟體資料庫
- 【DBCA -SILENT】靜默方式安裝11gR2 oracle資料庫軟體Oracle資料庫
- MongoDB資料庫安裝MongoDB資料庫
- Redis 資料庫安裝Redis資料庫
- oricle資料庫安裝資料庫
- GreenPlum資料庫安裝資料庫
- oracle資料庫安裝Oracle資料庫
- 安裝HBase資料庫資料庫
- Mongo資料庫安裝Go資料庫