Microsoft has a Windows Server edition (not to be confused with the Hyper-V feature itself) called "Hyper-V Server 2012" that is free (runs the Core role and is CLI only), and you can virtualize it (with itself) to as many VMs as you'd like?
"Every element of the operating system and virtually every other companion server, such as SQL, Exchange or Lync, are completely manageable through PowerShell. This is so ingrained that the GUIs are just buttons that call PowerShell scripts underneath."
yea, but IIS, HyperV and any internal features to the OS (DNS Server, DHCP, ActiveDirectory, etc) all, on 2012, have Powershell support, but not necessarily on 2008 R2.
I think what makes powershell a bigger feature w/ 2012 is really the new server management stuff. Basically you can go through the normal configuration you would do for the server, and then save out that configuration to a file, and then using powershell you can push out that configuration to multiple servers simultaneously.
Yeah, this is a nice feature that is quite useful. While you can install SQL Server on core through powershell, it's a lot simpler to just upgrade and use the GUI then downgrade back to core.
Hard to take it seriously when they start off by suggesting that the web server, by itself, makes it a good investment. I have nothing against IIS (I think handlers written in C# is a solid feature compared to the alternatives for other servers)...but at best IIS is as good as many free alternatives. Maybe they mean within the context of ASP.NET hosting, but they really should make that clear (and if so, say how, exactly, it's better for ASP.NET).
Microsoft licensing costs are a rounding error compared to the cost of employees for a business.
"Free" and "Alternative" are valid comparison terms if you are thinking of industries such as Shared Hosting and use-cases of PHP.
There is a reason why MS makes the billions it does every year with "free alternatives" on the market... Because they solve a lot of problems for some people.
I do not read this as a pitch for people currently running nginx to move to Windows. Instead it is targeted, it seems, at people running prior versions of Windows, and who have various reasons to prefer to continue with that platform. I don't quite buy the "this ends the jokes" bit, as the jokes ended long ago (the world was once awash with IIS exploits. It has been a rock-solid, high-performance platform since IIS 6.0, if not before).
The keyboard shortcuts don't work in a less-than-fullscreen terminal server session. That's where a lot of my admin work happens, and having to hover over that corner sucks.
That only appears to work through one level. Right now I'm remote-desktoping a physical computer and have a Hyper-V VM open on that. Alt+Home will pass through to the VM only if the remote-desktop session to the host is full-screen.
I think the really operative phrase in this article is:
"Once you have assembled the list of scriptlets you need – printed, laminated and guarded by a fire elemental as in days of old – you can make the 2012 stack of Microsoft software sing."
My biggest issue with using windows server 2012 is the cognitive dissonance encountered when using the product. Are they trying to go more like unix and use command line scripts (e.g: powershell)? It sure seems that way. However, they also bolted on the most horrid and inappropriate UI ever onto the product. Is there some reason a hierarchical menu system doesn't make sense for an admin? Do they adopt a sensible convention of making all the configuration text editable? Is built in remote command line administration present (e.g: ssh?) It doesn't seem like it.
As a competent linux admin and novice windows server admin it seems very confusing.
And don't get me started on hyper-V. I really tried to use and spent almost a day of investigation. However, there really is nothing for documentation. With ESXI you download it, install, connect vmware fusion, and start working. Done. Couldn't figure out how to do that hyper-V.
I think so. I do recall attempting to install the hyper-V on a server core installation. However, I think the problem was that the management tools required either windows server 2008 (which I didn't have) or Vista (which I didn't have). I don't know why the management tools aren't just a win32 binary (like VWWare Vsphere).
It seems that CSVs still require a shared storage system. The biggest thing I miss on Windows is a DRBD equivalent. I want to take a couple servers, and have them sync up their disks over the network - no need for a single point of failure SAN.
DRBD gives me a block device that's mirrored on 2 or 3 machines. DFS is like a file-level replication system or something. For instance, I can use DRBD as an iSCSI target for instance and then failover SQL Server. Or I can use any other app that requires no possibility of conflicts or uses open files.
AFAIK, Microsoft still has no solution in this case but to introduce a single point of failure via a SAN or other shared storage. I'd love to be wrong.
I have been running Windows Server 2012 (Standard) as my main desktop for the past couple of months and I absolutely love it... I installed it onto an IBM x3100 M4 open box special ($400!) that I had picked up and after I added 32GB of RAM, an nVidia Quadro 600 and 5 (JBOD-configured) hard drives to it, the thing absolutely flies. Last night I had 2 VMs running in the background, 1 XP the another with an install of Win7 in progress and meanwhile I was playing a game of WoW on high-quality.
I did not replace the start menu because I like the big tiled-display. The only thing I miss on this new start screen is Jump Lists because I do not pin things to the task-bar (I prefer quick-launch), so Jump Lists are effectively useless to me now. The only usability tweaks I installed are: 7 Taskbar Tweaker and AutoHotKey. Other than that, the thing just works.
Microsoft has a Windows Server edition (not to be confused with the Hyper-V feature itself) called "Hyper-V Server 2012" that is free (runs the Core role and is CLI only), and you can virtualize it (with itself) to as many VMs as you'd like?
http://blogs.technet.com/b/keithmayer/archive/2012/09/07/get...
That's huge!