无法在 ONTAP System Manager 中为新部署的集群配置聚合
适用场景
- ONTAP System Manager 9.8P9及更早版本
- ONTAP System Manager 9.9.1P2及更早版本
- ONTAP 9.8P9及更早版本
- ONTAP 9.9.1P2及更早版本
问题描述
- 无法使用 ONTAP系统管理器从节点1或节点2配置聚合。
- 准备存储 失败、出现错误:
Job failed to complete. Reason: No recommended aggregates could be created. Failed to provision aggregate on nodes: <NODE>.
- 手动配置可通过ONTAP命令行界面进行。
Cluster-1::*> aggr create -aggregate Cluster_1_01_SAS_1 -encrypt-with-aggr-key true -disktype SAS -raidtype raid_dp -maxraidsize 11 -diskrpm 10000 -pool Pool0 -diskcount 11 -chksumstyle bloc
Info: The layout for aggregate "Cluster_1_01_SAS_1" on node "Cluster-1-01" would be:
First Plex
RAID Group rg0, 11 disks (block checksum, raid_dp)
Usable Physical
Position Disk Type Size Size
---------- ------------------------- ---------- -------- --------
shared 1.0.21 SAS - -
shared 1.0.5 SAS - -
shared 1.0.7 SAS 1.61TB 1.61TB
shared 1.0.9 SAS 1.61TB 1.61TB
shared 1.0.11 SAS 1.61TB 1.61TB
shared 1.0.13 SAS 1.61TB 1.61TB
shared 1.0.15 SAS 1.61TB 1.61TB
shared 1.0.17 SAS 1.61TB 1.61TB
shared 1.0.19 SAS 1.61TB 1.61TB
shared 1.0.3 SAS 1.61TB 1.61TB
shared 1.0.1 SAS 1.61TB 1.61TB
Aggregate capacity available for volume use would be 13.05TB.
Do you want to continue? {y|n}: y
[Job 1020] Job succeeded: DONE
- 通过ONTAP 命令行界面自动配置失败。
Cluster-1::> aggr auto-provision -verbose Per node summary of new aggregates to create, discovered spares, and also remaining spare disks and partitions after aggregate creation: New Total New -Discovered Spare- -Remaining Spare- Node Aggrs Usable Size Disks Partitions Disks Partitions ------------------ ----- ------------ ------ ----------- ------ ---------- Cluster-1-01 1 13.05TB 0 12 0 1 Cluster-1-02 1 13.05TB 0 12 0 1 ------------------ ----- ------------ ------ ----------- ------ ---------- Total: 2 26.10TB 0 24 0 2
Cluster-1::> storage aggregate show-auto-provision-progress Current Target Aggregate Usable Size Usable Size Provisioning Progress ---------------------------- ------------ ------------ ----------------------- Cluster_1_01_SAS_1 0B 13.05TB Failed Cluster_1_02_SAS_1 0B 13.05TB Failed Error: Provisioning "Cluster_1_01_SAS_1" failed. Reason: [Job 452] Job failed: Failed to create aggregate "Cluster_1_01_SAS_1" on "Cluster-1-01". Reason: There are not enough spare disks with matching RPM. 11 disks needed from one pool, but not enough matching disks of the requested size are available in either pool. Provisioning "Cluster_1_02_SAS_1" failed. Reason: [Job 453] Job failed: Failed to create aggregate "Cluster_1_02_SAS_1" on "Cluster-1-02". Reason: There are not enough spare disks with matching RPM. 11 disks needed from one pool, but not enough matching disks of the requested size are available in either pool.