1. experiment environment:
Operating System: Windows 7
Memory: 2 GB
CPUs: 2.10 GHz
Virtual Machine: Vmware Server 1.0.10
Operating System: Oracle Linux Enterprise 5.4
Database: Oracle 10g
2. Installation File:
VMware-server-installer-1.0.10-203137.exe
10201_clusterware_linux32.zip
Enterprise-R5-U4-Server-i386-dvd.iso
10201_database_linux32.zip
Oracleasm-2.6.18-164.el5-2.0.5-1.el5.i686.rpm
Oracleasm-support-2.1.7-1.el5.i386.rpm
Oracleasmlib-2.0.4-1.el5.i386.rpm
3. Create a virtual machine
1. Open vmware server, click "New Virtual Machine", and create a New Virtual Machine with the help of the Installation Wizard:
2. Click "Next ":
3. Select the appropriate configuration, select "m", and click "Next ":
4. Select the customer's operating system, select Linux and Red Hat Linux, and click "Next ":
5. Name the VM and set the VM name to dbrac1 (dbrac1 is the master node in the experiment, and dbrac2 is the slave node). Select "D: \ Virtual Machines \ dbrac1" as the path"
6. Set the access permission, cancel the "Make this virtual machine private" check box, and click "Next ":
7. enable/disable the option. Use the default option here and click "Next ":
8. Configure the processor, select a processor, and click "Next ":
9. Virtual Machine memory. By default, the system only provides MB memory. Based on the experiment requirements, we will provide MB memory:
10. Select "Use bridged networking" for the network type and click "Next ":
11. For the I/O adapter type, select "LSI Login" and click "Next ":
Note: The SCSI Adapter Driver "Bus Login" is not loaded when the VM is loaded. Therefore, even if the disk is allocated, it cannot be identified, this problem does not occur when "LSI Login" is selected.
12. Select a disk, select "Create a new Virtual Disk", and click "Next ":
13. Select the disk type. Remember to select the SCSI disk type here. Otherwise, select the I/O adapter type selected in the early stage and click "Next ":
Note: by default, this version of virtual machine can only create four Virtual Disks under the IDE type, and only four disks cannot meet the needs of the experiment, because we need at least five disks, one disk is used to install the linux operating system as a local disk. The two disks are used when the clusterware software is installed, that is, the ocr and vote disks required by oracle rac, which are displayed as bare devices, there are two more disks we want to use to install the database as a shared disk, so we must select SCSL here.
14. Specify the disk capacity and select 12 GB to complete the experiment and place the installation file. We recommend that you grant at least 8 GB of disk space and then click "Next ":
Note: you do not need to select "Allocate all space now" here. This option is mainly for later bare devices. Otherwise, it will waste a lot of time to Allocate disk space.
15. Specify the disk file, name the Virtual Disk dbrac1.vmdk, and click "finish ":
16. we can see that a simple virtual machine has been established. Under Devices, we can see that our virtual machine has all the components required by a Common Desktop: memory, CPU, optical drive, hard disk, and NIC:
Note: Do not rush to start the VM after it is created. Continue to complete the following steps first.