Install the Oracle Cluster Manager 9.2.0.7 Patch
RAC Only: Install the Oracle Cluster Manager 9.2.0.7 Patch
Follow the steps in this section to install the Oracle Cluster Manager release 9.2.0.7 patch from a single node of the cluster.
[@more@]Note: You must install the Oracle Cluster Manager patch and configure Oracle Cluster Manager before you install the Oracle9i release 2 Database patch set.Only one instance of Oracle Cluster Manager can run per node. If the system has multiple Oracle home directories, then make sure to apply the patch to the Oracle home directory where Oracle Cluster Manager is installed. |
To install the Oracle Cluster Manager release 9.2.0.7 patch:
Log in to an RAC node as the
oracle
user.If you are not installing the software on the local system, enter the following command to direct X applications to display on the local system:
Bourne, Bash, or Korn shell:
$ DISPLAY=
local_host
:0.0 ; export DISPLAYC shell:
% setenv DISPLAY
local_host
:0.0
In this example,
local_host
is the host name or IP address of the system that you want to use to display the Installer (your workstation or PC).Ensure that the
ORACLE_HOME
environment variable is set correctly.Change directory to the
Disk1
directory where you unpacked the patch set file.Start the Installer as follows:
Note:
Make sure that you run the Installer from theDisk1/oracm
directory, and not from theDisk1
directory.$ ./oracm/runInstaller
The Welcome screen appears.
Click Next.
The Specify File Locations screen appears.
Specify the Oracle home name and path, then click Next.
Verify the information displayed, then click Install.
The Oracle Cluster Manager patch will install the latest OUI on the primary node. After the software has been installed, the End of Installation screen appears.
Enter the following commands where oracle_home is the Oracle home where you installed Oracle Universal Installer 10.1.0.4:
$ cd oracle_home/oui/bin $ ./runInstaller -updateNodeList -noClusterEnabled -local ORACLE_HOME=$ORACLE_HOME CLUSTER_NODES=node1,node2,node3
Click Exit, then click Yes to exit from the Installer.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-996844/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SDK Manager:failed to installAI
- ORA-15137: The ASM cluster is in rolling patch stateASM
- Redis Manager 建立 Redis Cluster —— Docker 安裝RedisDocker
- Redis Manager 建立 Redis Cluster —— 機器安裝Redis
- Oracle Critical Patch Update for October 2022Oracle
- 【mos 1265700.1】Oracle Patch Assurance - Data Guard Standby-First Patch ApplyOracleAPP
- Oracle Cluster Time ManagementOracle
- 2.7 Overview of Oracle Resource Manager in a CDBViewOracle
- Oracle ASM Cluster File Systems (ACOracleASM
- ORACLE ONLINE PATCH & ORA-00600[kcbgtcr_13]Oracle
- Spark不同Cluster Manager下的資料本地性表現Spark
- Oracle cluster table(1)_概念介紹Oracle
- Split Brain in Oracle Clusterware and Real Application ClusterAIOracleAPP
- Centos7.2_Oracle12.1.0.2_RAC_installCentOSOracle
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- oracle net manager 資料傳輸安全Oracle
- oracle 之 CLUSTER_INTERCONNECTS is not set to the recommended valueOracle
- Oracle 11g RAC Silent Install For NFSOracleNFS
- Oracle Linux 7.1 silent install 19cOracleLinux
- 14_深入解析Oracle table cluster結構Oracle
- Oracle Linux 7.1 silent install 19C RACOracleLinux
- 打 patch 報錯:corrupt patch at line 36
- 如何使用git 生成patch 和打入patchGit
- LINUX 的patch 製作,及打patchLinux
- Android Studio ERROR: Installed Build Tools revision 34.0.0 is corrupted. Remove and install again using the SDK Manager.AndroidErrorUIREMAI
- Diff and Patch
- oracle 19c dataguard silent install (oracle 19c dataguard 靜默安裝)Oracle
- 2.3.3.4 Application PatchAPP
- oracle RAC dbca的時候報錯提示cluster nodes are not accessibleOracle
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- Oracle RAC 第二節點打補丁報錯 oui-patch.xml (Permission denied)OracleUIXML
- oracle 12C RAC 12.1.0.2 叢集日誌(cluster log)目錄Oracle
- centos環境下kvm虛擬機器之virt-install和virsh及virt-manager工具的使用CentOS虛擬機
- openGauss 支援SQL-PATCHSQL
- Some notes about patch workflows
- 如何編寫 iOS PatchiOS
- OGG:manager
- semantic-ui@2.4.2 install: `gulp install`UI
- go install: no install location for directory outside GOPATHGoIDE