Archive

Archive for the ‘Virtualization’ Category

Remotely Manage Hyper-V from Windows 7

October 5, 2009 µ Leave a comment

Problem:
You need to remotely manage your Hyper-V server from Windows 7.

Solution:
Download and install the “Remote Server Administration Tools for Windows 7” from Microsoft. http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displaylang=en

Enable the Hyper-V Tools from “Conrtol Panel>Programs>Turn Windows features on or off” menu:
hyperv_feature7

You should now have a “Hyper-V Manager” shortcut on your Administrative Tools menu.

µ

Categories: Virtualization, Windows 7

Remote Management of Hyper-V Server or Server Core

September 21, 2009 µ Leave a comment

Problem:
You receive an error Virtual Disk Manager “The RPC server is unavailable” when attempting to remotely manage Hyper-V Server 2008 or Windows Server 2008 Core Installation:
rpcserver

Solution:
Run the following command on the client and on the server:

netsh advfirewall firewall set rule group="Remote Volume Management" new enable=yes

You have the option of using the Server Configuration menu on the server side if your using Hyper-V Server 2008. Select option 4, Configure Remote Management:configmenu

Select option 1, Allow MMC Remote Management:
remotemanage

µ

Hyper-V Server 2008 R2 Server Configuration Menu

September 21, 2009 µ Leave a comment

Problem:
You’ve closed the Hyper-V Server 2008 R2 Server Configuration menu and need to re-open it:
closedsconfig

Solution:
The command to re-open this window has changed with the R2 release. The new command is sconfig.cmd, with the non-R2 version, the command was hvconfig.cmd. Start Windows Task Manager by pressing Ctrl & Shift & Esc. Click File>New Task:
taskmanager

Type cmd.exe /k C:\Windows\system32\sconfig.cmd and click ok:
sconfigcmd

You now have a new Server Configuration window:
configmenu

Simply entering sconfig.cmd in the command prompt window will work, but you’ll lose your command prompt window so it is a less than desirable solution.

µ