LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-11-2013, 03:59 PM   #1
Nhiyhe
LQ Newbie
 
Registered: Jun 2013
Posts: 6

Rep: Reputation: Disabled
Hello, how do I optimise Linux as host for windows server (2008/10) services.


I want to set up a Linux host, and install window server 2008. How do I optimise Linux as the host for better performance of window server services. And which of Linux distribution will be ideal to work on.?

The whole idea is I want to deploy and manage services of a windows server version in a Linux environment. but in order to achieve that I know I need to optimise Linux(host) for performance of the windows server, also to configure a virtual set up to test and monitor the full range of the windows server services.

The main focus is to compare the windows server that runs within the virtual environment to the one on a standalone system.

Last edited by Nhiyhe; 06-12-2013 at 07:37 AM.
 
Old 06-11-2013, 04:11 PM   #2
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i dont think linux is able to run windows iis and related services ?
(unless you mean visualization which is really windows os running in a vm).
 
Old 06-12-2013, 07:36 AM   #3
Nhiyhe
LQ Newbie
 
Registered: Jun 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for your prompt response, yes on virtual environment. The whole idea is I want to deploy and manage services of a windows server version in a Linux environment. but in order to achieve that I know I need to optimise Linux(host) for performance of the windows server, also to configure a virtual set up to test and monitor the full range of the windows server services.

The main focus is to compare the windows server that runs within the virtual environment to the one on a standalone system.
 
Old 06-12-2013, 08:06 AM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
i dont know much about vm's but i assume that a system running 1 os will perform better than a system running 2 os's.

i think the hardware is more important than the software. i think any reasonably recent distro version would run vmware virtualbox qemu ... pretty fast. i've seen post on this forum about the guest os not seeing the network card. maybe you can search for them (i'll post a url if i find any).
 
Old 06-12-2013, 08:21 AM   #5
Nhiyhe
LQ Newbie
 
Registered: Jun 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thank you very much, I will be awaiting the urls any idea that could point me in the right direction.
 
Old 06-12-2013, 08:25 AM   #6
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
this seems up your alley. i peeped this on lq-spy; unfortunately, no answer yet:
http://www.linuxquestions.org/questi...9/#post4970265
 
Old 06-12-2013, 08:38 AM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by Nhiyhe View Post
Thanks for your prompt response, yes on virtual environment. The whole idea is I want to deploy and manage services of a windows server version in a Linux environment. but in order to achieve that I know I need to optimise Linux(host) for performance of the windows server, also to configure a virtual set up to test and monitor the full range of the windows server services.

The main focus is to compare the windows server that runs within the virtual environment to the one on a standalone system.
That seems like a pointless test. Any time you add more layers (and use more resources), you're going to slow a system down. A dedicated Windows-only box will run Windows faster than it will run on a virtual system, unless you spend a LOT of money on a system designed for it. If you're going to do this, you need to just run VMware ESX, which is designed from the ground up to do nothing BUT virtual systems.
 
Old 06-12-2013, 08:58 AM   #8
Nhiyhe
LQ Newbie
 
Registered: Jun 2013
Posts: 6

Original Poster
Rep: Reputation: Disabled
@TbOne, Thanks your comment I understand the performance can not be compared to the dedicated machine. In my research I found out that Linux kernel can be modified(But How?) to improve the performance of the windows server in virtual environment.
 
Old 06-12-2013, 10:18 AM   #9
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by Nhiyhe View Post
@TbOne, Thanks your comment I understand the performance can not be compared to the dedicated machine. In my research I found out that Linux kernel can be modified(But How?) to improve the performance of the windows server in virtual environment.
Since you did 'research', I'm surprised you didn't run across one of the over 800,000 hits in Google for "how to tune linux for virtualization", like this one:
https://access.redhat.com/site/docum...ization_Guide/

You don't say what version/distro of Linux you're after, but again, running a stand-alone OS, then running Windows on top of it is going to be slow, period. You're not using the right tool for the job, and that's going to make things more difficult. VMware ESX was designed to do what you're wanting to do, and it provides the tools to do it easily, with minimal overhead.

If you're only talking about ONE user, and ONE Windows server, then yes...virtualbox is a good idea. If you're talking about ten Windows servers and lots of users of their services, then it is time to go with a more robust solution.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux DHCP with windows server 2008 active directory server baggins2000 Linux - Server 1 10-10-2011 01:25 PM
I have to make a comparison of of Linux SUSE (Server) versus WIndows Server 2008. spirit777 General 9 06-01-2011 09:40 AM
Linux File Server + Windows server 2008 Users lgpk Linux - Server 1 05-04-2009 10:19 AM
Modem Speed - linux vs. windows, and how to optimise furryspider Linux - Networking 7 04-07-2005 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration