Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th November 2009, 01:59 PM
tale103108 Offline
Registered User
 
Join Date: Nov 2009
Posts: 4
windows_xp_2003firefox
Fedora 12 as host and installing multiple VMs

Hello,
(I am new ot Fedora Linux)
I was wondering if someone knew of a tutorial or guide to installing Fedora 12 as the host system then installing other Linuxes (or other OSes) as VMs. When I think of other OSes I am thinking FreeBSD, openSolaris, Haiku, gOS, etc. Any help would be appreciated.
I also heard that a free version of VMWare is available for Fedora 12 but I can not find it ... is this true or have I been misled?
Reply With Quote
  #2  
Old 30th November 2009, 02:09 PM
Camberwell's Avatar
Camberwell Offline
Registered User
 
Join Date: Mar 2006
Location: Wallingford, Oxfordshire, UK
Age: 34
Posts: 294
linuxfedorafirefox
yum install VirtualBoxOSE

thats a good, easy VM system, I like it anyway
__________________
Processor: AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
Memory: 4096MB
OpenGL Renderer: nVidia GeForce 9500 GT/PCI/SSE2
Operating System: Fedora release 18 (Spherical Cow)
Desktop Environment: KDE 4.10
Reply With Quote
  #3  
Old 30th November 2009, 02:22 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,062
unknownunknown
+1 for vbox but also check out virtual machine manager. With kvm, its pretty good and they brought a lot of options out.
Reply With Quote
  #4  
Old 30th November 2009, 02:28 PM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
windows_7firefox
Quote:
Originally Posted by tale103108 View Post
I also heard that a free version of VMWare is available for Fedora 12 but I can not find it ... is this true or have I been misled?
Free-beer licenses can be had for VMWare Server but VMWare Workstation is paid software. If you use a free license for VMWare Server you're not entitled to any support straight from VMWare and will have to get support from third parties (sort of like the situation with Fedora). VMware ESXi, a bare-metal install, is also free-beer I hear.

Sign up for a license on the site.
https://www.vmware.com/tryvmware/?p=server20&lp=1
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #5  
Old 30th November 2009, 02:57 PM
CSchwangler Offline
Registered User
 
Join Date: Feb 2009
Posts: 2,535
linuxfedorafirefox
VirtualBox would be a good choice for you, since it supports most of the guests you intend to use and provides guest extensions for them, see:

http://www.virtualbox.org/wiki/Guest_OSes
Reply With Quote
  #6  
Old 30th November 2009, 04:29 PM
shaolin's Avatar
shaolin Offline
Registered User
 
Join Date: Feb 2009
Posts: 74
windows_xp_2003firefox
Quote:
Originally Posted by CSchwangler View Post
VirtualBox would be a good choice for you, since it supports most of the guests you intend to use and provides guest extensions for them, see:

http://www.virtualbox.org/wiki/Guest_OSes

Yes, VirtualBox would be definitely be a good choice. If your planning on using any USB devices within your Guest OS....make sure you get VirtualBox PUEL. VirtualBox OSE does not have USB Support.

If you download directly from VirtualBox.org you will get the PUEL (Personal Use and Evaulation License).

If your running Fedora 12, make sure you install the DKMS

yum install DKMS

and you maybe required to install GCC

yum install GCC

Before installing VirtualBox.

However I would highly recommend your read the VirtualBox documentation on how to install to get a better understanding of VirtualBox
Reply With Quote
  #7  
Old 16th December 2009, 12:18 AM
ttoth Offline
Registered User
 
Join Date: Dec 2009
Posts: 5
linuxfedorafirefox
Shaolin is correct, VirtualBox is a good choice. I've just got it working on Fedora 12 and I must admit, I like to better then VMWare. Indeed, if you would like to use USB with your guest OS then you need the VBox PUEL. You can download it directly from the website or create a repo file under /etc/yum.repos.d/ and then install the rpm through yum.

[virtualbox]
name=Fedora $releasever - $basearch - VirtualBox
baseurl=http://download.virtualbox.org/virtualbox/rpm/fedora/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc

Some observation on VMware server. First, it is really free and available for Linux however Fedora is not a supported OS for VMWare therefore you will not find any VMWare server package created directly for Fedora. You can download binary for Linux and install it on Fedora but if you run into problem then you will not receive any "official" support.
I've been using VMWare Server 2 for awhile on Fedora 9 and it was running flawless. Since I've upgraded to F12 I had several issues with it even though I've patched it. The VMWare server is not prepared for the latest kernel on F12 (2.6.31.x) therefore when you comply the modules it will error out. You can find patch for 2.6.30.x kernel version which is working for the 2.6.31.x. All in all I recommend you to use the VirtualBox over VMware if you are a Fedora user.
Reply With Quote
  #8  
Old 16th December 2009, 01:54 AM
MercuryShadow Offline
Registered User
 
Join Date: Apr 2009
Posts: 62
linuxfedorafirefox
Quote:
Originally Posted by shaolin View Post
and you maybe required to install GCC

yum install GCC

Before installing VirtualBox.

However I would highly recommend your read the VirtualBox documentation on how to install to get a better understanding of VirtualBox
I think you need more than just gcc, as VirtualBox will need the kernel-devel package to build the VirtualBox kernel module. To be safe, you should run the following:

su -c 'gcc gcc-c++ make automake autoconf kernel-devel'
Reply With Quote
Reply

Tags
fedora, host, installing, multiple, vms

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Webalizer and Multiple Virtual host Mr. Print Servers & Networking 2 22nd November 2008 12:19 AM
Installing programs with multiple CDs whatwhatwhat Using Fedora 1 10th September 2006 02:05 AM
Multiple Apaches on one host mcelroyj Servers & Networking 3 17th August 2004 05:50 PM


Current GMT-time: 17:25 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat