Oracle runInstaller 's Usage
Usage:
runInstaller [-options] [(
Where options include:
-clusterware oracle.crs,
Version of Cluster ready services installed.
-crsLocation
Used only for cluster installs, specifies the path to the crs home location. Specifying this overrides CRS information obtained from central inventory.
-invPtrLoc
Unix only. To point to a different inventory location. The orainst.loc file contains:
inventory_loc=
inst_group=<>
-jreLoc
Path where Java Runtime Environment is installed. OUI cannot be run without it.
-logLevel
To filter log messages that have a lesser priority level than
-paramFile
Specify location of oraparam.ini file to be used by OUI.
-responseFile
Specifies the response file and path to use.
-sourceLoc
To specify the shiphome location.
-addLangs
To add new languages to an already installed product.
-addNode
For adding node(s) to the installation.
-attachHome
For attaching homes to the OUI inventory.
-cfs
Indicates that the Oracle home specified is on cluster file system (shared). This is mandatory when '-local' is specified so that Oracle Universal Installer can register the home appropriately into the inventory.
-clone
For making an Oracle Home copy match its current environment.
-debug
For getting the debug information from OUI.
-deinstall
For deinstall operations.
-detachHome
For detaching homes from the OUI inventory without deleting inventory directory inside Oracle home.
-enableRollingUpgrade
Used in cluster environment, to enable upgrade of a product on a subset of nodes (on which the product was installed).
-executeSysPrereqs
Execute system pre-requisite checks and exit.
-force
Allowing silent mode installation into a non-empty directory.
-help
Displays above usage.
-ignorePatchConflicts
Ignore all conflicts with existing interim patches during an upgrade. The conflicting interim patches are removed from the home.
-ignoreSysPrereqs
For ignoring the results of the system pre-requisite checks.
-local
Performs the operation on the local node irrespective of the cluster nodes specified.
-printdiskusage
Log debug information for disk usage.
-printmemory
Log debug information for memory usage.
-printtime
Log debug information for time usage.
-record -destinationFile
For record mode operation, information is recorded in the destination file path.
-removeallfiles
For removing the home directory after deinstallation of all the components.
-removeAllPatches
Remove all interim patches from the home
-silent
For silent mode operations, the inputs can be a response file or a list of command line variable value pairs.
-updateNodeList
For updating node list for this home in the OUI inventory.
-waitforcompletion
For windows. setup.exe will wait for completion instead of spawning the java engine and exiting.
-nobackground
Do not show background image
-noclusterEnabled
No cluster nodes specified.
-noconsole
For suppressing display of messages to console. Console is not allocated.
-nowarningonremovefiles
To disable the warning message before removal of home directory.
-nowait
For windows. Do not wait for user to hit Enter on the console after the task (install etc.) is complete.
-formCluster
To install the Oracle clusterware in order to form. the cluster.
-remotecp
Unix specific option. Used only for cluster installs, specifies the path to the remote copy program on the local cluster node.
-remoteshell
Unix specific option. Used only for cluster installs, specifies the path to the remote shell program on the local cluster node.
Command Line Variables Usage
Command line variables are specified using
[ session: | compName: | compName:version: ]variableName=" valueOfVariable"]
Session/Installer variables are specified using:
[session:]varName=value
Ex 1: session:ORACLE_HOME_NAME="OraHome"
Ex 2: ORACLE_HOME_NAME="OraHome"
The lookup order is session:varName then just varName. The session prefix is used to avoid ambiguity.
Component variables are specified using:
[compInternalName:[Version:]]varName
Ex 1: oracle.comp1:1.0.1:varName="VarValue"
Ex 2: oracle.comp1:varName="VarValue"
The lookup order is compInternalName:Version:varName, then compInternalName:varName, then just varName.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7364032/viewspace-426910/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle JRE issue using runInstallerOracle
- [Oracle Script] Temporary Sort UsageOracle
- [Oracle Script] Rollback Segment UsageOracle
- Oracle NUMA usage recommendationOracle
- [Oracle Script] check tablespace usage infoOracle
- [Oracle Script] check temp tablespace usageOracle
- [Oracle Script] Undo Usage Per statusOracle
- [Oracle Script] Undo Usage Per sessionOracleSession
- Oracle 11g tablespace usageOracle
- Oracle NUMA Usage Recommendation [ID 759565.1]Oracle
- V$TEMPSEG_USAGE與Oracle排序Oracle排序
- OMF (Oracle Managed Files) Usage for Datafiles [ID 137482.1]Oracle
- ORACLE安裝./runInstaller報"You are attempting to install 64-bitOracle
- dnsjava usageDNSJava
- 執行runInstaller沒有介面彈出
- costume GIT usage for meGit
- solaris 10 disksuite usageUI
- table type usage sample:
- Oracle10g新增的檢視dba_tablespace_usage_metricsOracle
- oracle10.2.0.4(經10.2.0.1升級)利用runInstaller silent方式刪除oracle軟體相關錯誤Oracle
- Oracle's ParallelOracleParallel
- BlockRecover Restrictions and Usage NotesBloCREST
- Clear Case usage tips
- MySQL, Incorrect usage of UNION and ORDER BYMySql
- AIX: Determining Oracle Memory Usage On AIX (Doc ID 123754.1)AIOracle
- Oracle OCP 1Z0 053 Q9(DBMS_SPACE.SPACE_USAGE)Oracle
- [Shell] Linux monitor tablespace usageLinux
- V$sort_usage, where is the definition?
- oracle9i 執行runInstaller 報錯symbol __libc_wait, version GLIBC_2.0OracleSymbolAI
- Oracle's V$ Views(轉)OracleView
- 4.Linux monitor tablespace usageLinux
- [Shell] Monitor filesystem usage & delete expire filedelete
- TOP Note: Solutions for Typical GI /RAC Database runInstaller Issues_1056713.1Database
- oracle global temporary table全域性臨時表_測試及v$tempseg_usageOracle
- 收藏What’s the Point of Oracle Checkpoints?Oracle
- Oracle DBA's Road.Oracle
- Oracle’s NOLOGGINGOracle
- Oracle歸檔日誌使用情況: v$recovery_file_dest and v$recovery_area_usage.Oracle