Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > SBS 2008 and Hyper-V Server

Reply
Thread Tools Display Modes

SBS 2008 and Hyper-V Server

 
 
Andrew M. Saucci, Jr.
Guest
Posts: n/a

 
      01-05-2009
I managed to get SBS 2008 running on a Hyper-V Server. I am amazed
that Microsoft could put out such a crippled product as Hyper-V Server. I am
seriously questioning whether this is a viable production configuration. Not
to have a GUI is one thing, but essentially Hyper-V Server has no local
interface whatsoever for managing the virtual servers. Getting the MMC to
work remotely was a nightmare and may not even have been possible without
the HVREMOTE script that I found on a blog. Yes, it's working, but I fear
that if something goes wrong it will be extremely difficult to fix without a
functioning local management interface. I know I could install a full
Windows Server 2008 (SBS Premium) and have a GUI and MMC as the hypervisor,
but that may be a tough sell in the SMB segment. Also, while one could run
other services and roles on that parent server, that would defeat the
purpose of having a simple machine *just* to be the hypervisor. It seems as
though Hyper-V Server is more Hype than Server.

That said, has anyone developed some best practice guidelines for
this previously uncharted territory? How does one intelligently set up and
manage an SBS 2008 in a virtual machine? Or is it better just to stick with
installing SBS 2008 on a real machine and leave virtualization to those who
have graduated from the SMB space? Finally, can an SBS 2008 be virtualized
after the fact through some sort of conversion process?




 
Reply With Quote
 
 
 
 
Oliver Sommer [MVP]
Guest
Posts: n/a

 
      01-05-2009
Hi Andrew,

> That said, has anyone developed some best practice guidelines for this
> previously uncharted territory? How does one intelligently set up and
> manage an SBS 2008 in a virtual machine? Or is it better just to stick
> with installing SBS 2008 on a real machine and leave virtualization to
> those who have graduated from the SMB space?


My personal guideline:

1. no advantage of running just SBS in Hyper-V
2. if you wanne run additional VMs on that host (which becomes an advantage),
than you need to have decent Hardware for that
3. if decent HW is available SBS Premium sholuld not be an budget issue

--
Oliver Sommer | MVP Essential Business Server
Small Business Specialist Partner Area Lead | SBSC PAL
Community sites | http://EBSfaq.com | http://SBSfaq.d


 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      01-05-2009
Andrew M. Saucci, Jr. wrote:
> I managed to get SBS 2008 running on a Hyper-V Server. I am
> amazed that Microsoft could put out such a crippled product as
> Hyper-V Server. I am seriously questioning whether this is a viable
> production configuration. Not to have a GUI is one thing, but
> essentially Hyper-V Server has no local interface whatsoever for
> managing the virtual servers. Getting the MMC to work remotely was a
> nightmare and may not even have been possible without the HVREMOTE
> script that I found on a blog. Yes, it's working, but I fear that if
> something goes wrong it will be extremely difficult to fix without a
> functioning local management interface. I know I could install a full
> Windows Server 2008 (SBS Premium) and have a GUI and MMC as the
> hypervisor, but that may be a tough sell in the SMB segment. Also,
> while one could run other services and roles on that parent server,
> that would defeat the purpose of having a simple machine *just* to be
> the hypervisor. It seems as though Hyper-V Server is more Hype than
> Server.
>

My stab at your questions are in line;

> That said, has anyone developed some best practice guidelines
> for this previously uncharted territory?


Some good practices have been developed and some bad practices discovered.
Some have yet to been developed and documented.

> How does one intelligently
> set up and manage an SBS 2008 in a virtual machine?


There are at least three different scenerios with Micorosoft Hyper-V alone.
Server core with Hyper-V, Hyper-V server (free), and Server 2008 GUI with
Hyper-V role. Each have benefits and seperate approaches.

>Or is it better
> just to stick with installing SBS 2008 on a real machine and leave
> virtualization to those who have graduated from the SMB space?


Maybe. In my opinion the management challenges are outweighed when second
and subsequent server instances are required and it's beneficial to share
the hardware resources of a single physical server. To implement for the
sole gain of portability seems to me to be wasted management efforts.

> Finally, can an SBS 2008 be virtualized after the fact through some
> sort of conversion process?


I have not tried a physical to virtual (P2V) of SBS2008 but I would expect
several issues. Good question though as this eventually will come into play.

--
/kj


 
Reply With Quote
 
Cliff Galiher
Guest
Posts: n/a

 
      01-05-2009
I've done a P2V with SCVMM and it broke spectacularly. SBS just integrates
too tightly to make a P2V migration reliable, IMO. You are better doing a
virtual from the gate if you decide to go the virtual route.

As an aside, my opinion on Hyper-V Server is that it is exactly what it is
intended to be. A product to be used in a data center where management
occurs from a management server. In that scenario, you wouldn't fight with
HVRemote because it would already be set up. More importantly, you'd
probably be using a more robust management suite. MS offers SCVMM for
Hyper-V. In the same vein, VMWare offers their infrastructure suite
(virtual center, vmotion, etc) for managing ESX. For managing a *single*
host, whether it is VMWare or MS, the tools are *very* limited, so getting
upset because Hyper-V isn't what you expect is a bit unfair. ESXi is easily
as limited.

You seem to be expecting it to act like a product it simply isn't. That
isn't *crippled* as much as it is just a different approach to understanding
where the product fits in the virtual product offerings space. I, for one,
have no difficulties managing Hyper-V servers where I've installed them
using the command line. I've actually become quite used to just firing off
some powershell commands against a remote hyper-V server. You do it enough
and it becomes second nature. And since powershell can be installed on any
old management box (XP/Vista) there really isn't a reason NOT to have it.
You'll find yourself using powershell to do SBS admin tasks with increasing
frequency as well (or so I predict.)

-Cliff


"kj [SBS MVP]" <> wrote in message
news:...
> Andrew M. Saucci, Jr. wrote:
>> I managed to get SBS 2008 running on a Hyper-V Server. I am
>> amazed that Microsoft could put out such a crippled product as
>> Hyper-V Server. I am seriously questioning whether this is a viable
>> production configuration. Not to have a GUI is one thing, but
>> essentially Hyper-V Server has no local interface whatsoever for
>> managing the virtual servers. Getting the MMC to work remotely was a
>> nightmare and may not even have been possible without the HVREMOTE
>> script that I found on a blog. Yes, it's working, but I fear that if
>> something goes wrong it will be extremely difficult to fix without a
>> functioning local management interface. I know I could install a full
>> Windows Server 2008 (SBS Premium) and have a GUI and MMC as the
>> hypervisor, but that may be a tough sell in the SMB segment. Also,
>> while one could run other services and roles on that parent server,
>> that would defeat the purpose of having a simple machine *just* to be
>> the hypervisor. It seems as though Hyper-V Server is more Hype than
>> Server.
>>

> My stab at your questions are in line;
>
>> That said, has anyone developed some best practice guidelines
>> for this previously uncharted territory?

>
> Some good practices have been developed and some bad practices discovered.
> Some have yet to been developed and documented.
>
>> How does one intelligently
>> set up and manage an SBS 2008 in a virtual machine?

>
> There are at least three different scenerios with Micorosoft Hyper-V
> alone. Server core with Hyper-V, Hyper-V server (free), and Server 2008
> GUI with Hyper-V role. Each have benefits and seperate approaches.
>
>>Or is it better
>> just to stick with installing SBS 2008 on a real machine and leave
>> virtualization to those who have graduated from the SMB space?

>
> Maybe. In my opinion the management challenges are outweighed when second
> and subsequent server instances are required and it's beneficial to share
> the hardware resources of a single physical server. To implement for the
> sole gain of portability seems to me to be wasted management efforts.
>
>> Finally, can an SBS 2008 be virtualized after the fact through some
>> sort of conversion process?

>
> I have not tried a physical to virtual (P2V) of SBS2008 but I would expect
> several issues. Good question though as this eventually will come into
> play.
>
> --
> /kj
>

 
Reply With Quote
 
AF
Guest
Posts: n/a

 
      01-05-2009
On Sun, 4 Jan 2009 21:40:45 -0500, "Andrew M. Saucci, Jr."
<spam-> wrote:

> I managed to get SBS 2008 running on a Hyper-V Server.

I am amazed that any one in his right mind would try a recordless
product in a production environment. There is a reason why the giants
run vmware.
If I were you, I would try ESXi. If you like it an need a community,
migrate to ESX.
For all that I care, and after I saw apple to apple comparison, as of
now Hyper-V is nothing but hyper marketing, Just like Vista.
My 2 cents.
--
AF
 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-05-2009
Configuring Hyper-V Server isn't really all that hard, especially now that
HVRemote exists. I developed the scripts for Server Core, and they weren't
difficult. Tedious, a bit annoying because of the NIC configuration, but not
hard. Those same scripts work perfectly well for Hyper-V Server. Which, by
the way, is a FREE product. As for having to have a GUI management
interface, run a Vista SP1 machine and you have it. Not a huge deal, really.

All that being said, if you're only virtualizing SBS, the more relevant
question is why? Where's the gain? You really shouldn't be running it
virtualized unless you have a compelling reason to. Having a single server
for Premium and SBS itself makes some sense, and thus the desire to
virtualize there. But if all you're doing is your main SBS box, you'll lose
more than you'll gain.

--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel

"Andrew M. Saucci, Jr." <spam-> wrote in message
news:...
> I managed to get SBS 2008 running on a Hyper-V Server. I am
> amazed
> that Microsoft could put out such a crippled product as Hyper-V Server. I
> am
> seriously questioning whether this is a viable production configuration.
> Not
> to have a GUI is one thing, but essentially Hyper-V Server has no local
> interface whatsoever for managing the virtual servers. Getting the MMC to
> work remotely was a nightmare and may not even have been possible without
> the HVREMOTE script that I found on a blog. Yes, it's working, but I fear
> that if something goes wrong it will be extremely difficult to fix without
> a
> functioning local management interface. I know I could install a full
> Windows Server 2008 (SBS Premium) and have a GUI and MMC as the
> hypervisor,
> but that may be a tough sell in the SMB segment. Also, while one could run
> other services and roles on that parent server, that would defeat the
> purpose of having a simple machine *just* to be the hypervisor. It seems
> as
> though Hyper-V Server is more Hype than Server.
>
> That said, has anyone developed some best practice guidelines for
> this previously uncharted territory? How does one intelligently set up and
> manage an SBS 2008 in a virtual machine? Or is it better just to stick
> with
> installing SBS 2008 on a real machine and leave virtualization to those
> who
> have graduated from the SMB space? Finally, can an SBS 2008 be virtualized
> after the fact through some sort of conversion process?
>
>
>
>


 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-05-2009
Inline
--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel

"Oliver Sommer [MVP]" <> wrote in
message news: .com...
> Hi Andrew,
>
>> That said, has anyone developed some best practice guidelines for this
>> previously uncharted territory? How does one intelligently set up and
>> manage an SBS 2008 in a virtual machine? Or is it better just to stick
>> with installing SBS 2008 on a real machine and leave virtualization to
>> those who have graduated from the SMB space?

>
> My personal guideline:
>
> 1. no advantage of running just SBS in Hyper-V

True. And some definite advantages
> 2. if you wanne run additional VMs on that host (which becomes an
> advantage), than you need to have decent Hardware for that

Very true. A single proc and 8GB doesn't leave a lot of room for extra
machines, and once you go to the second proc, and 16-32GB, you're talking
some money.

> 3. if decent HW is available SBS Premium sholuld not be an budget issue

Except that if you don't need SQL, why pay for it? I still wish there were a
TS bundle as an option instead of SQL.
>
> --
> Oliver Sommer | MVP Essential Business Server
> Small Business Specialist Partner Area Lead | SBSC PAL
> Community sites | http://EBSfaq.com | http://SBSfaq.de
>
>


 
Reply With Quote
 
SuperGumby [SBS MVP]
Guest
Posts: n/a

 
      01-05-2009
>> 3. if decent HW is available SBS Premium sholuld not be an budget issue
> Except that if you don't need SQL, why pay for it? I still wish there were
> a TS bundle as an option instead of SQL.


Yes, for me that would be SWEET. 'Premium CALs (TS Option)' being SBS+TS
CALs, and maybe something in recompense for not requiring SQL Server.

I don't completely agree with the 'you must be expecting to run more than
one server' idea though. I see portability of the 'image' as having value
from a Disaster Recovery perspective.

The main thing I see as counterproductive here is attempting to run before
one walks. I would happily virtualise SBS but then I've been virtualising
everything under the sun under most (I haven't tried all) virtualisation
environments for several years. 'Diving in at the deep end' and learning
both the concept of virtualisation and the particular environment (and how
the guest behaves in that environment) is a healthy chunk to try at one go.
Good on anyone for trying but they are brave to do so.

 
Reply With Quote
 
Susan Bradley
Guest
Posts: n/a

 
      01-05-2009
AF wrote:
> On Sun, 4 Jan 2009 21:40:45 -0500, "Andrew M. Saucci, Jr."
> <spam-> wrote:
>
>> I managed to get SBS 2008 running on a Hyper-V Server.

> I am amazed that any one in his right mind would try a recordless
> product in a production environment. There is a reason why the giants
> run vmware.
> If I were you, I would try ESXi. If you like it an need a community,
> migrate to ESX.
> For all that I care, and after I saw apple to apple comparison, as of
> now Hyper-V is nothing but hyper marketing, Just like Vista.
> My 2 cents.
> --
> AF

And the free version of ESX-i leaves that SBS box unsupported until
VMware gets it approved.
 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-05-2009
Well, we'll probably disagree about virtualizing when it's your only load,
but otherwise? We definitely agree. And yes, I LIVE (and die sometimes) with
virtualization, so for me it's second nature.

(and as for the TS CALs SKU - I fought for it, but lost. sigh.)

--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel

"SuperGumby [SBS MVP]" <> wrote in message
news:%...
>>> 3. if decent HW is available SBS Premium sholuld not be an budget issue

>> Except that if you don't need SQL, why pay for it? I still wish there
>> were a TS bundle as an option instead of SQL.

>
> Yes, for me that would be SWEET. 'Premium CALs (TS Option)' being SBS+TS
> CALs, and maybe something in recompense for not requiring SQL Server.
>
> I don't completely agree with the 'you must be expecting to run more than
> one server' idea though. I see portability of the 'image' as having value
> from a Disaster Recovery perspective.
>
> The main thing I see as counterproductive here is attempting to run before
> one walks. I would happily virtualise SBS but then I've been virtualising
> everything under the sun under most (I haven't tried all) virtualisation
> environments for several years. 'Diving in at the deep end' and learning
> both the concept of virtualisation and the particular environment (and how
> the guest behaves in that environment) is a healthy chunk to try at one
> go. Good on anyone for trying but they are brave to do so.


 
Reply With Quote
 
 
 
Reply

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Virtual PC 2007 or Virtual Server 2005 on Windows 2008? Isaac Oben [MCITP:EA, MCSE] Windows Server 0 04-13-2009 08:13 AM
Re: Which is more resource intensive, server 2008 core or Server 2005 Meinolf Weber [MVP-DS] Windows Server 0 03-11-2009 05:43 PM
Re: Motherboards and CPUs that support Server 2008 Hyper V Synapse Syndrome Windows Server 0 01-16-2009 07:51 AM
Server 2008 Hyper V licensing ChrisW (MCP) Windows Server 2 01-14-2009 07:56 PM
RE: Using Hyper-V with Windows Small Business Server 2008 Rosewood Windows Small Business Server 18 11-03-2008 09:20 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59