摘要:[Hyper-V]Hyper server core問題綜合區
集合一些文章以供往後參考,快速上手....
1、安裝Hyper-V Server 2012 R2
主機安裝請參考http://download.ithome.com.tw/article/index/id/2179
2、Hyper-V Server 設定
在開啟sconfig的設定-啟用遠端管理、遠端桌面,發現仍然無法連線到主機,必須開啟防火牆設定
netsh advfirewall set all profiles settings remotemanagement enable
netsh advfirewall firewall set rule group="遠端服務管理" new enable=yes
cscript %windir%\system32\scregedit.wsf /AR 0
cscript %windir%\system32\scregedit.wsf /CS 0
並設定Windows Remote Management設定:
winrm quickconfig -q
另外列出常用的指令
啟動防火牆:netsh advfirewall set allprofiles state on
3、Windows 8.1 管理設定
3-1.安裝Hyper-V GUI管理工具
3-2.設定hosts解析檔案
C:\Windows\System32\drivers\etc\hosts
3-3.設定dcom遠端存取權限
-->開始 /執行/dcomcnfg
-->元件服務 / 電腦/ 我的電腦/內容
-->COM+安全性 /存取權限編輯限制
3-5.使用powershell(以系統管理員執行)加入信任網站
Set-Item WSMan:\localhost\Client\TrustedHosts -Value servername -Concatenate
3-6.加入Hyper-V server認證權限
控制台 /認證管理員 /新增Windows認證
其它、若有接NAS,iSCSI initiator設定
1.GUI設定-iscsicpl
請參考:http://www.techrepublic.com/blog/the-enterprise-cloud/configure-the-iscsi-initiator-in-windows-server-core-or-hyper-v-server/
2.CML設定-iscsicli
請參考:http://www.virtues.it/2010/04/howto-w2k8-iscsicli/