继Azure Stack TP1发布后,微软又在9月下旬发布了TP2,对于Azure Stack安装条件让人望而却步。下面我们就先看看TP2版本的部署条件:
Hardware
Component |
Minimum |
Recommended |
Disk drives: Operating System |
1 OS disk with minimum of 200 GB available for system partition (SSD or HDD) |
1 OS disk with minimum of 200 GB available for system partition (SSD or HDD) |
Disk drives: General Azure Stack POC Data |
4 disks. Each disk provides a minimum of 140 GB of capacity (SSD or HDD). All available disks will be used. |
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 |
Certified for Windows Server 2012 R2 |
Certified for Windows Server 2012 R2 |
这让那些想体验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核数检查语句如下:
如果想跳过检查则注销此段即可。
最后如果条件允许,建议按照微软建议硬件配置进行部署。
时间: 2024-10-13 01:53:19