As I look back through my blog there have been numerous ambitious attempts to do this but all have stopped before they got started. Pretty sad. Such is life, especially when you yearn to have one instead of fiddling around with software when you should be doing anything but.
Here are the constants:
- VMWare Workstation 7 on Ubuntu 10.04 64 bit
- Oracle Enterprise Linux 5 Release 5 32 bit
Here are my goals:
- One VM with OEL, OEM GRID 11.1, Database 11.2 (EM/RMAN repository)
- One VM with Database 11.2 using ASM
The first step is to create a VM I can use as a template for my two goal VMs.
Create template OEL5.5 VM:
- Create a VM with at least 1GB of memory (2GB if feasible) and one 20GB (to 40GB) virtual disk (bridged network, uncheck automatically connect new USB device, do not connect sound card and printer at power on)
- Power on the VM with the Oracle Enterprise Linux 5 Release 5 mounted as an .iso (or physical DVD)
- Press ENTER at the "boot:" prompt, next, skip, next
- Choose language and keyboard
- OEL partitions everything perfectly, no need to review or modify (/boot with LVM with swap and / volumes)
- Next, GRUB, DHCP, time zone (uncheck System clock uses UTC)
- Set root password
- Select Customize now. Next.
- Desktop Environments. Uncheck GNOME
- Applications. Uncheck all (except maybe Text Based Internet)
- Base System. Uncheck Dialup Networking Support and X Window
- Base System. Check System Tools; click Optional packages, check oracle-validated
- Next, next, installing packages, reboot.
- Highlight networking, then run tool
- Set Firewall and SELinux both to Disabled
- Next
- OS installation complete. Login. User root.
Install VMWare tools:
- VM: Install VMWare tools (will prompt you to mount something)
- mkdir /media/cdrom
- mount -o ro /dev/cdrom /media/cdrom
- cd
- tar -xzf /media/cdrom/VM*tar.gz
- cd vmware-tools-distrib
- ./vmware-install.pl
- I kept defaults for everything; installation unmounts the VMWare tools
- cd
- rm -fr vmware-tools-distrib
- shutdown -h now
Take a snapshot of the OEL5.5 virtual machine. This snapshot will be used in the cloning process.
In the next parts I will use this template VM to create the OEM GRID and Database VMs
Updates:
- 06/22/2010:
- Now on Ubuntu 10.04

0 comments:
Post a Comment