SlideShare a Scribd company logo
1 of 36
Download to read offline
step by step install oracle 10gR2 rac
       +ASM on windows using vmware
操作系统 : windows 2003 server 企业版
安 装 软 件 包 :10G 集 群 软 件 包 10201_clusterware_win32.zip 数 据 库 软 件 包
10201_database_win32.zip

1.安装第一个节点 windows 2003 虚拟机 .....................................................................................1
2.编辑 c:windowssystem32driversetchosts.................................................................................2
3.设置两个网卡 ip 地址...................................................................................................................3
4.配置共享磁盘................................................................................................................................3
5.安装另外个节点 2.......................................................................................................................11
6.启动两个节点后 看互相是否能 ping 通...................................................................................11
7.安装 clustware 集群软件 ............................................................................................................12
8. Install the Database Software and Create an ASM Instance .......................................................27
9.dbca 创建集群数据库 ................................................................................................................36




1.安装第一个节点 windows 2003                                                        虚拟机

 用 vmware 添加 5 块虚拟硬盘,
 1,2 两块做 ocr 和 voting disk, 3,4,5 三块做 asm 存储,并且添加一块网卡

1.在虚拟机配置文件中 rac1.vmx 文件 加入以下内容 设定两节点可以

    共享磁盘

disk.locking = "FALSE"
diskLib.dataCacheMaxSize = "0"
diskLib.dataCacheMaxReadAheadSize = "0"
diskLib.dataCacheMinReadAheadSize = "0"
diskLib.dataCachePageSize = "4096"
diskLib.maxUnsyncedWrites = "0"

scsi1.present = "TRUE"
scsi1.virtualDev = "lsilogic"
scsi1.sharedBus = "VIRTUAL"

scsi1:1.present = "TRUE"
scsi1:1.mode = "independent-persistent"
scsi1:1.fileName = "e:sharedocr.vmdk"
scsi1:1.deviceType = "Disk"
scsi1:1.redo = ""

scsi1:2.present = "TRUE"
scsi1:2.mode = "independent-persistent"
scsi1:2.fileName = "e:sharedvotingdisk.vmdk"
scsi1:2.deviceType = "Disk"
scsi1:2.redo = ""

scsi1:3.present = "TRUE"
scsi1:3.mode = "independent-persistent"
scsi1:3.fileName = "e:sharedasm1.vmdk"
scsi1:3.deviceType = "Disk"
scsi1:3.redo = ""

scsi1:4.present = "TRUE"
scsi1:4.mode = "independent-persistent"
scsi1:4.fileName = "e:sharedasm2.vmdk"
scsi1:4.deviceType = "plainDisk"
scsi1:4.redo = ""

scsi1:4.present = "TRUE"
scsi1:4.mode = "independent-persistent"
scsi1:4.fileName = "e:sharedasm3.vmdk"
scsi1:4.deviceType = "Disk"
scsi1:4.redo = ""




2.编辑 c:windowssystem32driversetchosts

  加入以下内容
127.0.0.1     localhost
# Public
192.168.3.152 rac1.localdomain rac1
192.168.3.155 rac1.localdomain rac2
#Private
192.168.0.101  rac1-priv.localdomain rac1-priv
192.168.0.102  rac2-priv.localdomain rac2-priv
#Virtual
192.168.2.111  rac1-vip.localdomain rac1-vip
192.168.2.112  rac2-vip.localdomain rac2-vip
3.设置两个网卡 ip 地址

         Rac1 节点 public 为 192.168.3.152,Private 为 192.168.0.101

        设置完成后,点 网上邻居 右键属性 菜单栏上的 高级设置

        选择适配器与绑定 把 public 的 list 放到最前面


4.配置共享磁盘

  设置共享盘自动加载
  C:diskpart
  Diskpart>automount enable
  Diskpart>exit
  When the server restarts, open the "Computer Management" dialog (Start > All Programs >
  Administrative Tools > Computer Management) and click on the Disk Management tree
  node. This action should initiate the "Initialize and Convert Disk Wizard". Click the "Next"
  button to continue.




Iinitialize all 5 disks by clicking the "Next" button.
Don't convert any of the disks. Make sure all 5 disks are unchecked, then "Next" button.




Complete the process by clicking the "Finish" button.
Right-click on "Disk 1" and select the "New Partition..." option to start the "New Partition
  Wizard".




Click the "Next" button to continue.
Select the "Extended partition" option, then click the "Next" button.




Accept the default partition size by clicking the "Next" button.
Complete the partition by clicking the "Finish" button.




The partition will now be displayed with a green bar. Right-click on the partition and select the
"New Logical Drive" option to restart the "New Partition Wizard".
Click the "Next" button to continue.




Accept the "Logical drive" option by clicking the "Next" button.
Accept the default partition size by clicking the "Next" button.




Select the "Do not assign a drive letter or drive path" option, then click the "Next" button.
Select the "Do not format this partition" option, then cclick the "Next" buttonhe "Next"




                                                                                  butto
Complete the logical drive by clicking the "Finish" button.
The drive should now be displayed as a healthy drive with a blue bar.
Repeat the previous partitioning steps for the remaining 4 disks.
The shared disks are now configured.




5.安装另外个节点 2

    关闭这个虚拟机 复制一份 改名为 rac2 修改机器名 为 rac2
    public 网卡地址为 192.168.3.155 私有网卡为 192.168.0.102 在启动虚拟机 RAC2 时选
    择 copy it 按钮



6.启动两个节点后 看互相是否能 ping 通

ping -c 3 rac2-priv
ping –c 3 rac1-priv
ping –c 3 rac1
ping –c 3 rac2

和访问默认共享是否可以
192.168.3.155c$
192.168.3.152c$
在做 rac 安装时 远程复制需要用上
7.安装 clustware 集群软件

Start the RAC1 and RAC2 virtual machines. The Oracle Clusterware for Windows is very
sensitive, so before you start, check the network connection setup on each machine again.
Remove and extra network adapters, rename the connections appropriately and check the
nodes ping correctly. Make sure your network configuration matches the Checking Network
Requirements section of the documentation.


Start the Oracle installer on RAC1.




On the "Welcome" screen, click the "Next" button.
Accept the default inventory location by clicking the "Next" button.




Enter the appropriate name and path for the Oracle Home and click the "Next" button.
Wait while the prerequisite checks are done. If you have any failures correct them and retry the
tests before clicking the "Next" button.
The "Specify Cluster Configuration" screen shows only the RAC1 node in the cluster. Click the
"Add" button to continue.




Enter the details for the RAC2 node and click the "OK" button.




Click the "Next" button to continue.
The "Specific Network Interface Usage" screen defines how each network interface will be
used. Highlight the "public" interface and click the "Edit" button.
Set the "public" interface type to "Public" and click the "OK" button.




Leave the "private" interface as private and click the "Next" button.




On the "Cluster Configuration Storage" screen, highlight disk 1 and click the "Edit" button.
Select the "Place OCR(Primary) on this Partition" option and click the "OK" button.




Highlight disk 2 and click the "Edit" button. Select the "Place Voting Disk on this Partition"
option and click the "OK" button.
On the "Cluster Configuration Storage" screen, click the "Next" button and ignore the
redundancy warnings by clicking the "OK" button.




On the "Summary" screen, click the "Install" button to continue.
Wait while the installation takes place.




Wait while the configuration assistants run.
The VIPCA will fail, so click the "OK" button on the resulting error screen.




Click the "Next" button and accept the subsequent warning, then click the "Exit" button to leave
the installer.
On the RAC1 virtual machine, run the VIPCA manually by issuing the following commands in a
command prompt.
cd c:oracleproduct10.2.0crsbin
vipca.bat
Click the "Next" button on the VIPCA welcome screen.
Highlight the "public" interface and click the "Next" button.




Enter the vitual IP alias and address for each node. Once you enter the first alias, the
remaining values should default automatically. Click the "Next" button to continue.
Accept the summary information by clicking the "Finish" button.




Wait until the configuration is complete, then click the "OK" button.
Accept the VIPCA results by clicking the "Exit" button.




The status of the finished cluster can be checked by running the cluvfy.bat script as shown
below.
C:oracleproduct10.2.0crsBIN>cluvfy.bat stage -post crsinst -n rac1,rac2

Performing post-checks for cluster services setup
Checking node reachability...
Node reachability check passed from node "rac1".
Checking user equivalence...
User equivalence check passed for user "Administrator".
Checking Cluster manager integrity...
Checking CSS daemon...
Daemon status check passed for "CSS daemon".
Cluster manager integrity check passed.
Checking cluster integrity...
Cluster integrity check passed
Checking OCR integrity...
Checking the absence of a non-clustered configuration...
All nodes free of non-clustered, local-only configurations.
Uniqueness check for OCR device passed.
Checking the version of OCR...
OCR of correct Version "2" exists.
Checking data integrity of OCR...
Data integrity check for OCR passed.
OCR integrity check passed.
Checking CRS integrity...
Checking daemon liveness...
Liveness check passed for "CRS daemon".
Checking daemon liveness...
Liveness check passed for "CSS daemon".
Checking daemon liveness...
Liveness check passed for "EVM daemon".
Checking CRS health...
CRS health check passed.
CRS integrity check passed.
Checking node application existence...
Checking existence of VIP node application (required)
Check passed.
Checking existence of ONS node application (optional)
Check passed.
Checking existence of GSD node application (optional)
Check passed.
Post-check for cluster services setup was successful.


C:oracleproduct10.2.0crsBIN>
8. Install the Database Software and Create an ASM

     Instance

Start the RAC1 and RAC2 virtual machines, login to RAC1 and start the Oracle installer.




On the "Welcome" screen, click the "Next" button.




Select the "Enterprise Edition" option and click the "Next" button.
Enter the name and path for the Oracle Home and click the "Next" button.




Select the "Cluster Installation" option and make sure both RAC nodes are selected, then click
the "Next" button.




Wait while the prerequisite checks are done. If you have any failures correct them and retry the
tests before clicking the "Next" button.
Select the "Configure Automatic Storage Management (ASM)" option, enter the SYS password
for the ASM instance, then click the "Next" button.
Select the "External" redundancy option (no mirroring) and click the "Stamp Disks..." button.




Select the "Add or change label" option and click the "Next" button.




Highlight disks 3-5 and click the "Next" button. Remember, disk0 is the OS, disk1 is the OCR
location and disk2 is the voting disk.
Confirm your selection by clicking the "Next" button




Complete the disk stamp by clicking the "Finish" button.
Select the candidate disks and click the "Next" button.




On the "Summary" screen, click the "Install" button to continue.
Wait while the database software installs.




Once the installation is complete, wait while the configuration assistants run
When the installation is complete, click the "Exit" button to leave the installer..




The database software installation and ASM creation step is now complete.
9.dbca 创建集群数据库

下面一步就是用 dbca 来创建数据库,选择集群和 asm 存储,data diskgroup 创建即可
完成

More Related Content

Viewers also liked

Oracle DB Performance Tuning Tips
Oracle DB Performance Tuning TipsOracle DB Performance Tuning Tips
Oracle DB Performance Tuning TipsAsanka Dilruk
 
Oracle database performance tuning
Oracle database performance tuningOracle database performance tuning
Oracle database performance tuningYogiji Creations
 
Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Kernel Training
 
Top 10 tips for Oracle performance (Updated April 2015)
Top 10 tips for Oracle performance (Updated April 2015)Top 10 tips for Oracle performance (Updated April 2015)
Top 10 tips for Oracle performance (Updated April 2015)Guy Harrison
 
Oracle sql high performance tuning
Oracle sql high performance tuningOracle sql high performance tuning
Oracle sql high performance tuningGuy Harrison
 
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Aaron Shilo
 
Oracle 10g Performance: chapter 00 statspack
Oracle 10g Performance: chapter 00 statspackOracle 10g Performance: chapter 00 statspack
Oracle 10g Performance: chapter 00 statspackKyle Hailey
 
SQL Tuning and VST
SQL Tuning and VST SQL Tuning and VST
SQL Tuning and VST Kyle Hailey
 
Message Queue (MQ) Testing
Message Queue (MQ) TestingMessage Queue (MQ) Testing
Message Queue (MQ) TestingUjjwal Gupta
 
Oracle 10g Performance: chapter 01 ash
Oracle 10g Performance: chapter 01 ashOracle 10g Performance: chapter 01 ash
Oracle 10g Performance: chapter 01 ashKyle Hailey
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsEnkitec
 
Oracle 10g rac_overview
Oracle 10g rac_overviewOracle 10g rac_overview
Oracle 10g rac_overviewRobel Parvini
 
Creating Queue Manager and Queue's in IBM WebSphere Mq
Creating Queue Manager and Queue's in IBM WebSphere MqCreating Queue Manager and Queue's in IBM WebSphere Mq
Creating Queue Manager and Queue's in IBM WebSphere MqRavi Babu
 
Sending and receiving messages in mq queues
Sending and receiving messages in mq queuesSending and receiving messages in mq queues
Sending and receiving messages in mq queuesRavi Babu
 
Database performance tuning and query optimization
Database performance tuning and query optimizationDatabase performance tuning and query optimization
Database performance tuning and query optimizationDhani Ahmad
 
Oracle 10g Performance: chapter 05 waits intro
Oracle 10g Performance: chapter 05 waits introOracle 10g Performance: chapter 05 waits intro
Oracle 10g Performance: chapter 05 waits introKyle Hailey
 
Database Performance Tuning Introduction
Database  Performance Tuning IntroductionDatabase  Performance Tuning Introduction
Database Performance Tuning IntroductionMyOnlineITCourses
 
Performance tuning and optimization (ppt)
Performance tuning and optimization (ppt)Performance tuning and optimization (ppt)
Performance tuning and optimization (ppt)Harish Chand
 
Websphere MQ admin guide
Websphere MQ admin guideWebsphere MQ admin guide
Websphere MQ admin guideRam Babu
 
Oracle 11g R2 RAC implementation and concept
Oracle 11g R2 RAC implementation and conceptOracle 11g R2 RAC implementation and concept
Oracle 11g R2 RAC implementation and conceptSantosh Kangane
 

Viewers also liked (20)

Oracle DB Performance Tuning Tips
Oracle DB Performance Tuning TipsOracle DB Performance Tuning Tips
Oracle DB Performance Tuning Tips
 
Oracle database performance tuning
Oracle database performance tuningOracle database performance tuning
Oracle database performance tuning
 
Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning Oracle Oracle Performance Tuning
Oracle Oracle Performance Tuning
 
Top 10 tips for Oracle performance (Updated April 2015)
Top 10 tips for Oracle performance (Updated April 2015)Top 10 tips for Oracle performance (Updated April 2015)
Top 10 tips for Oracle performance (Updated April 2015)
 
Oracle sql high performance tuning
Oracle sql high performance tuningOracle sql high performance tuning
Oracle sql high performance tuning
 
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
Exploring Oracle Database Performance Tuning Best Practices for DBAs and Deve...
 
Oracle 10g Performance: chapter 00 statspack
Oracle 10g Performance: chapter 00 statspackOracle 10g Performance: chapter 00 statspack
Oracle 10g Performance: chapter 00 statspack
 
SQL Tuning and VST
SQL Tuning and VST SQL Tuning and VST
SQL Tuning and VST
 
Message Queue (MQ) Testing
Message Queue (MQ) TestingMessage Queue (MQ) Testing
Message Queue (MQ) Testing
 
Oracle 10g Performance: chapter 01 ash
Oracle 10g Performance: chapter 01 ashOracle 10g Performance: chapter 01 ash
Oracle 10g Performance: chapter 01 ash
 
Oracle Performance Tuning Fundamentals
Oracle Performance Tuning FundamentalsOracle Performance Tuning Fundamentals
Oracle Performance Tuning Fundamentals
 
Oracle 10g rac_overview
Oracle 10g rac_overviewOracle 10g rac_overview
Oracle 10g rac_overview
 
Creating Queue Manager and Queue's in IBM WebSphere Mq
Creating Queue Manager and Queue's in IBM WebSphere MqCreating Queue Manager and Queue's in IBM WebSphere Mq
Creating Queue Manager and Queue's in IBM WebSphere Mq
 
Sending and receiving messages in mq queues
Sending and receiving messages in mq queuesSending and receiving messages in mq queues
Sending and receiving messages in mq queues
 
Database performance tuning and query optimization
Database performance tuning and query optimizationDatabase performance tuning and query optimization
Database performance tuning and query optimization
 
Oracle 10g Performance: chapter 05 waits intro
Oracle 10g Performance: chapter 05 waits introOracle 10g Performance: chapter 05 waits intro
Oracle 10g Performance: chapter 05 waits intro
 
Database Performance Tuning Introduction
Database  Performance Tuning IntroductionDatabase  Performance Tuning Introduction
Database Performance Tuning Introduction
 
Performance tuning and optimization (ppt)
Performance tuning and optimization (ppt)Performance tuning and optimization (ppt)
Performance tuning and optimization (ppt)
 
Websphere MQ admin guide
Websphere MQ admin guideWebsphere MQ admin guide
Websphere MQ admin guide
 
Oracle 11g R2 RAC implementation and concept
Oracle 11g R2 RAC implementation and conceptOracle 11g R2 RAC implementation and concept
Oracle 11g R2 RAC implementation and concept
 

Similar to Step By Step Install Oracle 10g Rac Asm On Windows

Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vmRon Morgan
 
Creating a windows dual node cluster v1.0
Creating a windows dual node cluster v1.0Creating a windows dual node cluster v1.0
Creating a windows dual node cluster v1.0Vinod Hanumantharayappa
 
OpenWRT manual
OpenWRT manualOpenWRT manual
OpenWRT manualfosk
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxAnar Godjaev
 
Manual 70-410 _Yves
Manual 70-410 _YvesManual 70-410 _Yves
Manual 70-410 _YvesYves Mukusa
 
Dual boot with a vhd final
Dual boot with a vhd finalDual boot with a vhd final
Dual boot with a vhd finalOsimondo
 
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Power System Operation
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210raman pattanaik
 
install k+dcan cable standard tools 2.12 on windows 10 64bit
install k+dcan cable standard tools 2.12 on windows 10 64bitinstall k+dcan cable standard tools 2.12 on windows 10 64bit
install k+dcan cable standard tools 2.12 on windows 10 64bitWORLD OBD2
 
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardLab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardVincent Claes
 
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程Jimmy Chang
 
The Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideThe Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideVeeam Software
 
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...Lorscheider Santiago
 
Oracle e business-suite_r12_installation_guide_step_by_step_on_linux
Oracle e business-suite_r12_installation_guide_step_by_step_on_linuxOracle e business-suite_r12_installation_guide_step_by_step_on_linux
Oracle e business-suite_r12_installation_guide_step_by_step_on_linuxmoh_arifay
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro GmbH
 
Rhel5 guide-i731
Rhel5 guide-i731Rhel5 guide-i731
Rhel5 guide-i731jarson2012
 
Microsoft Hardware Certification Kit (HCK) setup
Microsoft Hardware Certification Kit (HCK) setupMicrosoft Hardware Certification Kit (HCK) setup
Microsoft Hardware Certification Kit (HCK) setupYan Vugenfirer
 

Similar to Step By Step Install Oracle 10g Rac Asm On Windows (20)

Installation of oracle 12c RAC on linux vm
Installation of oracle 12c RAC  on linux vmInstallation of oracle 12c RAC  on linux vm
Installation of oracle 12c RAC on linux vm
 
Creating a windows dual node cluster v1.0
Creating a windows dual node cluster v1.0Creating a windows dual node cluster v1.0
Creating a windows dual node cluster v1.0
 
OpenWRT manual
OpenWRT manualOpenWRT manual
OpenWRT manual
 
Installing 12c R1 database on oracle linux
Installing 12c R1 database on oracle linuxInstalling 12c R1 database on oracle linux
Installing 12c R1 database on oracle linux
 
Manual 70-410 _Yves
Manual 70-410 _YvesManual 70-410 _Yves
Manual 70-410 _Yves
 
Dual boot with a vhd final
Dual boot with a vhd finalDual boot with a vhd final
Dual boot with a vhd final
 
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
Installation Errors PSCAD v4.2 PSCAD X4 (v4.3, v4.4, v4.5, v4.6)
 
Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210Fcm rapid-install-11122-1634210
Fcm rapid-install-11122-1634210
 
install k+dcan cable standard tools 2.12 on windows 10 64bit
install k+dcan cable standard tools 2.12 on windows 10 64bitinstall k+dcan cable standard tools 2.12 on windows 10 64bit
install k+dcan cable standard tools 2.12 on windows 10 64bit
 
Install
InstallInstall
Install
 
Metasploitable
MetasploitableMetasploitable
Metasploitable
 
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter boardLab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
Lab: Installation of Xilkernel on Xilinx Spartan 3E Starter board
 
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程
[文件] 華創造型SERVER安裝過程記錄 -V6R2016X 安裝流程
 
The Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideThe Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study Guide
 
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
 
Oracle e business-suite_r12_installation_guide_step_by_step_on_linux
Oracle e business-suite_r12_installation_guide_step_by_step_on_linuxOracle e business-suite_r12_installation_guide_step_by_step_on_linux
Oracle e business-suite_r12_installation_guide_step_by_step_on_linux
 
cynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guidecynapspro endpoint data protection - installation guide
cynapspro endpoint data protection - installation guide
 
Rhel5 guide-i731
Rhel5 guide-i731Rhel5 guide-i731
Rhel5 guide-i731
 
Ns-2.35 Installation
Ns-2.35 InstallationNs-2.35 Installation
Ns-2.35 Installation
 
Microsoft Hardware Certification Kit (HCK) setup
Microsoft Hardware Certification Kit (HCK) setupMicrosoft Hardware Certification Kit (HCK) setup
Microsoft Hardware Certification Kit (HCK) setup
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 

Step By Step Install Oracle 10g Rac Asm On Windows

  • 1. step by step install oracle 10gR2 rac +ASM on windows using vmware 操作系统 : windows 2003 server 企业版 安 装 软 件 包 :10G 集 群 软 件 包 10201_clusterware_win32.zip 数 据 库 软 件 包 10201_database_win32.zip 1.安装第一个节点 windows 2003 虚拟机 .....................................................................................1 2.编辑 c:windowssystem32driversetchosts.................................................................................2 3.设置两个网卡 ip 地址...................................................................................................................3 4.配置共享磁盘................................................................................................................................3 5.安装另外个节点 2.......................................................................................................................11 6.启动两个节点后 看互相是否能 ping 通...................................................................................11 7.安装 clustware 集群软件 ............................................................................................................12 8. Install the Database Software and Create an ASM Instance .......................................................27 9.dbca 创建集群数据库 ................................................................................................................36 1.安装第一个节点 windows 2003 虚拟机 用 vmware 添加 5 块虚拟硬盘, 1,2 两块做 ocr 和 voting disk, 3,4,5 三块做 asm 存储,并且添加一块网卡 1.在虚拟机配置文件中 rac1.vmx 文件 加入以下内容 设定两节点可以 共享磁盘 disk.locking = "FALSE" diskLib.dataCacheMaxSize = "0" diskLib.dataCacheMaxReadAheadSize = "0" diskLib.dataCacheMinReadAheadSize = "0" diskLib.dataCachePageSize = "4096" diskLib.maxUnsyncedWrites = "0" scsi1.present = "TRUE" scsi1.virtualDev = "lsilogic" scsi1.sharedBus = "VIRTUAL" scsi1:1.present = "TRUE" scsi1:1.mode = "independent-persistent" scsi1:1.fileName = "e:sharedocr.vmdk" scsi1:1.deviceType = "Disk"
  • 2. scsi1:1.redo = "" scsi1:2.present = "TRUE" scsi1:2.mode = "independent-persistent" scsi1:2.fileName = "e:sharedvotingdisk.vmdk" scsi1:2.deviceType = "Disk" scsi1:2.redo = "" scsi1:3.present = "TRUE" scsi1:3.mode = "independent-persistent" scsi1:3.fileName = "e:sharedasm1.vmdk" scsi1:3.deviceType = "Disk" scsi1:3.redo = "" scsi1:4.present = "TRUE" scsi1:4.mode = "independent-persistent" scsi1:4.fileName = "e:sharedasm2.vmdk" scsi1:4.deviceType = "plainDisk" scsi1:4.redo = "" scsi1:4.present = "TRUE" scsi1:4.mode = "independent-persistent" scsi1:4.fileName = "e:sharedasm3.vmdk" scsi1:4.deviceType = "Disk" scsi1:4.redo = "" 2.编辑 c:windowssystem32driversetchosts 加入以下内容 127.0.0.1 localhost # Public 192.168.3.152 rac1.localdomain rac1 192.168.3.155 rac1.localdomain rac2 #Private 192.168.0.101 rac1-priv.localdomain rac1-priv 192.168.0.102 rac2-priv.localdomain rac2-priv #Virtual 192.168.2.111 rac1-vip.localdomain rac1-vip 192.168.2.112 rac2-vip.localdomain rac2-vip
  • 3. 3.设置两个网卡 ip 地址 Rac1 节点 public 为 192.168.3.152,Private 为 192.168.0.101 设置完成后,点 网上邻居 右键属性 菜单栏上的 高级设置 选择适配器与绑定 把 public 的 list 放到最前面 4.配置共享磁盘 设置共享盘自动加载 C:diskpart Diskpart>automount enable Diskpart>exit When the server restarts, open the "Computer Management" dialog (Start > All Programs > Administrative Tools > Computer Management) and click on the Disk Management tree node. This action should initiate the "Initialize and Convert Disk Wizard". Click the "Next" button to continue. Iinitialize all 5 disks by clicking the "Next" button.
  • 4. Don't convert any of the disks. Make sure all 5 disks are unchecked, then "Next" button. Complete the process by clicking the "Finish" button.
  • 5. Right-click on "Disk 1" and select the "New Partition..." option to start the "New Partition Wizard". Click the "Next" button to continue.
  • 6. Select the "Extended partition" option, then click the "Next" button. Accept the default partition size by clicking the "Next" button.
  • 7. Complete the partition by clicking the "Finish" button. The partition will now be displayed with a green bar. Right-click on the partition and select the "New Logical Drive" option to restart the "New Partition Wizard".
  • 8. Click the "Next" button to continue. Accept the "Logical drive" option by clicking the "Next" button.
  • 9. Accept the default partition size by clicking the "Next" button. Select the "Do not assign a drive letter or drive path" option, then click the "Next" button.
  • 10. Select the "Do not format this partition" option, then cclick the "Next" buttonhe "Next" butto Complete the logical drive by clicking the "Finish" button.
  • 11. The drive should now be displayed as a healthy drive with a blue bar. Repeat the previous partitioning steps for the remaining 4 disks. The shared disks are now configured. 5.安装另外个节点 2 关闭这个虚拟机 复制一份 改名为 rac2 修改机器名 为 rac2 public 网卡地址为 192.168.3.155 私有网卡为 192.168.0.102 在启动虚拟机 RAC2 时选 择 copy it 按钮 6.启动两个节点后 看互相是否能 ping 通 ping -c 3 rac2-priv ping –c 3 rac1-priv ping –c 3 rac1 ping –c 3 rac2 和访问默认共享是否可以 192.168.3.155c$ 192.168.3.152c$ 在做 rac 安装时 远程复制需要用上
  • 12. 7.安装 clustware 集群软件 Start the RAC1 and RAC2 virtual machines. The Oracle Clusterware for Windows is very sensitive, so before you start, check the network connection setup on each machine again. Remove and extra network adapters, rename the connections appropriately and check the nodes ping correctly. Make sure your network configuration matches the Checking Network Requirements section of the documentation. Start the Oracle installer on RAC1. On the "Welcome" screen, click the "Next" button.
  • 13. Accept the default inventory location by clicking the "Next" button. Enter the appropriate name and path for the Oracle Home and click the "Next" button.
  • 14. Wait while the prerequisite checks are done. If you have any failures correct them and retry the tests before clicking the "Next" button.
  • 15. The "Specify Cluster Configuration" screen shows only the RAC1 node in the cluster. Click the "Add" button to continue. Enter the details for the RAC2 node and click the "OK" button. Click the "Next" button to continue.
  • 16. The "Specific Network Interface Usage" screen defines how each network interface will be used. Highlight the "public" interface and click the "Edit" button.
  • 17. Set the "public" interface type to "Public" and click the "OK" button. Leave the "private" interface as private and click the "Next" button. On the "Cluster Configuration Storage" screen, highlight disk 1 and click the "Edit" button.
  • 18. Select the "Place OCR(Primary) on this Partition" option and click the "OK" button. Highlight disk 2 and click the "Edit" button. Select the "Place Voting Disk on this Partition" option and click the "OK" button.
  • 19. On the "Cluster Configuration Storage" screen, click the "Next" button and ignore the redundancy warnings by clicking the "OK" button. On the "Summary" screen, click the "Install" button to continue.
  • 20. Wait while the installation takes place. Wait while the configuration assistants run.
  • 21. The VIPCA will fail, so click the "OK" button on the resulting error screen. Click the "Next" button and accept the subsequent warning, then click the "Exit" button to leave the installer.
  • 22. On the RAC1 virtual machine, run the VIPCA manually by issuing the following commands in a command prompt. cd c:oracleproduct10.2.0crsbin vipca.bat Click the "Next" button on the VIPCA welcome screen.
  • 23. Highlight the "public" interface and click the "Next" button. Enter the vitual IP alias and address for each node. Once you enter the first alias, the remaining values should default automatically. Click the "Next" button to continue.
  • 24. Accept the summary information by clicking the "Finish" button. Wait until the configuration is complete, then click the "OK" button.
  • 25. Accept the VIPCA results by clicking the "Exit" button. The status of the finished cluster can be checked by running the cluvfy.bat script as shown
  • 26. below. C:oracleproduct10.2.0crsBIN>cluvfy.bat stage -post crsinst -n rac1,rac2 Performing post-checks for cluster services setup Checking node reachability... Node reachability check passed from node "rac1". Checking user equivalence... User equivalence check passed for user "Administrator". Checking Cluster manager integrity... Checking CSS daemon... Daemon status check passed for "CSS daemon". Cluster manager integrity check passed. Checking cluster integrity... Cluster integrity check passed Checking OCR integrity... Checking the absence of a non-clustered configuration... All nodes free of non-clustered, local-only configurations. Uniqueness check for OCR device passed. Checking the version of OCR... OCR of correct Version "2" exists. Checking data integrity of OCR... Data integrity check for OCR passed. OCR integrity check passed. Checking CRS integrity... Checking daemon liveness... Liveness check passed for "CRS daemon". Checking daemon liveness... Liveness check passed for "CSS daemon". Checking daemon liveness... Liveness check passed for "EVM daemon". Checking CRS health... CRS health check passed. CRS integrity check passed. Checking node application existence... Checking existence of VIP node application (required) Check passed. Checking existence of ONS node application (optional) Check passed. Checking existence of GSD node application (optional) Check passed. Post-check for cluster services setup was successful. C:oracleproduct10.2.0crsBIN>
  • 27. 8. Install the Database Software and Create an ASM Instance Start the RAC1 and RAC2 virtual machines, login to RAC1 and start the Oracle installer. On the "Welcome" screen, click the "Next" button. Select the "Enterprise Edition" option and click the "Next" button.
  • 28. Enter the name and path for the Oracle Home and click the "Next" button. Select the "Cluster Installation" option and make sure both RAC nodes are selected, then click
  • 29. the "Next" button. Wait while the prerequisite checks are done. If you have any failures correct them and retry the tests before clicking the "Next" button.
  • 30. Select the "Configure Automatic Storage Management (ASM)" option, enter the SYS password for the ASM instance, then click the "Next" button.
  • 31. Select the "External" redundancy option (no mirroring) and click the "Stamp Disks..." button. Select the "Add or change label" option and click the "Next" button. Highlight disks 3-5 and click the "Next" button. Remember, disk0 is the OS, disk1 is the OCR location and disk2 is the voting disk.
  • 32. Confirm your selection by clicking the "Next" button Complete the disk stamp by clicking the "Finish" button.
  • 33. Select the candidate disks and click the "Next" button. On the "Summary" screen, click the "Install" button to continue.
  • 34. Wait while the database software installs. Once the installation is complete, wait while the configuration assistants run
  • 35. When the installation is complete, click the "Exit" button to leave the installer.. The database software installation and ASM creation step is now complete.
  • 36. 9.dbca 创建集群数据库 下面一步就是用 dbca 来创建数据库,选择集群和 asm 存储,data diskgroup 创建即可 完成