Posts

Showing posts with the label OEL6

How to mount a WD Book Live as NFS in OEL6U3

Scenario : I have a Windows 8 (Host) laptop on which I am running two OEL6U3 (Guest) machines in a Virtual Box. I want to have a shared mount between the two Linux machine which will allow me to read/write from both the machines concurrently. Its a very common scenario for a High Availability Environment. Virtual Box provides a facility of creating sharable VDI disks which can be mounted on multiple machines, but it doesn’t allow concurrent read/write access from multiple machines. If you are installing RAC database then its still achievable, because ASM will provide the feature of concurrent read/writes, but if you want to install a WebLogic cluster with High Availability the recommended approach would be to have a Shared Mount. Step to create a shared nfs mount is fairly simple. I am using a WD My Book Live, and will mount the Public folder as shared mount 1. Get the hostname/ip of the WD device. 2. On the Linux Machine 1 create the folder where you want to mount the nfs ...

Installing OEL6U3 on Virtual Box

Image
1. Open Virtual Box. 2. On Home screen click on New 3.Type Name as OEL6U3, select Type as Linux and Version as Oracle 64 bit   4. Assign memory size to 2048 MB, this can be changed later. 5. Select ‘Create a virtual hard drive now’ and click on create 6. On the Hard Drive File Type screen select VMDK, since is compatible with VMware, incase if you want to switch to VMware in future. 7. Select Dynamically allocated 8. Enter Virtual Disk size as 50 GB, and click Create. You can expand this later using virtual box tools, or add a new drive to install other applications. 9. Select the machine and click on Settings 10. Click on System and modify the Base Memory, Processor, and Network as per your requirements. Now we will start the Operating System Installation 11. Insert the Linux CD, or select the ISO from the settings window. 12. Click on Start 13. A new window will open, click on skip 14. Click Next 15. Select Basic Storage ...