繼Azure Stack TP1發佈後,微軟又在9月下旬發佈了TP2,對於Azure Stack安裝條件讓人望而卻步。下面咱們就先看看TP2版本的部署條件:windows
Hardware服務器
Componentide |
Minimumui |
Recommendedspa |
Disk drives: Operating System3d |
1 OS disk with minimum of 200 GB available for system partition (SSD or HDD)server |
1 OS disk with minimum of 200 GB available for system partition (SSD or HDD)xml |
Disk drives: General Azure Stack POC Datablog |
4 disks. Each disk provides a minimum of 140 GB of capacity (SSD or HDD). All available disks will be used.ci |
4 disks. Each disk provides a minimum of 250 GB of capacity (SSD or HDD). All available disks will be used. |
Compute: CPU |
Dual-Socket: 12 Physical Cores (total) |
Dual-Socket: 16 Physical Cores (total) |
Compute: Memory |
96 GB RAM |
128 GB RAM |
Compute: BIOS |
Hyper-V Enabled (with SLAT support) |
Hyper-V Enabled (with SLAT support) |
Network: NIC |
Windows Server 2012 R2 Certification required for NIC; no specialized features required |
Windows Server 2012 R2 Certification required for NIC; no specialized features required |
HW logo certification |
這讓那些想體驗Azure Stack又沒有那麼多硬件資源的人非常頭疼。其實咱們能夠修改部署腳本的檢查條件就能夠用低的硬件資源來體驗Azure Stack。固然微軟這麼作的緣由就是讓你們可以得到更好的體驗,但也在必定程度上影響了一部分沒有那麼好的硬件資源的人。
打開C:\CloudDeployment\Configuration\Roles\Infrastructure\BareMetal\OneNodeRole.xml
修改以上參數,知足現有硬件條件。
若是你是使用嵌套虛擬化在虛擬機裏面部署Azure Stack,會遇到檢查錯誤。由於這個版本的Azure Stack會檢查服務器的類型,若是爲虛擬機則會返回失敗,中止繼續運行腳本。
這個能夠經過修改如下參數:
C:\CloudDeployment\Roles\PhysicalMachines\Tests\BareMetal.Tests.ps1
修改false 爲true
CPU核數檢查語句以下:
若是想跳過檢查則註銷此段便可。
最後若是條件容許,建議按照微軟建議硬件配置進行部署。