Lab Guide – Windows 2012 RTM Install and Configure Windows and Hyper-V


The Word Version of this doc can be found at:

/wp-content/uploads/2012/09/FY13H1-IT-Camp-Hands-On-Lab-Hyper-V-Quick-Guide.docx

 

Microsoft IT Camp

Hands-On Lab

Windows Server 2012:  Getting Started

 

Lab version:        1.0.0

Last updated:     8/15/2012

 

Original Post Location of this Guide:

Lab Guide – Windows 2012 RTM Install and Configure Windows and Hyper-V

 

Contents

Overview.. 2

Objectives  2

Prerequisites  2

Lab 1 – Prepare Dual Boot Windows Server 2012 using Native Boot to VHD. 3

Lab 2 – Install & Configure Hyper-V. 4

Lab 3 – Create Virtual Machines. 5

Lab 4 – Configure Virtual Machines. 6

Lab 5 – Snapshot. 7

Post Lab Configuration. 8

More Information. 9

 

Objectives

In this series of exercises, you will explore the following:

·        Install Hyper-V

·        Modify Hyper-V Settings.

·        Create Virtual Machines and Differencing Disks.

·        Modify Settings for Virtual Machines.

·        Create Domain

·        Get connectivity working between guest machines

·        Add computer to domain

Prerequisites

·        Knowledge of Windows Server, Hyper-V and Virtualization

·        Computer running Windows 7 or Windows Server 2008 R2 or later

      At least 40 GB of free disk space (75 GB preferred)

      4gb memory (8gb preferred)

      x64 compatible processor with hardware assisted virtualization (Intel VT or AMD-V technology)

      At least one disk without encryption technology (Bitlocker or 3rd party)

      Drives Configure as Basic Disks (Not Dynamic)

      One Network Patch Cable

                NOTE: Before beginning this lab, please confirm that your computer is configured with hardware virtualization technology and hardware memory protection BOTH ENABLED.  To confirm these settings, you may need to shutdown and reboot your computer into BIOS Setup. 

Tasks in this lab module

v  Create Directory Structure for Virtual Machine Use and Copy Files

v  Configure Dual Boot (uses AutoBootVHD8.cmd)

1)      Create a Directory Structure for Virtual Machine Use and copy files

  1. Log on to your server as Administrator account
  2. Open Windows Explorer.
  3. Create the following Directory Structure at the root of Drive C: or D: [use the one with the most space]
    1. Images
    2. ImagesBase
  4. Copy AutoBootVHD8.cmd to Images  (.TXT version also available if trouble downloading; rename it to .CMD)
  5. Copy either Server2012RTM.zip (18gb VM – Limited Space)  or vhd_server_serverdatacentereval_en-us.exe (40gb VM) to Images
    1. Extract VHD file from ZIP or .EXE to images folder and rename to Server2012RTM.vhd
    2. This will be used for Boot2VHD
  6. Open elevated Command Prompt  Start | type cmd | Right-click cmd (top of menu) | Run as Administrator
  7. Change to drive you extracted files to by typing the drive letter followed by a colon (eg.  D: }
  8. Change to the images folder:  CD  images
  9. If using .EXE version of VHD:
    1. Copy Server2012RTM.VHD to Imagesbase {this will be used for guests}
    2. Create Boot Loader: Run the AutoBootVHD8.cmd file by typing {change drive letter as needed}
      1. AutoBootVHD8.cmd  D:imagesServer2012RTM.VHD   -upgrade
      2. Check for errors, Alert lab monitors if any errors
  10. If using Older .ZIP version of VHD:
    1. AutoBootVHD8.cmd  D:imagesServer2012RTM.VHD   -upgrade
    2. Check for errors, Alert lab monitors if any errors
    3. C:windowssystem32bcdboot   E:windows   /s   E:

Replace E: above with the drive letter of your mounted VHD

    1. Check for errors, Alert lab monitors if any errors
    2. Eject Drive
      1. Win8/2012 Open Windows Explorer – Right-Click on the VHD Drive [E:] and select Eject
      2. Win7/2008r2 Right-Click My Computer – Manage – Storage – Disk Management – Click E: (Mounted drive) {bottom} select Detach VHD
    3. Copy ImagesServer2012RTM.VHD to ImagesBaseServer2012RTM.VHD  {this will be used for Guests)
  1. Optional: When finished, type msconfig <ENTER> – click Boot tab = to see the new boot option Click OK
  2. Restart computer and let it boot into Windows Server 2012
    1. An Automatic second reboot will be done after installing drivers
    2. Accept the license agreement {turn on checkbox; click Accept}
    3. Regional settings Click Next 
    4. Type in a password {P@ssword} and confirm in the second box – Click Finish.
    5. CTRL-Alt-Delete to Login – enter your password P@ssword

Tasks in this lab module

v  Create Directory Structure for Virtual Machine Use and Copy Files

v  Modify Hyper-V Settings

v  Create a Virtual Network Switch

2)      Install Hyper-V

a.      In Server Manager click “Add roles and features

b.      Before You Begin: Next

c.      Installation Type: “Roll-based feature-based installation”; click Next

d.      Server Selection: Click Next

e.      Server Roles: Click the checkbox next to Hyper-V ; In the popup, click Add Features ; Click Next

f.       Features; Enable Wireless LAN Service;  Click Next

g.      Hyper-V Click Next

h.      Hyper-V – Virtual Switches;  We will manually add the switch later; just click Next

                                          i.     (if you do not have a network adapter listed that means you need to install a NIC driver; we can do that later)

i.       Migration click Next (we will enable this later)

j.       Default Stores; Click Next

k.      Confirmation: Turn on checkbox to “Restart destination server automatically if required” ; in the popup; click Yes to restart automatically; then click Install

l.       After Reboots, Login to server {password = P@ssword}

m.    Click Close on Installation Progress Page (may take a min or two for the box to come up}

 

3)      Modify Hyper-V Settings

  1. Open Hyper-V Manager.  {Start Keyboard Button – Hyper-V Manager}
  2. Click on your server name in the left pane
  3. In Actions Pane, click Hyper-V Settings.
  4. In left Pane click Virtual Hard Disks enter D:imagesHyper-V [substitute your drive letter]
  5. In left Pane click Virtual Machines enter D:imagesHyper-V and click OK [substitute your drive letter]

4)      Create a Virtual Network Switch

  1. In the Actions Pane, click Virtual Switch Manager.
  2. In the Create virtual switch pane, click Internal and then click Create Virtual Switch.
  3. Enter IT Camp Lab for the Name and click OK.
  4. Create one more virtual switch with following information:
    1. Type: Internal
      Name: IT Camp Heartbeat
  5. Later, you will want to come back in here to create an External network that will be linked to your physical NIC.  But, let’s not do that now.


 

Lab 3 – Create Virtual Machines

Tasks in this lab module

v  Create Virtual Machines (VM)

v  Create Differencing Hard Disks for use by Virtual Machines

v  Associate Hard Disks with Virtual Machines

5)      Create Virtual Machines

  1. Log on to Server as Administrator account.
  2. Open Hyper-V Manager.  Click the Server Name in the left pane
  3. In Actions Pane, Click New -> Virtual Machine
    1. Before You Begin screen: Click Next
    2. Specify Name Type: DC Click Next
    3. Check Store the virtual machine in a different location option and click Next
    4. Assign Memory [Optional: Turn on checkbox Use Dynamic Memory for this virtual machine] Click Next
    5. Configure Networking, Set Connection to IT Camp Lab click Next
    6. For Connect Virtual Hard Disk setting, select Attach a virtual hard disk later and click Finish

6)      Create Differencing Hard Disks for Use by Virtual Machines

  1. In Actions Pane, click New -> Hard Disk
    1. Before You Begin; Click Next
    2. Choose Disk Format: VHD
    3. Choose Disk Type: Differencing
    4. Specify Name and Location:

                                                    i.     Name: DC.vhd

                                                   ii.     Location: D:ImagesHyper-VDC

    1. Configure Disk: D:ImagesBaseServer2012RC.vhd click Finish

7)      Associate Hard Disks with Virtual Machines

  1. Right Click DC and choose Settings.
  2. Click IDE Controller 0 and click Add.
  3. Click Browse and navigate directory structure to D:ImagesHyper-VDCDC.vhd and click Open.
  4. Click OK.

 

8)      Start DC.  {Right-Click DC – Select Start}  — For the sake of saving time, skip down to lab 4 to keep the DC moving

 

9)      Repeat Step 5 and create the following additional Virtual Machines

    1. Storage, Cluster1, Cluster2

10)   Repeat Step 6 to create additional Hard Disks

    1. Name: Storage.vhd; Location: D:Images Hyper-V Storage
    2. Name: Cluster1.vhd; Location: D:Images Hyper-V Cluster1
    3. Name: Cluster2.vhd; Location: D:Images Hyper-V Cluster2

11)   Repeat Step 7 to Attach Hard Disks (IDE Controller 0) for the following Virtual Machines:

    1. Storage = D:ImagesStorageStorage.vhd
    2. Cluster1 = D:ImagesCluster1Cluster1.vhd
    3. Cluster2 = D:ImagesCluster2Cluster2.vhd

Lab 4 – Configure Virtual Machines

Tasks in this lab module

v  Configure Virtual Machines (VM)

 

12)   Configure Virtual Machines

  1. Configure DC.

A.     Start DC.  {Right-Click – Select Start}

B.     When Server has finalized configuring devices, finish the setup and log in to the server.

                                          i.     Skip through Pre-Installation Environment adjusting settings as desired

                                         ii.     Use P@ssword as the password – Click Finish

                                        iii.     Double-Click title bar to get into full screen mode

                                        iv.     CTRL-ALT-End to get login screen in full screen mode

C.     Configure IP with the following settings:

                                          i.     Start – Type Network – Click Settings – Click Network and Sharing Center

                                         ii.     Click Change Adapter Settings  (Left Pane)

                                        iii.     Right Click Ethernet – Select Properties;  Click TCP/IP v4 – Select properties; Use the following IP Address:

IP Address: 192.168.1.10
Subnet Mask: 255.255.255.0
Default Gateway:  <Leave Blank>

Preferred DNS: 127.0.0.1

                                        iv.     OK; Close; close network Connections; close network and Sharing center

D.     Change Computer Name to DC.

                                          i.     Start – Right-Click Computer – Select Properties;  click Change settings; click change; type DC under Computer Name; OK;  OK; Close; Restart Now;

                                         ii.     Login to server (CTRL-ALT-End Administrator: P@ssword)

E.      Add Active Directory Domain Services and make this a Domain Controller (pick your own domain name) Login using administrator [Note: Ctrl-Alt-End from a Guest window will perform Ctrl-Alt-Delete on the guest]

                                          i.     Shortcut:  Start; Windows Powershell;

·        Install Active Directory Domain Services

a.      Add-windowsfeature      Ad-Domain-Services

b.      While running, this is a good time go back and finish lab 3

·        Create forest and Promote to Domain Controller

a.      Install-ADDSForest –domainname “corp.contoso.loc”

                                                                                                      i.     Ok to use different domain name if you like J

                                                                                                     ii.     Enter password P@ssword  {recovery password}

                                                                                                    iii.     Re-enter password P@ssword

                                                                                                    iv.     A <ENTER> (for – Yes To All)

                                                                                                     v.     Log back into server P@ssword – You are now logged into the domain

b.      If you did not Finish Lab 3, now is a good time to do it.

c.      If done with Lab 3- Move on to Step 2 below {while domain creation runs}

                                         ii.     Long Way:  online http://go.microsoft.com/fwlink/?linkid=220921

