分类: WINDOWS
2009-09-07 18:05:05
Today I’ve installed a Microsoft Hyper-V Server. The installation of this server is almost a next next next installation. After the installation, there are a few options you must configure before you can manage your Hyper-V Server.
1、netsh advfirewall set allprofiles settings remotemanagement enable
2、netsh advfirewall firewall set rule group="remote administration" new enable=yes
3、netsh advfirewall firewall set rule group="remote desktop" new enable=yes
4、cscript %windir%\system32\scregedit.wsf /AR 0
5、cscript %windir%\system32\scregedit.wsf /CS 0
6、winrm quickconfig
The next step is to install a management server. I’ve choosen for a Microsoft Windows 2008 Server x64 for the remote management of my Hyper-V Server.
I’ve configured a second virtual hard disk for the Hyper-V Server, so lets make it available for storing my new virtual machines.
1) Open Management Console on the Management Server. (Start, Run, MMC)
2 ) Add/Remove snap-in, Disk Management
3) The following computer: 172.16.1.200
4) Create a new partition
5) Check if the new disk is succesfully created
How to: remote creating virtual machine on Hyper-V Server
Before you’re going to manage the Hyper-V Server, you must install a feature.
1) Open the Server Manager
2 ) Features, Add features
3) Remote Server Administration Tools
4) Role Administration Tools
5) Hyper-V Tools
Now we are going to connect to the Hyper-V Server.1) Open the Hyper-V Manager
2) Right-click on Microsoft Hyper-V Servers
3) Connect to Server
4) Another Computer, 172.16.1.200
After connecting to the Hyper-V Server, I’ve get the following error:
“The Msvm_VirtualSystemManagementService object was not found”The solution for this error is installing the following update:
Hyper-V Update for Windows Server 2008 x64 Edition (KB950050)
For a list of all the available updates for Hyper-V Server, you can browse the following link.