Negotiated Drive Speed
-
@scottalanmiller said:
@JaredBusch said:
You are adding complication by not using the users existing Windows desktop environment.
I'm don't understand this. I thought that I was doing exactly the opposite - making it easier by leveraging the existing Windows desktop environment.
Maybe I'm just missing how to do this easily with Hyper-V short of kludgy things like running a Windows Server VM for a GUI and then RDPing into it from a desktop.
Because you do not need a Windows Server instance of any kind to manage Hyper-V server.
-
What's this on, say, windows 8.1. Is it like "Hyper-V Management Role"?
-
@JaredBusch said:
Because you do not need a Windows Server instance of any kind to manage Hyper-V server.
Just to be sure I'm on the same page here. You are NOT talking about setting up Hyper-V as a role on a physical server, correct?
So the scenario would be:
1 license of Server 2012 Standard
1 physical server, running Server 2012 with the Hyper-V role selected
2 Server 2012 VMs running on said physical serverThat is how I had it set up.
-
Windows 8.1 and Windows 10 both include this.
-
@BRRABill said:
@JaredBusch said:
Because you do not need a Windows Server instance of any kind to manage Hyper-V server.
Just to be sure I'm on the same page here. You are NOT talking about setting up Hyper-V as a role on a physical server, correct?
So the scenario would be:
1 license of Server 2012 Standard
1 physical server, running Server 2012 with the Hyper-V role selected
2 Server 2012 VMs running on said physical serverThat is how I had it set up.
I NEVER use Server 2012 R2 + Hyper-V
I only ever user Hyper-V Server 2012. There is no licensing involved in this.
-
Then from my Windows 10 desktop I have Hyper-V manager.
-
@JaredBusch said:
I NEVER use Server 2012 R2 + Hyper-V
I only ever user Hyper-V Server 2012. There is no licensing involved in this.
Ah.....
-
The only need for RDP to the Hyper-V server is for the initial setup. once that is fully setup, the only time you need to RDP into it (or ScreenConnect in my case) is to install Windows updates and reboot.
-
@JaredBusch said:
The only need for RDP to the Hyper-V server is for the initial setup. once that is fully setup, the only time you need to RDP into it (or ScreenConnect in my case) is to install Windows updates and reboot.
In fact you can install the RSAT on your desktop and reboot from that too.
-
@JaredBusch said:
I NEVER use Server 2012 R2 + Hyper-V
I only ever user Hyper-V Server 2012. There is no licensing involved in this.
When I was doing my research on this, it seemed to me that Server 2012 R2 + Hyper-V VERSUS the free Hyper-V server were basically almost the same.
Such as is said in this thread:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/0b5fcd33-ecc7-4aea-9e27-cb0ed9fed236/hyperv-2012-vs-windows-server-2012-w-hyperv-role?forum=winserverhyperv -
@BRRABill said:
When I was doing my research on this, it seemed to me that Server 2012 R2 + Hyper-V VERSUS the free Hyper-V server were basically almost the same.
The Hyper-V piece of it is the same. The weight of the management VM is the big difference.
-
@scottalanmiller said:
@BRRABill said:
When I was doing my research on this, it seemed to me that Server 2012 R2 + Hyper-V VERSUS the free Hyper-V server were basically almost the same.
The Hyper-V piece of it is the same. The weight of the management VM is the big difference.
They are the same thing in as much as it is basically server core + hyper-v.
They are not the same thing when it comes to licensing.
-
I consider ESXi the easiest to manage from a SMB point of view. You have the vSphere windows client or the brand new web client to manage ESXi servers one by one. If you buy an Essentials license you get vCenter for ESXi that enables you to manage all of your ESXi hosts in a single pane of glass.
XenServer with XenCenter is the middle of the ground (I haven't tried XenOrchestra yet). You get a single pane of glass more or less, but it is missing a lot of features that vSphere client. You'll find yourself needing to drop to the CLI to do some tasks - for example, you can't tell what actual files belong to what VM except through the CLI.
Last place is Hyper-V. You can fully mange the whole thing from a Windows desktop (once install is done). Install RSAT and Hyper-V Manager tools (see JB's post above). The thing that made me leap away from using Hyper-V was that I had to mange Hyper-V like I manage windows itself - a different tool for every aspect. If I wanted to manage the disks on the Hyper-V host, You have to use the Disk Management in Computer Management. If you want to manage the VMs themselves, you have to use Hyper-V manager. Having to hope between two to three apps was frustrating after using ESXi for 6+ years.
JB is a huge fan of Hyper-V. I think he will think XS is usable once he gets a change to use it for a while, but his comfort with Hyper-V will probably keep him there for a while.
-
@Dashrender said:
I consider ESXi the easiest to manage from a SMB point of view. You have the vSphere windows client or the brand new web client to manage ESXi servers one by one. If you buy an Essentials license you get vCenter for ESXi that enables you to manage all of your ESXi hosts in a single pane of glass.
This one is tough. ESXi Free is harder, I feel, but ESXi licensed is the easiest. But the difference is minor and for the SMB market that licensing cost and effort is non-trivial. So while I do agree that when licensed it is insanely easy, when it isn't it loses the single pain of glass making it more cumbersome, I feel, than XS with XC.
-
@scottalanmiller said:
@Dashrender said:
I consider ESXi the easiest to manage from a SMB point of view. You have the vSphere windows client or the brand new web client to manage ESXi servers one by one. If you buy an Essentials license you get vCenter for ESXi that enables you to manage all of your ESXi hosts in a single pane of glass.
This one is tough. ESXi Free is harder, I feel, but ESXi licensed is the easiest. But the difference is minor and for the SMB market that licensing cost and effort is non-trivial. So while I do agree that when licensed it is insanely easy, when it isn't it loses the single pain of glass making it more cumbersome, I feel, than XS with XC.
If you buy an agent based backup solution, then ESXi free is still every bit as easy as the paid one one.
-
@Dashrender said:
If you buy an agent based backup solution, then ESXi free is still every bit as easy as the paid one one.
Single pain of glass across multiple hosts?
-
@Dashrender said:
Last place is Hyper-V. You can fully mange the whole thing from a Windows desktop (once install is done). Install RSAT and Hyper-V Manager tools (see JB's post above). The thing that made me leap away from using Hyper-V was that I had to mange Hyper-V like I manage windows itself - a different tool for every aspect. If I wanted to manage the disks on the Hyper-V host, You have to use the Disk Management in Computer Management. If you want to manage the VMs themselves, you have to use Hyper-V manager. Having to hope between two to three apps was frustrating after using ESXi for 6+ years.
These are the tools that Windows administrators deal with daily though. so it is not like it is hard or unusual for them to use. that is the point. You whine about Hyper-V simply because of this imaginary single pane of glass thing that you think is required.
VMWare did not have this until recently. VMWare was managed via the desktop client and was not anywhere close to a single pane.
-
@scottalanmiller said:
@Dashrender said:
If you buy an agent based backup solution, then ESXi free is still every bit as easy as the paid one one.
Single pain of glass across multiple hosts?
OH.. well no. but I only had one host for 4 years.. and managing two hosts individually is really only 1% harder.
-
@JaredBusch said:
VMWare did not have this until recently. VMWare was managed via the desktop client and was not anywhere close to a single pane.
Eh? One VM host in a single pane/single app is how I managed my ESXi server for 4+ years. When I finally got my second host, I upgraded to ESXi essentials from free version and installed vCenter and now had a single pane for both servers.
-
@Dashrender said:
JB is a huge fan of Hyper-V. I think he will think XS is usable once he gets a change to use it for a while, but his comfort with Hyper-V will probably keep him there for a while.
For my clients, I am a huge fan of a solid solution that I do not have to manage. I set things up and let it go.
For us this was VMWare + Essentials until Hyper-2012 came out. Since Server 2012 released with the new Hyper-V functionality, that position shifted to Hyper-V. Because again, I can just set it up and let it go and not pay for Essentials.
XenServer will most certainly get to this point, but it is not there yet. It takes too much other insert thing to manage at this point.