·        Note: DCPromo No longer exists


 

  1. Configure Storage
    1. Start Storage.
    2. When Server has finalized configuring devices, finish the setup and log in to the server.
      1. Skip through Pre-Installation Environment adjusting settings as desired
      2. Use P@ssword as the password – Click Finish
    3. Configure IP with the following settings:  (See Lab 4: 12.1 above for step-by-step)
      1. Start – Type Network – Click Settings – Click Network and Sharing Center; Click Change Adapter Settings  (Left Pane)
      2. Right Click Ethernet – Select Properties;  Click TCP/IP v4 – Select properties; Use the following:
      3. IP Address: 192.168.1.11
        Subnet Mask: 255.255.255.0
        Default Gateway:  <Leave Blank>

Preferred DNS = 192.168.200.10

    1. Change Computer Name to Storage and Join corp.contoso.loc Domain
      1. Start – Right-Click Computer – Select Properties;  click Change settings; click change;
        1. type Storage under Computer Name;
        2. Select Member of Domain Type corp.contoso.loc under Domain Click OK  – In the popup use Adminstrator and P@ssword for credentials – Click OK on the welcome dialog; Click OK on Restart dialog; click close on system properties
      2. Click Restart Now;
      3. Click the left arrow and select “Other User”; Type corpadministrator for user name and P@ssword for the password then press <Enter>
      4. You are now logged into the domain

Tasks in this lab module

v  Create Snapshot of all Virtual Machines

 

1)      In Hyper-V Manager, highlight all VMs (DC, Storage, Cluster1, and Cluster2).

a)      You can select multiple VMs by holding down the CTRL key while selecting VMs.

2)      Right Click and select Snapshot.

 

 

End of Lab…


 

Tasks in this lab module

v  Configure more Virtual Machines (VM)

When you get home/office, you can finish setting up the other two machines…

  1. Configure Cluster1
    1. Start Cluster1.
      1. When Server has finalized configuring devices, finish the setup and log in to the server.
      2. Use P@ssw0rd as the password.
    2. Configure IP with the following settings:
      1. IP Address: 192.168.1.21
        Subnet Mask: 255.255.255.0
        Default Gateway:  <Leave Blank>

Preferred DNS = 192.168.1.10

    1. Change Computer Name to Cluster1 and Join corp.contoso.loc Domain
      1. Start – Right-Click Computer – Select Properties;  click Change settings; click change;
        1. type Cluster1 under Computer Name;
        2. Select Member of Domain Type corp.contoso.loc under Domain Click OK  – In the popup use Adminstrator and P@ssword for credentials – Click OK on the welcome dialog; Click OK on Restart dialog; click close on system properties;  Click Restart Now;
      2. Click the left arrow and select “Other User”; Type corpadministrator for user name and P@ssword for the password then press <Enter>
  1. Configure Cluster2
    1. Start Cluster2.
      1. When Server has finalized configuring devices, finish the setup and log in to the server.
      2. Use P@ssw0rd as the password.
    2. Configure IP with the following settings:
      1. IP Address: 192.168.1.22
        Subnet Mask: 255.255.255.0
        Default Gateway:  <Leave Blank>

Preferred DNS = 192.168.1.10

    1. Change Computer Name to Cluster1 and Join corp.contoso.loc Domain
      1. Start – Right-Click Computer – Select Properties;  click Change settings; click change;
        1. type Cluster2 under Computer Name;
        2. Select Member of Domain Type corp.contoso.loc under Domain Click OK  – In the popup use Adminstrator and P@ssword for credentials – Click OK on the welcome dialog; Click OK on Restart dialog; click close on system properties
      2. Click Restart Now;
    2. Click the left arrow and select “Other User”; Type corpadministrator for user name and P@ssword for the password then press <Enter>


 

More Information

Dan’s Blog

http://itproguru-app.azurewebsites.net

Windows Server Blogs

http://blogs.technet.com/b/windowsserver/

Windows Server 2012 Product Download

http://aka.ms/getwin2012

Microsoft Virtual Academy

http://aka.ms/gurumva 

Windows Server 2012 Virtual Labs

http://technet.microsoft.com/en-us/windowsserver/hh968267.aspx

Windows Azure 90-Day Free Trial Page

http://aka.ms/iaas