IT:如何在Windows Server 2008 R2上安裝Hyper-V虛擬化

Windows-Server-2008-Hyper-V-logo-v_2

Windows Server 2008 R2 and later releases of the product ship with a virtualization platform called Hyper-V, which works quite well since it’s built into Windows. Today we’re going to show you how to install it.

Windows Server 2008 R2和更高版本的產品附帶一個名為Hyper-V的虛擬化平臺,該平臺運行良好,因為它已內置在Windows中。 今天我們將向您展示如何安裝它。

Note: this is part of our ongoing series teaching IT administration basics, and might not apply to everybody.

注意:這是我們正在進行的系列教學IT管理基礎知識的一部分,可能并不適用于所有人。

安裝Hyper-V (Installing Hyper-V)

Launch the Server Manager, by clicking on the pinned icon or using the Start Menu.

通過單擊固定的圖標或使用“開始”菜單啟動服務器管理器。

sshot-1

When the Server Manager launches, right-click on roles and select Add Roles from the context menu.

服務器管理器啟動后,右鍵單擊角色,然后從上下文菜單中選擇“添加角色”。

sshot-2

Click next on the Before You Begin screen.

在“開始之前”屏幕上,單擊“下一步”。

sshot-3

Now select Hyper-V from the list of available roles and click next.

現在,從可用角色列表中選擇Hyper-V,然后單擊下一步。

sshot-4 next on intro to hyper v

Click next to skip past the Introduction to Hyper-V, now select the network adapter that you want to use to create a virtual network for your virtual machines, then click next.

單擊“下一步”以跳過“ Hyper-V簡介”,現在選擇要用于為虛擬機創建虛擬網絡的網絡適配器,然后單擊“下一步”。

sshot-5

You will be asked to confirm that you want to install Hyper-V, just click the install button to kick off the installation.

系統將要求您確認要安裝Hyper-V,只需單擊安裝按鈕即可開始安裝。

sshot-6

When the installation is complete you will be told that you need to restart the server, you can do so by clicking on the link.

安裝完成后,系統將提示您需要重啟服務器,您可以通過單擊鏈接來重啟服務器。

sshot-7

When your server has restarted you will be able to manage Hyper-V from Server Manager under the roles node, you can also manage it by launching a dedicated Hyper-V MMC from the Administrative Tools section of the Start Menu.

重新啟動服務器后,您將可以通過角色節點下的服務器管理器來管理Hyper-V,也可以通過從“開始”菜單的“管理工具”部分啟動專用的Hyper-V MMC來對其進行管理。

翻譯自: https://www.howtogeek.com/103884/install-hyper-v-on-windows-server-2008-r2/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/279111.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279111.shtml
英文地址,請注明出處:http://en.pswp.cn/news/279111.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

FineReport單行與數據庫交互的方法

1. 問題描述 我們在做一張報表填報的時候經常會遇到需要在一行進行添加動作,將該行數據直接與數據庫交互,執行存儲過程過程。我們可以通過每一行增加帆軟“插入”按鈕實現插入動作,并且在控件事件中增加和數據庫的交互,但當事件…

java cas volatile_每日一個知識點:Volatile 和 CAS 的弊端之總線風暴

每日一個知識點系列的目的是針對某一個知識點進行概括性總結,可在一分鐘內完成知識點的閱讀理解,此處不涉及詳細的原理性解讀。一、什么是總線風暴總線風暴,聽著真是一個帥氣的詞語,但如果發生在你的系統上那就不是很美麗了&#…

SqlServer之代碼塊相關

轉載必需注明出處:http://www.ncloud.hk/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/sqlserver-codeblock/ 一、go語句 Go語句是SqlServer中用來表示當前代碼塊結束提交并確認結果的語句。 Go語句不能和其他Sql命令卸載同一行上! 定義的局部變量作用域局限在定義它的代碼…

010 使用list和tuple

list Python內置的一種數據類型是列表:list。list是一種有序的集合,可以隨時添加和刪除其中的元素。 比如,列出班里所有同學的名字,就可以用一個list表示: >>> classmates [Michael, Bob, Tracy] >>&g…

IT:如何使用Server 2008 R2上的遠程桌面服務設置自己的終端服務器

In today’s IT learning article, we are going to take a look at installing Terminal Services, otherwise known as Remote Desktop Services, on a Server 2008 R2 machine. 在今天的IT學習文章中,我們將介紹在Server 2008 R2計算機上安裝終端服務(也稱為遠程…

java 中的chartdata_獲取Helm Charts中的文件夾列表

獲得了位于templates文件夾之外的配置文件列表,我們將其輸入到如下的helm圖表中:├── configs│ ├── AllEnvironments│ │ ├── Infrastructure│ │ └── Services│ │ ├── ConfigFile1│ │ ├── ConfigFile2│ ├…

Win10 jdk的安裝以及環境變量的配置,及需要注意的坑

此篇文章獻給自己,希望下次長點記性 最近本人終于有時間開始學習appium,并且開始在電腦上配置環境,第一步就是在我那剛裝的Win10 系統上安裝jdk,過程并不順利,由于之前都是用的win7,幾乎都是一路的下一步&a…

java部分服務出現異常_Java web service 異常

1.org/apache/commons/discovery/tools/DiscoverSingletonException in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/discovery/tools/DiscoverSingleton缺少:commons-logging和commons-discovery2.ojava.lang.NoClassDefFoundErr…

Jenkins配置Findbugs做源代碼安全掃描

2019獨角獸企業重金招聘Python工程師標準>>> 此內容目標閱讀用戶:運維人員 配置步驟如下: Jenkins安裝Findbugs插件 Jenkins系統管理 → 管理插件 → (可選插件)找到Findbugs及其依賴插件全部安裝成功,Jenkins重啟,即可…

如何從USB運行Windows 8 Developer Preview

Running Windows 8 from a USB should not be confused with installing Windows on a USB drive–in this case, instead of installing it on the drive, we’re just running it straight from the portable drive. Here’s how to do it. 從USB運行Windows 8不應與在USB驅動…

PAT-乙級-1042 字符統計

請編寫程序,找出一段給定文字中出現最頻繁的那個英文字母。 輸入格式: 輸入在一行中給出一個長度不超過 1000 的字符串。字符串由 ASCII 碼表中任意可見字符及空格組成,至少包含 1 個英文字母,以回車結束(回車不算在內…

acm教程 java版_[轉]ACM之java速成

這里指的java速成,只限于java語法,包括輸入輸出,運算處理,字符串和高精度的處理,進制之間的轉換等,能解決OJ上的一些高精度題目。1. 輸入:格式為:Scanner cin new Scanner(newBuffe…

配置SSH非管理員用戶登錄

以root身份登進系統后,增加一個非root帳戶,名稱為:systemadmin,密碼按您的需求設置一個即可。接下來我們要禁止root直接登陸。 [rootmail ~]# useradd systemadmin [rootmail ~]# passwd systemadmin [rootmail ~]# vim /etc/ssh/sshd_conf…

火狐查cookie_Firefox 65默認會阻止跟蹤Cookie

火狐查cookieMozilla today released Firefox 63, which includes an experimental option to block third-party tracking cookies, protecting against cross-site tracking. You can test this out today, but Mozilla wants to enable it for everyone by default in Firef…

chromebook刷機_如何將iTunes音樂移至Chromebook

chromebook刷機If you switch between platforms a lot, you know it’s a hassle to move your stuff around. Fortunately, music files don’t have any sort of DRM tying them to a specific platform the way that movies do, so you can copy and paste your library ar…

機房管理系列之殺毒服務器維護

對于企業安全管理方面,“防患于未然”,事前的預防遠遠大于事故處理,在企業內部保障機房服務器安全運行尤為重要,如何確保企業的安全?我們接下來講的就是對Symantec殺毒服務器的管理。首先是掃描策略的應用。什么時間升…

php v9 上傳_phpcms v9 表單添加文件上傳字段

phpcms v9 表單添加文件上傳字段1.打開目錄 ./phpcms/modules/content/fields/ ;把 文件夾downfile,拷貝到目錄./phpcms/modules/formguide/fields/里面。2.打開文件 ./phpcms/modules/formguide/fields/fields.inc.php ,在數組$fields添加值 ‘downfile’>’文件…

nowcoder OI 周賽 最后的晚餐(dinner) 解題報告

最后的晚餐(dinner) 鏈接: https://www.nowcoder.com/acm/contest/219/B 來源:牛客網 題目描述 \(\tt{**YZ}\)(已被和諧)的食堂實在是太擠辣!所以\(\tt{Apojacsleam}\)現在想邀請他的一些好友去…

阿里巴巴Java開發手冊終極版

2019獨角獸企業重金招聘Python工程師標準>>> 一、編程規約: (一)命名風格 1. 【強制】 代碼中的命名均不能以下劃線或美元符號開始,也不能以下劃線或美元符號結束。 反例: _name / __name / $Object / name_ / name$ / Object$ 2.…

ios6.1.6可用微信_這是iOS 12.1的新增功能,今天可用

ios6.1.6可用微信While iOS 12 is still fairly fresh, the first point release will be rolling out starting today. This brings a handful of new features, like Group Facetime, dual SIM support, camera improvements, new emoji, and more. 盡管iOS 12仍然相當新鮮&a…