• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Running linux(CentOS) as virtual server on Windows 2003 server?

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anybody tell how to install CentOS as a virtual server on windows 2003 server?

Thanks in advance..
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1) get (free) vmware player from vmware.com
2) get basic vmx files from easyvmx.com, remembering to mount your local CD-rom in the virtual settings
3) start the empty VM in the player, and install CentOS from the CD/DVD
4) profit
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could also have a look at VirtualBox instead of VMWare - it's free and easy to use.
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I run VirtualBox, but the networking is not as easy or mature as VMWare Player, so if you're trying for a virtual server then the VMWare option may be easier.
 
Manoj Maniraj
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you guys.

Which is best?

Installing linux as a virtual server in Windows 2003 server
(OR)
Installing Windows 2003 server as a virtual server in Linux.

I heard that installing linux as a virtual server in Windows 2003 server is quite difficult will face problems like network etc.

Your thoughts..



 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can say with some confidence that I have no idea.
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
VMWare has a rather confusing list of products, but I think the one you want here is VMWare Server - it will allow you to run the VMs without having to manually start them up.

Networking in VMWare comes in 3 flavors:

1. VM guest has a discrete external IP address

2. VM guest appears to have the same IP address as the vm host, courtesy of NAT/DHCP

3. VM guest is networked via a private virtual LAN segment that's only visible between host and guest (hostonly)

The actual networking is done via a virtual NIC to a virtual subnet. You can define multiple virtual NICs in a VM guest. I have one that uses both host-only and DHCP NICs, as an example.

There's a separate GUI VMWare tool to configure these subnets when configuring a Windows host. As originally installed, I believe vmnet1 and vmnet8 are pre-configured.

To install CentOS, create a blank VM image with about 5GB for the system disk and at least 256MB virtual RAM. Select "Red Hat Enterprise" as the guest OS in the VM configurator. Make sure you have the CD/DVD device configured if booting from media or set up a kickstart server in the usual way. Once the basic "cold iron" VM is prepped, boot it as though it was a physical machine and run the CentOS install process.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Manoj Maniraj wrote:
Which is best?



Depends entirely on what you want to accomplish.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have VMWare Server 2 running on my desktop (Vista Ultimate 64-bit) and have installed various flavors of *nix (Fedora, Ubuntu, SUSE, OpenSolaris) and have not had any networking issues. However, VMWare gives you three networking options and at times you have to try each of them to see which one works. And in some cased you need to goggle for help (OpenSolaris required some very creative steps to convince it to use the DNS). In all fairness, I even have to juggle the networking options to host different flavors of Windows.

Which OS you run as the host OS should be entirely based on which OS you are more familiar or comfortable with.
 
Jesper de Jong
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

David O'Meara wrote:I run VirtualBox, but the networking is not as easy or mature as VMWare Player, so if you're trying for a virtual server then the VMWare option may be easier.


I don't know if Manoj has any special needs with regards to networking, but I have VirtualBox running on 64-bit Ubuntu 8.04, running several Linux distro's and Windows XP in virtual boxes, and networking just works with the default settings in all of the guest OSes, without needing to do any special configuration.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic