Installation of Oracle under a virtual machine:
(1) hardware environment
HP DL380 server CPU 3.0*2 memory: 4 GB hard disk: 100 GB
(2) software environment
Windows 2000 penetration Sion (using the same method as Windows XP 2003) Vmware gsx 3.0
(3) Installation
Vmware gsx 3.0 and a Windows 2000 Protocol sion operating system are provided in many documents.
(4) copy the installed system
Copy the system installed above and change the machine name and IP address again.
(5) RAC Planning
Machine name: RAC1 RAC2
IP-Public 192.168.100.1 192.168.100.2
IP-Private 10.0.0.1 10.0.0.2
Shared hard drive: 4 GB
(6) Use vmware-vdiskmanager to create a shared Disk
Vmware-vdiskmanager-c-s 4 Gb-a lsilogic-t 3 "d: \ rac1 \ share. vmdk"
(7) modify the configuration files of the two VMS
Add the shared disk to the two machines and modify the configuration files of the two VMS at the same time as follows:
scsi1.present = "TRUE" scsi1.virtualDev = "lsilogic" scsi1.sharedBus = "virtual" scsi1:0.present = "TRUE" scsi1:0.mode = "independent-persistent" scsi1:0.filename = "d:\rac1\share.vmdk" scsi1:0.deviceType = "plainDisk" disk.locking = "false" diskLib.dataCacheMaxSize = "0" diskLib.dataCacheMaxReadAheadSize = "0" diskLib.DataCacheMinReadAheadSize = "0" diskLib.dataCachePageSize = "4096" diskLib.maxUnsyncedWrites = "0"
(8) Start two machines at the same time
This is the appearance of new device, http://www.lsilogic.com/cm/LookupDownloads.do? Role = 1 & geo = ALL & category =-1 & family =-1 & product = 2095 LSI20320-R WINDOWS 2000 driver
(9) use disk management
After the driver is installed, we use disk management to find a 4 GB contributed disk on both machines.
(10) modify the hosts file of both machines to add
192.168.100.1 ha1 192.168.100.2 ha2 10.0.0.1 ha1-san 10.0.0.2 ha2-san
(11) Check whether two nodes can be accessed at the same time
In RAC2
Net use \ rac1 \ c $
In RAC1
Net use \ rac2 \ c $
(12) Go to metalink.oracle.com to download
3973928 The Windows CFS and Clusterware Patch for 9.2.0.6
2878462 The 2.2.0.18.0 Oracle Universal Installer (this package is not required, but it is required if there are more than 2 rac servers)
3948480 The 9.2.0.6 RDBMS patchset Oracle 9i Patch 9.2.0.6> downloaded from Metalink Patch number 3948480 c: \ install\ 9206 \ disk1 \ Oracle Clusterware patch 9.2.0.6> downloaded from Metalink Patch number 3973928 c: \ install\ osd9206 \ 2878462
At this point, the installation of Oracle under the virtual machine is all described. have you learned?