Hi Tim,
I have followed your instructions of "Oracle Database 11g Release 2 RAC On Linux Using VirtualBox", trying to setup a 2 node 11g rac. My host is Suse10, and I was able to install and create a Oracle VM VirutalBox4.1.8 called "rac2", where I installed OEL5.5. Since my VB rac2 was not able to access the internet, so I downloaded oracleasmlib-2.0.4-1.el5.x86_64.rpm from OTN to my host. The problem I ran into is that I can't seem to access the rpm from rac2.
What I have tried was to make a shared folder on my host: 1) copy the "oracleasmlib-2.0.4-1.el5.x86_64.rpm" file to /home/tiger01/Downloads, and 2) execute the command: VBoxManage sharedfolder add "rac2" --name "rac2share" --hostpath "/home/tiger01/Downloads", which returned without errors. Now move to the VB (rac2)...As root, I created a directory /share, then ran the command: mount -t vboxsf rac2share /share, which returned error as "mount.vboxsf: mounting failed with the error: Protocol error".
Can you please help?
Thanks...