Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Windows Server 2008 R2 : Maintaining Virtual Machines - Understand Virtualization with Hyper-V

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
6/21/2011 4:06:04 PM
Windows Server 2008 R2 has many opportunities for IT administrators to implement a virtualization strategy. Virtual Server, Application Virtualization, Remote Desktop Gateways, and Remote Desktop all provide opportunities for virtualization. Although all these tools offer something uniquely valuable to the virtual environment, when we think of virtualization with Windows Server 2008 R2, we think of Hyper-V.

Hyper-V enables you to create and host an entire virtualized environment in which you can host client and server operating systems. Hyper-V offers the benefits of running multiple operating systems simultaneously on the same set of physical hardware. The problem of ever-increasing numbers of servers (called server sprawl), and its associated costs in both implementation and administration, can be effectively controlled with a Hyper-V environment. There are also benefits related to the testing and development areas of IT because test machine and development environments can be easily built, maintained, and reused. On a system running Hyper-V, the hardware utilization typically goes way up while the hardware and administration costs go way down. These benefits have made Hyper-V a very popular addition to the Windows Server 2008 R2 network.

1. Install Hyper-V

To install Hyper-V, your system must meet certain requirements:

  • It must have an x64-based processor.

  • The machine must support hardware-assisted virtualization. The processors must support Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V) enabled through the system BIOS.

  • Your system must have hardware-enforced Data Execution Prevention (DEP) via a BIOS-enabled Intel XD bit or AMD NX bit.

  • Your system must have Windows Server 2008 R2 Standard edition, Enterprise edition, or Datacenter edition installed.

Hyper-V is installed as a role on Windows Server 2008 R2. You will use Server Manager to install Hyper-V components and the Hyper-V Manager tool:

  1. Open Server Manager.

  2. Select Roles.

  3. Choose Add Roles.

  4. Select the box for the Hyper-V role.

  5. Click Next.

  6. Click Next to verify the informational messages.

  7. Select a network adapter to use with your virtual machines. (You can modify this later with the Virtual Network Manager.)

  8. Click Next.

  9. Click Install.

The server will install the components and services for Hyper-V. See Figure 1.

Figure 1. Installing Hyper-V

Once the installation of Hyper-V has completed, you will need to restart your computer.

After the restart, you can use a new tool called the Hyper-V Manager to manage your virtual networks and virtual machines. You can open Hyper-V Manager by opening Server Manager, expanding Roles, and selecting Hyper-V. You can also open Hyper-V Manager as a stand-alone tool from the All Programs menu or the Administrative Tools menu depending on how you have configured your Programs menu.

Hyper-V Manager consists of three panes, as you can see in Figure 2. The tree pane is on the left side, the details pane is in the center, and the Actions pane is on the right. As you select the server by its name in the tree pane, the options available in the details and Actions panes will update.

Figure 2. The Hyper-V Manager

2. Work with Virtual Networks

The first things you will want to do after installing Hyper-V is to build the virtual network infrastructure you will use to connect your virtual machines to one another and to make them available to the rest of your network, or even the rest of the world.

You can build and manage virtual networks using the Virtual Network Manager tool in the Hyper-V Manager. When the Hyper-V server is selected, you will find the Virtual Network Manager option in the Actions pane, as shown in Figure 3.

Figure 3. Virtual Network Manager option

When you click the Virtual Network Manager option, you will see the default network that was created when you installed Hyper-V, and you have the opportunity to create additional virtual networks. Virtual networks come in three distinct types:

External This type of virtual network binds to the physical network adapter so that virtual machines can access the physical network.

Internal This creates a network that can be accessed only by the virtual machines hosted by the local Hyper-V server and the host physical server.

Private This creates a virtual network that can be accessed only by the virtual machines hosted by the local Hyper-V server.

When you are working with virtual machines, you might want to have some machines connected to private virtual networks, such as in a testing environment. Or you might want to have machines connected to the physical network, such as a hosted web server, or a legacy server running as a virtual machine. The cool thing is that Virtual Network Manager does not limit you to creating a single virtual network. You can build multiple virtual networks and link virtual machines to the various virtual networks based on your network needs.

To create a virtual network, follow these steps:

  1. Open the Hyper-V Manager.

  2. Select the server name in the tree pane.

  3. Click Virtual Network Manager in the Actions pane.

  4. Select the type of network you want to create (External, Internal, or Private).

  5. Click Add.

  6. Enter the name of your virtual network, as shown in Figure 4.

    Figure 4. Create Virtual Network Wizard
  7. Enter any details or notes about the virtual network into the Notes field.

  8. Under Connection Type, select the network interface (for an external network), or select the Internal Only or Private Virtual Machine Network radio button.

  9. In the event that you are using an external network, you can also enable and use a VLAN ID in conjunction with this virtual network.

  10. Click OK.

The nice thing about the Virtual Network Manager tool is that you can easily add new virtual networks and make adjustments or changes to existing networks with relative ease. If you open the Virtual Network Manager, the virtual networks you have already created are visible in the details pane on the left. You can select them by name and make any changes, including removing the entire virtual network, by simply adjusting the settings in the details pane.

Other -----------------
- Troubleshooting Technologies That Support Exchange Server 2003 (part 2)
- Troubleshooting Technologies That Support Exchange Server 2003 (part 1)
- Troubleshooting Microsoft Exchange Server 2003 : Troubleshooting Security
- Windows Server 2008 R2 : View Server Events - Work with the Event Viewer
- Windows Server 2008 R2 : View Server Performance Data (part 2) - Understand Performance Monitor
- Windows Server 2008 R2 : View Server Performance Data (part 1) - Create a System Health Report
- Microsoft Dynamics CRM 2011 : Working with Activities and Notes - Managing Your Activities
- Microsoft Dynamics CRM 2011 : Working with Activities and Notes - Creating a Note
- SQL Server 2008 : Indexing for Performance - Post-Index Creation
- SQL Server 2008 : Indexing for Performance - Creating Indexes Using the GUI
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server