blob: b4728ff4a628ce9c2cd3cfb75e8cd6f0fdb551d5 (
plain)
1 Hyper-V and Vista
2 =================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 Today I built out 8 more servers for our dev team. We have a blade server
10 hosting all of this with Hyper-V. Here's what my picture looks like...
11
12 I log into my Vista work machine, use terminal services to log into the blade
13 and open up Hyper-V Manager. From there I connect to the machine via Hypervisor
14 console.
15
16 Essentially, I have a remote window inside of a remote window. Naturally,
17 mouse and keyboard key sends are at less-than-desireable speeds. My hopeful
18 solution: Hyper-V management console on Vista.
19
20 Over the last year or so I have been hearing talks about how one could not
21 install Hypervisor on Vista so naturally my hopes were already somewhat
22 crushed. Despite the dire situation, I started the search (thanks Google) and
23 much to my suprise, with Vista SP1 Microsoft released a patch
24 (http://support.microsoft.com/kb/952627[KB952627]) to install the Hyper-V
25 Console through Windows Update (thank you Microsoft).
26
27 Here are the links (Windows authenticity check required)
28
29 Vista x86
30 http://www.microsoft.com/downloads/details.aspx?FamilyID=a46d0047-e383-4688-9449-83373226126a&displaylang=en&Hash=gUz0Srl8YL8V57oEvToZsTEga7tWBKPgtjBsGst7kRZwF96bbYMMRWbS3gQJnXWBzg24xhBYw6Zlw3ZNZ8C%2bgg%3d%3d
31
32 Vista x64
33 http://www.microsoft.com/downloads/details.aspx?FamilyID=f10e848f-289c-4e04-8786-395371f083bf&displaylang=en&Hash=AXftxujSp7eaWx3FURGL1rsoJAoqt0jtSsZfn/Ppq%2bSQXBuWEJ2010LWN8to%2b9azkVXBA/cXS3ONLqYZtBoCDA%3d%3d
34
35 Once the management console is installed, you should be able to remotely
36 connect to your server with Hyper-V.
37
38 Once again, thank you Microsoft for a very satisfying product.
39
40
41 Category:Microsoft
42
43 Category:Windows
44
45 Category:Virtualization
46
47
48 // vim: set syntax=asciidoc:
|