Book Image

Hyper-V Network Virtualization Cookbook

By : Ryan Boud
Book Image

Hyper-V Network Virtualization Cookbook

By: Ryan Boud

Overview of this book

Table of Contents (16 chapters)
Hyper-V Network Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing IPAM in Windows Server 2012 R2


  • This will be a single server installation of IPAM to allow you to understand the potential capabilities of the feature and what you can do with it.

Getting ready

For this recipe, the following setup is required:

  • A Virtual Machine running Windows Server 2012 R2 Standard or higher with a GUI

  • A new instance of SQL Server for the IPAM database (alternatively, you can use the Windows Internal Database)

Visit http://technet.microsoft.com/en-us/library/dn758115.aspx for more details.

How to do it…

The following diagram shows you the high-level steps involved in this recipe:

  1. Launch an elevated PowerShell console on the new server. In this recipe, the server will be DEMO-IPAM01.

  2. Enter the following PowerShell command:

    Install-WindowsFeature –Name IPAM -IncludeManagementTools
    
  3. Open Server Manager and click on IPAM. You will see the following screen:

  4. You will see that you are connected to the local IPAM server and that it is yet to be configured.

  5. In the QUICK START section...