User Tools

Site Tools


virtualization:microsoft:hyper-v-create-virtual-machine

This is an old revision of the document!


Manage Hyper-V Server remotely

Hint: If managing a server that is not joined to your domain connect to Hyper-V servers from a workstation using a login with admin username and password the same as server.

On Windows 8 Pro or higher PC add the Hyper-V Manager feature in Programs and Features under Hyper-V, Hyper-V Management Tools.

Make Hyper-V Server available for management

Configure the Hyper-V Server for Remote Access

http://technet.microsoft.com/en-us/library/ddb147c1-621c-4b89-9003-81c93ba050d7#BKMK_1_4

If the Server Core server is not a member of a domain, establish alternate credentials to use to connect to the Server Core computer by typing the following command at a command prompt on the remote computer:

cmdkey /add:<ServerName> /user:<UserName> /pass:<password>

Where: ServerName is the name of the Server Core server UserName is the name of an administrator account To be prompted for a password, omit the /pass option. When prompted, type the password for the user name that is specified in the previous step If the firewall on the Server Core server is not already configured to allow MMC snap-ins to connect, follow the steps in “To configure Windows Firewall to allow MMC snap-in(s) to connect.” Then return to this procedure.

Attach ISCSI Storage

http://www.techrepublic.com/blog/datacenter/configure-the-iscsi-initiator-in-windows-server-core-or-hyper-v-server/3945

On the Hyper-V server console command prmpt type iscsicpl. If the ISCSI Initiator service is not running click yes to start and make automatic at start up.

In the ISCSI Initiator type the “Target Name” of the ISCSI share and click connect.

It may take a reboot ofthe Hyper-V server to see the drive in Computer Management on your remote management PC.

Create a Hyper-V Virtual Machine using Windows 8 Hyper-V Manager

http://technet.microsoft.com/en-us/library/ddb147c1-621c-4b89-9003-81c93ba050d7#BKMK_1_4

On the Windows 8 computer, start an MMC snap-in, such as Computer Management. (right click computer, manage)

In the left pane, right-click the top of the tree and click Connect to another computer.

Type the computer name of the server that is in Server Core mode and click OK. You can now use the MMC snap-in to manage the Server Core server as you would any other computer running a Windows Server operating system.

On Windows 8 PC from Start just type hyper-v and choose Hyper-V Manager.

In the left pane right click on Hyper-V Manager and select “Connect to Server”.

Enter the Hostname or IP of server.

Right click the Hyper-V server name and select New, Virtual machine.

virtualization/microsoft/hyper-v-create-virtual-machine.1364682074.txt.gz · Last modified: 2013/03/30 16:21 by jcooper