Configure Hyper-Vhe concept of virtualizing servers has, in the past s dịch - Configure Hyper-Vhe concept of virtualizing servers has, in the past s Việt làm thế nào để nói

Configure Hyper-Vhe concept of virt

Configure Hyper-V



he concept of virtualizing servers has, in the past several years, grown from a novel experiment to a convenient lab and testing tool to a legitimate deployment strategy for
production servers. Windows Server 2012 includes the Hyper-V role, which enables admin- istrators to create virtual machines (VMs), each of which runs in its own isolated environ- ment. VMs are self-contained units that administrators can easily move from one physical computer to another, greatly simplifying the process of deploying network applications and services.
This chapter covers some of the fundamental tasks that administrators perform to create and deploy Hyper-V servers and VMs.


Objectives in this chapter:
■ Objective 3.1: Create and configure virtual machine settings
■ Objective 3.2: Create and configure virtual machine storage
■ Objective 3.3: Create and configure virtual networks


Objective 3.1: Create and configure virtual machine
settings

Server virtualization in Windows Server 2012 is based on a module called a hypervi-
sor. Sometimes called a virtual machine monitor (VMM), the hypervisor is responsible for abstracting the computer’s physical hardware and creating multiple virtualized hardware environments, called VMs. Each VM has its own (virtual) hardware configuration and can run a separate copy of an operating system (OS). Therefore, with sufficient physical hard- ware and the correct licensing, a single computer running Windows Server 2012 with the Hyper-V role installed can support multiple VMs, which administrators can manage as if they were standalone computers.
This objective covers how to:
■ Configure dynamic memory
■ Configure smart paging
■ Configure Resource Metering
■ Configure guest integration services



Virtualization architectures
Virtualization products can use several different architectures to share a computer’s hard-
ware resources among VMs. The earlier type of virtualization products, including Microsoft Windows Virtual PC and Microsoft Virtual Server, requires a standard OS installed on a computer. This becomes the “host” OS. Then you install the virtualization product, which adds the hypervisor component. The hypervisor essentially runs alongside the host OS, as shown in Figure 3-1, and enables you to create as many VMs as the computer has hardware to support.


FIGURE 3-1 A hybrid VMM sharing hardware access with a host operating system.

This arrangement, in which the hypervisor runs on top of a host OS, is called Type II virtu- alization. By using the Type II hypervisor, you create a virtual hardware environment for each VM. You can specify how much memory to allocate to each VM, create virtual disk drives by using space on the computer’s physical drives, and provide access to peripheral devices. You then install a “guest” OS on each VM, just as if you were deploying a new computer. The host OS then shares access to the computer’s processor with the hypervisor, with each taking the clock cycles it needs and passing control of the processor back to the other.
Type II virtualization can provide adequate VM performance, particularly in classroom and laboratory environments, but it does not provide performance equivalent to separate physical computers. Therefore, it is not generally recommended for high-traffic servers in production environments.
The virtualization capability built into Windows Server 2012, called Hyper-V, uses a dif- ferent type of architecture. Hyper-V uses Type I virtualization, in which the hypervisor is an abstraction layer that interacts directly with the computer’s physical hardware—that is, with- out an intervening host OS. The term hypervisor is intended to represent the level beyond the term supervisor, in regard to responsibility for allocating a computer’s processor clock cycles.
The hypervisor creates individual environments called partitions, each of which has its own OS installed and accesses the computer’s hardware via the hypervisor. Unlike Type II virtualization, no host OS shares processor time with the hypervisor. Instead, the hypervisor designates the first partition it creates as the parent partition and all subsequent partitions as child partitions, as shown in Figure 3-2.


FIGURE 3-2 A Type I VMM, with the hypervisor providing all hardware access.

The parent partition accesses the system hardware through the hypervisor, just as the child partitions do. The only difference is that the parent runs the virtualization stack, which creates and manages the child partitions. The parent partition is also responsible for the subsystems that directly affect the performance of the computer’s physical hardware, such as Plug and Play, power management, and error handling. These subsystems also run in the OSs on the child partitions, but they address only virtual hardware, whereas the parent, or root, partition handles the actual hardware.


NOTE HYPER-V

It might not seem like the Hyper-V role in Windows Server 2012 provides Type I virtualiza- tion, because it requires the Windows Server OS to be installed and running. However, add- ing the Hyper-V role actually converts the installed instance of Windows Server 2012 into the parent partition and causes the system to load the hypervisor before the OS.


Hyper-V implementations
Windows Server 2012 includes the Hyper-V role only in the Standard and Datacenter edi-
tions. The Hyper-V role is required for the OS to function as a computer’s primary partition, enabling it to host other VMs. No special software is required for an OS to function as a guest OS in a VM. Therefore, although Windows Server 2012 Essentials does not include the Hyper-V role, it can function as a guest OS. Other guest OSs supported by Hyper-V include
the current Windows workstation OSs and many other non-Microsoft server and workstation products.
Hyper-V licensing
As far as Hyper-V is concerned, the primary difference between the Standard and Datacenter editions of Windows Server 2012 is the number of VMs they support. When you install a Windows Server 2012 instance on a VM, you must have a license for it, just like when you install it on a physical machine. Purchasing the Datacenter edition licenses you to create an unlimited number of VMs running Windows Server 2012 on that one physical machine. The Standard license provides only two virtual instances of Windows Server 2012.


NOTE LICENSING

The licensing restrictions of the Windows Server 2012 Standard and Datacenter editions do not govern how many VMs you can create. They only govern what OS you are permitted to install on the VMs. You can, for example, use a Standard edition license to create only two virtual instances of Windows Server 2012, but you can also create any number of VMs run- ning a free Linux distribution.


Hyper-V hardware limitations
The Windows Server 2012 version of Hyper-V contains massive improvements in the scal- ability of the system over previous versions. A Windows Server 2012 Hyper-V host system can have up to 320 logical processors, supporting up to 2,048 virtual CPUs and up to 4 terabytes (TB) of physical memory.
One server can host as many as 1,024 active VMs, and each VM can have up to 64 virtual
CPUs and up to 1 TB of memory.
Hyper-V can also support clusters with up to 64 nodes and 8,000 VMs.


NOTE WINDOWS POWERSHELL

Another major improvement in the Windows Server 2012 version of Hyper-V is the inclu- sion of a Hyper-V module for Windows PowerShell, which includes more than 160 new cmdlets dedicated to the creation and management of the Hyper-V service and its VMs.


Hyper-V Server
In addition to the Hyper-V implementation in Windows Server 2012, Microsoft provides a dedicated Hyper-V Server product, which is a subset of Windows Server 2012. Hyper-V Server includes the Hyper-V role, which it installs by default during the OS installation. With the exception of some limited File and Storage Services and Remote Desktop capabilities, the OS includes no other roles, as shown in Figure 3-3.

FIGURE 3-3 Roles available in Hyper-V Server.

The Hyper-V Server is also limited to the Server Core interface, although it includes a simple, script-based configuration interface, as shown in Figure 3-4. You can manage Hyper-V Server remotely by using Server Manager and Hyper-V Manager, just as you would any other Server Core installation.


FIGURE 3-4 The Server Core interface in Hyper-V Server.
Unlike Windows Server 2012, Hyper-V Server is a free product, available for download from Microsoft’s website. However, Hyper-V Server does not include any licenses for virtual instances. You must obtain and license all the OSs you install on the VMs you create.

Installing Hyper-V
Once you have the appropriate hardware and the required licenses, you can add the Hyper-V
role to Windows Server 2012 by using Server Manager, just as you would any other role.
Adding the Hyper-V role installs the hypervisor software, and, in the case of a full GUI installation, also installs the management tools. The primary tool for creating and managing VMs and their components on Hyper-V servers is the Hyper-V Manager console. Hyper-V Manager provides administrators with a list of all the VMs on Windows Server 2012 systems and enables administrators to configure the environments of both the servers and the indi- vidual VMs. There is also a set of Hyper-V cmdlets for Windows PowerShell that enables you to exercise complete control over VMs using that interface.
Microsoft recommends that you do not install other roles with Hyper-V. It is better to implement any other roles that you need the physical computer to perform within one of the VMs you create by using Hyper-V. In addition, you might want to consider installing Hyper-V on a computer by using the Server Core installation option. This will minimize the overhead expended on the partition. As with other roles, installing Hype
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Cấu hình Hyper-V


ông khái niệm của virtualizing máy chủ đã, trong nhiều năm qua, phát triển từ một thử nghiệm tiểu thuyết đến một phòng thí nghiệm thuận tiện và các công cụ kiểm tra cho một chiến lược hợp pháp triển khai cho
máy chủ sản xuất. Windows Server 2012 bao gồm vai trò Hyper-V, cho phép quản trị-istrators để tạo ra máy ảo (VMs), mỗi trong số đó chạy trong riêng của mình bị cô lập environ-ment. Máy ảo là đơn vị khép quản trị viên có thể dễ dàng di chuyển từ một máy tính vật lý khác, rất nhiều đơn giản hóa quá trình của việc triển khai các ứng dụng mạng và dịch vụ.
chương này bao gồm một số trong những nhiệm vụ cơ bản mà người quản trị thực hiện để tạo ra và triển khai Hyper-V máy chủ và máy ảo.


mục tiêu trong chương này:
■ 3.1 mục tiêu: Tạo và đặt cấu hình cài đặt máy ảo
■ 3.2 mục tiêu: tạo và đặt cấu hình máy ảo lí
■ mục tiêu 3.3: tạo và đặt cấu hình mạng ảo


3.1 mục tiêu: tạo và đặt cấu hình máy ảo
cài đặt

ảo hóa máy chủ Windows Server 2012 được dựa trên một mô-đun được gọi là một hypervi-
sor. Đôi khi được gọi là một màn hình máy ảo (VMM), hypervisor chịu trách nhiệm về abstracting phần cứng vật lý của máy tính và tạo ra nhiều diện phần cứng môi trường, được gọi là máy ảo. Mỗi VM có cấu hình (ảo) phần cứng riêng của mình và có thể chạy một bản sao riêng biệt của một hệ điều hành (OS). Vì vậy, với đủ vật lý khó khăn-ware và cấp phép chính xác, một máy tính chạy Windows Server 2012 với vai trò Hyper-V cài đặt có thể hỗ trợ nhiều máy ảo, mà quản trị viên có thể quản lý như thể họ là độc lập máy tính.
mục tiêu này bao gồm làm thế nào để:
■ cấu hình bộ nhớ năng động
■ cấu hình thông minh phân trang
■ cấu hình tài nguyên đo
■ cấu hình dịch vụ tích hợp đánh


ảo hóa kiến trúc
Sản phẩm ảo hóa có thể sử dụng một số kiến trúc khác nhau để chia sẻ máy tính của cứng-
ware tài nguyên trong máy ảo. Loại sản phẩm ảo hóa, bao gồm Microsoft Windows Virtual PC và Microsoft Virtual Server, trước đó đòi hỏi một hệ điều hành tiêu chuẩn được cài đặt trên một máy tính. Điều này sẽ trở thành "hệ điều hành máy chủ". Sau đó bạn cài đặt sản phẩm ảo hóa, cho biết thêm các thành phần hypervisor. Hypervisor về cơ bản chạy cùng với các máy chủ hệ điều hành, như minh hoạ trong hình 3-1, và cho phép bạn tạo ra như nhiều máy ảo như máy tính có phần cứng để hỗ trợ.


hình 3-1 a lai VMM chia sẻ truy cập phần cứng với một hệ điều hành máy chủ lưu trữ.

thỏa thuận này, trong đó hypervisor chạy trên đầu trang của một loạt các hệ điều hành, được gọi là loại II virtu-alization. Bằng cách sử dụng hypervisor loại II, bạn tạo ra một môi trường ảo phần cứng cho mỗi VM. Bạn có thể xác định bao nhiêu bộ nhớ để phân bổ cho mỗi VM, tạo ra ổ đĩa ảo bằng cách sử dụng không gian trên ổ đĩa vật lý của máy tính, và cung cấp quyền truy cập vào thiết bị ngoại vi. Bạn sau đó cài đặt một "đánh" hệ điều hành trên mỗi VM, cũng giống như khi bạn đã triển khai một máy tính mới. Các máy chủ hệ điều hành sau đó chia sẻ quyền truy cập vào bộ xử lý của máy tính với hypervisor, với mỗi người tham gia các chu kỳ đồng hồ nó cần và đi qua kiểm soát của bộ vi xử lý quay lại khác.
loại II ảo hóa có thể cung cấp đầy đủ VM hiệu suất, đặc biệt là trong môi trường lớp học và phòng thí nghiệm, nhưng nó không cung cấp hiệu suất tương đương với máy tính thể chất riêng biệt. Do đó, nó không phải là thường được khuyến cáo cho lưu lượng truy cập cao máy chủ trong môi trường sản xuất.
khả năng ảo hóa được xây dựng vào Windows Server 2012, gọi là Hyper-V, sử dụng một loại c-ferent của kiến trúc. Hyper-V sử dụng loại I ảo hóa, trong đó hypervisor là một lớp trừu tượng tương tác trực tiếp với phần cứng vật lý của máy tính — có nghĩa là, với ra một can thiệp lưu trữ hệ điều hành. Hypervisor hạn được thiết kế để đại diện cho mức độ vượt quá người quản lý thuật ngữ, liên quan đến trách nhiệm phân bổ một máy tính xử lý đồng hồ chu kỳ.
hypervisor tạo ra môi trường cá nhân được gọi là phân vùng, mỗi trong số đó có riêng của mình hệ điều hành được cài đặt và truy cập phần cứng của máy tính thông qua hypervisor. Không giống như loại II ảo hóa, không có máy chủ lưu trữ OS chia sẻ thời gian xử lý với hypervisor. Thay vào đó, hypervisor chỉ định phân vùng thứ nhất, nó tạo ra như là phân vùng phụ huynh và tất cả các phân vùng như là phân vùng trẻ em, như minh hoạ trong hình 3-2.


hình 3-2 A loại I VMM, với hypervisor cung cấp tất cả các phần cứng truy cập.

phân vùng phụ huynh truy cập hệ thống phần cứng thông qua hypervisor, cũng giống như các phân vùng trẻ em làm. Sự khác biệt duy nhất là phụ huynh chạy ảo hóa ngăn xếp, tạo ra và quản lý phân vùng trẻ em. Phân vùng phụ huynh cũng chịu trách nhiệm cho các hệ thống con trực tiếp ảnh hưởng đến hiệu suất của phần cứng vật lý của máy tính, chẳng hạn như cắm và chạy, quản lý nguồn điện, và quản lý lỗi. Các hệ thống con cũng chạy ở OSs trên những phân vùng trẻ em, nhưng họ giải quyết chỉ ảo phần cứng, trong khi vùng phụ huynh hoặc gốc, xử lý các phần cứng thực tế.


lưu ý HYPER-V

nó không có vẻ như Hyper-V vai trò trong Windows Server 2012 cung cấp loại I virtualiza-tion, bởi vì nó đòi hỏi các hệ điều hành máy chủ Windows được cài đặt và chạy. Tuy nhiên, thêm-ing Hyper-V vai trò thực sự chuyển đổi phần đã cài đặt Windows Server 2012 vào phân vùng phụ huynh và gây ra hệ thống để tải hypervisor trước khi hệ điều hành.


Hyper-V triển khai
Windows Server 2012 bao gồm vai trò Hyper-V chỉ trong tiêu chuẩn và Trung tâm dữ liệu edi-
tions. Vai trò của Hyper-V là cần thiết cho hệ điều hành hoạt động như một máy tính phân vùng chính, cho phép nó để lưu trữ máy ảo khác. Không có phần mềm đặc biệt là cần thiết cho một hệ điều hành hoạt động như một hệ điều hành khách trong một máy ảo. Vì vậy, mặc dù Windows Server 2012 Essentials không bao gồm vai trò Hyper-V, nó có chức năng như một khách OS. OSs đánh khác được hỗ trợ bởi Hyper-V bao gồm
máy trạm OSs hiện tại của Windows và nhiều khác-Microsoft máy chủ và máy trạm sản phẩm.
Hyper-V cấp phép
Xa như Hyper-V là có liên quan, sự khác biệt chính giữa các phiên bản tiêu chuẩn và Trung tâm dữ liệu của Windows Server 2012 laø soá löôïng VMs họ hỗ trợ. Khi bạn cài đặt một trường hợp Windows Server 2012 trên một máy ảo, bạn phải có một giấy phép cho nó, cũng giống như khi bạn cài đặt nó trên một máy tính vật lý. Mua các ấn bản Trung tâm dữ liệu giấy phép bạn để tạo ra một số lượng không giới hạn của máy ảo đang chạy Windows Server 2012 trên một máy vật lý đó. Giấy phép chuẩn cung cấp chỉ có hai trường hợp ảo Windows Server 2012.


lưu ý cấp giấy phép

các hạn chế cấp phép của các phiên bản Windows Server 2012 tiêu chuẩn và Trung tâm dữ liệu không quản VMs bao nhiêu bạn có thể tạo ra. Họ chỉ chi phối hệ điều hành những gì bạn được phép để cài đặt trên các máy ảo. Bạn có thể, ví dụ, sử dụng một giấy phép phiên bản tiêu chuẩn để tạo ra chỉ hai ảo Phiên bản của Windows Server 2012, nhưng bạn cũng có thể tạo bất kỳ số nào của máy ảo chạy-ning một miễn phí Linux phân phối.


Hyper-V phần cứng giới hạn
Các phiên bản Windows Server 2012 của Hyper-V chứa những cải tiến lớn trong scal khả năng của hệ thống hơn phiên bản trước. Hệ thống máy chủ Windows Server 2012 Hyper-V có thể đã lên đến 320 bộ xử lý hợp lý, hỗ trợ lên đến 2.048 ảo CPU và lên đến 4 terabytes (TB) của bộ nhớ vật lý.
một máy chủ có thể lưu trữ nhiều như 1.024 hoạt động VMs, và mỗi VM có thể đã lên đến 64 ảo
CPU và lên đến 1 TB của bộ nhớ.
Hyper-V cũng có thể hỗ trợ cụm với lên đến 64 nút và 8.000 VMs.


lưu ý WINDOWS POWERSHELL

một cải tiến lớn trong các phiên bản Windows Server 2012 của Hyper-V là sion inclu một mô-đun Hyper-V cho Windows PowerShell, bao gồm hơn 160 lệnh ghép ngắn mới dành riêng cho việc tạo ra và quản lý Dịch vụ Hyper-V và của nó VMs.


Hyper-V Server
Ngoài việc thực hiện Hyper-V trong Windows Server 2012, Microsoft cung cấp một sản phẩm Hyper-V máy chủ chuyên dụng, đó là một tập hợp con của Windows Server 2012. Hyper-V Server bao gồm vai trò Hyper-V, nó cài đặt theo mặc định trong khi cài đặt hệ điều hành. Ngoại trừ một số tập tin giới hạn và dịch vụ lưu trữ và máy tính để bàn từ xa khả năng, Hệ điều hành bao gồm không có vai trò khác, như minh hoạ trong hình 3-3.

hình 3-3 vai trò có sẵn trong Hyper-V Server.

The Hyper-V Server cũng là giới hạn đối với giao diện máy chủ lõi, mặc dù nó bao gồm một giao diện cấu hình đơn giản, dựa trên kịch bản, như minh hoạ trong hình 3-4. Bạn có thể quản lý Hyper-V máy chủ từ xa bằng cách sử dụng quản lý máy chủ và quản lý Hyper-V, cũng giống như bạn sẽ bất kỳ cài đặt máy chủ lõi khác.


HÌNH 3-4 The Server Core giao diện trong Hyper-V Server.
không giống như Windows Server 2012, Hyper-V Server là một sản phẩm miễn phí, có sẵn để tải về từ trang web của Microsoft. Tuy nhiên, Hyper-V Server không bao gồm bất kỳ giấy phép cho trường hợp ảo. Bạn phải có được và tất cả OSs bạn cài đặt trên máy ảo bạn tạo giấy phép.

cài đặt Hyper-V
Một khi bạn có phần cứng thích hợp và các giấy phép cần thiết, bạn có thể thêm Hyper-V
vai trò để Windows Server 2012 bằng cách sử dụng quản lý máy chủ, cũng giống như bạn sẽ bất kỳ khác vai trò.
thêm vai trò Hyper-V cài đặt phần mềm hypervisor, và, trong trường hợp của một giao diện đầy đủ cài đặt, cũng cài đặt công cụ quản lý. Công cụ chính để tạo và quản lý các máy ảo và các thiết bị trên Hyper-V máy chủ là Hyper-V Manager console. Hyper-V Manager cung cấp cho quản trị viên với một danh sách tất cả các máy ảo trên hệ thống Windows Server 2012 và cho phép người quản trị để cấu hình môi trường của các máy chủ và máy ảo indi-vidual. Có cũng là một tập hợp các lệnh ghép ngắn Hyper-V cho Windows PowerShell cho phép bạn tập thể dục hoàn toàn quyền kiểm soát máy ảo bằng cách sử dụng giao diện đó.
Microsoft khuyến cáo rằng bạn không cài đặt các vai trò khác với Hyper-V. Nó là tốt hơn để thực hiện bất kỳ vai trò khác mà bạn cần máy tính vật lý để thực hiện trong một trong các máy ảo bạn tạo bằng cách sử dụng Hyper-V. Ngoài ra bạn có thể muốn xem xét việc cài đặt Hyper-V trên một máy tính bằng cách sử dụng tùy chọn cài đặt máy chủ lõi. Điều này sẽ giảm thiểu chi phí chi tiêu trên phân vùng. Như với các vai trò khác, cài đặt Hype
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Configure Hyper-V



he concept of virtualizing servers has, in the past several years, grown from a novel experiment to a convenient lab and testing tool to a legitimate deployment strategy for
production servers. Windows Server 2012 includes the Hyper-V role, which enables admin- istrators to create virtual machines (VMs), each of which runs in its own isolated environ- ment. VMs are self-contained units that administrators can easily move from one physical computer to another, greatly simplifying the process of deploying network applications and services.
This chapter covers some of the fundamental tasks that administrators perform to create and deploy Hyper-V servers and VMs.


Objectives in this chapter:
■ Objective 3.1: Create and configure virtual machine settings
■ Objective 3.2: Create and configure virtual machine storage
■ Objective 3.3: Create and configure virtual networks


Objective 3.1: Create and configure virtual machine
settings

Server virtualization in Windows Server 2012 is based on a module called a hypervi-
sor. Sometimes called a virtual machine monitor (VMM), the hypervisor is responsible for abstracting the computer’s physical hardware and creating multiple virtualized hardware environments, called VMs. Each VM has its own (virtual) hardware configuration and can run a separate copy of an operating system (OS). Therefore, with sufficient physical hard- ware and the correct licensing, a single computer running Windows Server 2012 with the Hyper-V role installed can support multiple VMs, which administrators can manage as if they were standalone computers.
This objective covers how to:
■ Configure dynamic memory
■ Configure smart paging
■ Configure Resource Metering
■ Configure guest integration services



Virtualization architectures
Virtualization products can use several different architectures to share a computer’s hard-
ware resources among VMs. The earlier type of virtualization products, including Microsoft Windows Virtual PC and Microsoft Virtual Server, requires a standard OS installed on a computer. This becomes the “host” OS. Then you install the virtualization product, which adds the hypervisor component. The hypervisor essentially runs alongside the host OS, as shown in Figure 3-1, and enables you to create as many VMs as the computer has hardware to support.


FIGURE 3-1 A hybrid VMM sharing hardware access with a host operating system.

This arrangement, in which the hypervisor runs on top of a host OS, is called Type II virtu- alization. By using the Type II hypervisor, you create a virtual hardware environment for each VM. You can specify how much memory to allocate to each VM, create virtual disk drives by using space on the computer’s physical drives, and provide access to peripheral devices. You then install a “guest” OS on each VM, just as if you were deploying a new computer. The host OS then shares access to the computer’s processor with the hypervisor, with each taking the clock cycles it needs and passing control of the processor back to the other.
Type II virtualization can provide adequate VM performance, particularly in classroom and laboratory environments, but it does not provide performance equivalent to separate physical computers. Therefore, it is not generally recommended for high-traffic servers in production environments.
The virtualization capability built into Windows Server 2012, called Hyper-V, uses a dif- ferent type of architecture. Hyper-V uses Type I virtualization, in which the hypervisor is an abstraction layer that interacts directly with the computer’s physical hardware—that is, with- out an intervening host OS. The term hypervisor is intended to represent the level beyond the term supervisor, in regard to responsibility for allocating a computer’s processor clock cycles.
The hypervisor creates individual environments called partitions, each of which has its own OS installed and accesses the computer’s hardware via the hypervisor. Unlike Type II virtualization, no host OS shares processor time with the hypervisor. Instead, the hypervisor designates the first partition it creates as the parent partition and all subsequent partitions as child partitions, as shown in Figure 3-2.


FIGURE 3-2 A Type I VMM, with the hypervisor providing all hardware access.

The parent partition accesses the system hardware through the hypervisor, just as the child partitions do. The only difference is that the parent runs the virtualization stack, which creates and manages the child partitions. The parent partition is also responsible for the subsystems that directly affect the performance of the computer’s physical hardware, such as Plug and Play, power management, and error handling. These subsystems also run in the OSs on the child partitions, but they address only virtual hardware, whereas the parent, or root, partition handles the actual hardware.


NOTE HYPER-V

It might not seem like the Hyper-V role in Windows Server 2012 provides Type I virtualiza- tion, because it requires the Windows Server OS to be installed and running. However, add- ing the Hyper-V role actually converts the installed instance of Windows Server 2012 into the parent partition and causes the system to load the hypervisor before the OS.


Hyper-V implementations
Windows Server 2012 includes the Hyper-V role only in the Standard and Datacenter edi-
tions. The Hyper-V role is required for the OS to function as a computer’s primary partition, enabling it to host other VMs. No special software is required for an OS to function as a guest OS in a VM. Therefore, although Windows Server 2012 Essentials does not include the Hyper-V role, it can function as a guest OS. Other guest OSs supported by Hyper-V include
the current Windows workstation OSs and many other non-Microsoft server and workstation products.
Hyper-V licensing
As far as Hyper-V is concerned, the primary difference between the Standard and Datacenter editions of Windows Server 2012 is the number of VMs they support. When you install a Windows Server 2012 instance on a VM, you must have a license for it, just like when you install it on a physical machine. Purchasing the Datacenter edition licenses you to create an unlimited number of VMs running Windows Server 2012 on that one physical machine. The Standard license provides only two virtual instances of Windows Server 2012.


NOTE LICENSING

The licensing restrictions of the Windows Server 2012 Standard and Datacenter editions do not govern how many VMs you can create. They only govern what OS you are permitted to install on the VMs. You can, for example, use a Standard edition license to create only two virtual instances of Windows Server 2012, but you can also create any number of VMs run- ning a free Linux distribution.


Hyper-V hardware limitations
The Windows Server 2012 version of Hyper-V contains massive improvements in the scal- ability of the system over previous versions. A Windows Server 2012 Hyper-V host system can have up to 320 logical processors, supporting up to 2,048 virtual CPUs and up to 4 terabytes (TB) of physical memory.
One server can host as many as 1,024 active VMs, and each VM can have up to 64 virtual
CPUs and up to 1 TB of memory.
Hyper-V can also support clusters with up to 64 nodes and 8,000 VMs.


NOTE WINDOWS POWERSHELL

Another major improvement in the Windows Server 2012 version of Hyper-V is the inclu- sion of a Hyper-V module for Windows PowerShell, which includes more than 160 new cmdlets dedicated to the creation and management of the Hyper-V service and its VMs.


Hyper-V Server
In addition to the Hyper-V implementation in Windows Server 2012, Microsoft provides a dedicated Hyper-V Server product, which is a subset of Windows Server 2012. Hyper-V Server includes the Hyper-V role, which it installs by default during the OS installation. With the exception of some limited File and Storage Services and Remote Desktop capabilities, the OS includes no other roles, as shown in Figure 3-3.

FIGURE 3-3 Roles available in Hyper-V Server.

The Hyper-V Server is also limited to the Server Core interface, although it includes a simple, script-based configuration interface, as shown in Figure 3-4. You can manage Hyper-V Server remotely by using Server Manager and Hyper-V Manager, just as you would any other Server Core installation.


FIGURE 3-4 The Server Core interface in Hyper-V Server.
Unlike Windows Server 2012, Hyper-V Server is a free product, available for download from Microsoft’s website. However, Hyper-V Server does not include any licenses for virtual instances. You must obtain and license all the OSs you install on the VMs you create.

Installing Hyper-V
Once you have the appropriate hardware and the required licenses, you can add the Hyper-V
role to Windows Server 2012 by using Server Manager, just as you would any other role.
Adding the Hyper-V role installs the hypervisor software, and, in the case of a full GUI installation, also installs the management tools. The primary tool for creating and managing VMs and their components on Hyper-V servers is the Hyper-V Manager console. Hyper-V Manager provides administrators with a list of all the VMs on Windows Server 2012 systems and enables administrators to configure the environments of both the servers and the indi- vidual VMs. There is also a set of Hyper-V cmdlets for Windows PowerShell that enables you to exercise complete control over VMs using that interface.
Microsoft recommends that you do not install other roles with Hyper-V. It is better to implement any other roles that you need the physical computer to perform within one of the VMs you create by using Hyper-V. In addition, you might want to consider installing Hyper-V on a computer by using the Server Core installation option. This will minimize the overhead expended on the partition. As with other roles, installing Hype
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: