Installing VirtualBox Guest Additions for Linux in RHEl 5 Server 32-bit x86:
Step1. Preparing guest RHEL system for building external kernel modules.
Mount RHEL DVD under a directory in /mnt and install the packages listed below.
1. kernel-devel-2.6.18-8.el5.i686.rpm
2. libgomp-4.1.1-52.el5.i386.rpm
3. glibc-headers-2.5-12.i386.rpm
4. glibc-devel-2.5-12.i386.rpm
5. gcc-4.11-52.el5.i386.rpm
[root@localhost ~]# mkdir /mnt/rhrepo
[root@localhost ~]# mount -t iso9660 /dev/cdrom /mnt/rhrepo
[root@localhost ~]# cd /mnt/rhrepo/Server
[root@localhost ~]# rpm -ivh --aid package_filename...
Note: Package versions are for RHEL 5.0 release, those for current release of RHEL will have different version numbers.
Now unmount the DVD:
[root@localhost ~]# umount /dev/cdrom
Step2. Installing VirtualBox Guest Additions.
Mount VBoxGuestAdditions.iso :
Devices-> Mount CD/DVD-ROM->CD/DVD-ROM Image...->VBoxGuestAdditions.iso->Select
[root@localhost ~]# mkdir /mnt/vbadd
[root@localhost ~]# mount -t iso9660 /dev/cdrom /mnt/vbadd
[root@localhost ~]# cd /mnt/vbadd
[root@localhost ~]# sh ./VBoxLinuxAdditions-x86.run
[root@localhost ~]# reboot
Note: Refer the User manual for more information.
Saturday, November 15, 2008
Friday, November 14, 2008
Preparing For RHCE? Create Your Own Classroom Network (Virtual) At Home.
I regretted not having looked into virtualization seriously enough while attending classes to get my RHCE certification. It's an invaluable tool to experiment and learn different Operating Systems without messing around with your Computer hardware.
Without wasting any time download Sun xVM VirtualBox for Windows:
http://www.sun.com
http://www.sun.com/software/products/virtualbox/get.jsp
http://www.virtualbox.org
You should go through the bundled User manual (pdf) if you are unable to find your way to install RHEL. It's quite straightforward and simple if you spend some time on it.
After installing RHEL( or any other linux distro) to have multiple guest Operating Systems running you can quickly clone your previous installation to create as many virtual disk images as you like.
1. Open a command console: Start-> Run-> cmd
2. Enter: cd C:\Program Files\Sun\xVM VirtualBox
3. Execute the following command where the file name is the vdi(virtual HDD) file you created when you installed RHEL, by default inside:
C:\Documents and Settings\username\.VirtualBox\VDI\
vboxmanage clonevdi filename output_filename http://www.microsoft.com/windowsserversystem/virtualserver/
Running Concurrently

VM Details

Network

system-config-network

ping

Save Step 1

Save Step 2

Without wasting any time download Sun xVM VirtualBox for Windows:
http://www.sun.com
http://www.sun.com/software/products/virtualbox/get.jsp
http://www.virtualbox.org
You should go through the bundled User manual (pdf) if you are unable to find your way to install RHEL. It's quite straightforward and simple if you spend some time on it.
After installing RHEL( or any other linux distro) to have multiple guest Operating Systems running you can quickly clone your previous installation to create as many virtual disk images as you like.
1. Open a command console: Start-> Run-> cmd
2. Enter: cd C:\Program Files\Sun\xVM VirtualBox
3. Execute the following command where the file name is the vdi(virtual HDD) file you created when you installed RHEL, by default inside:
C:\Documents and Settings\
vboxmanage clonevdi filename output_filename
Running Concurrently
VM Details
Network
system-config-network
ping
Save Step 1
Save Step 2
Subscribe to:
Comments (Atom)