将Azure Blb存储设置为ONTAP FabricPool云层
如果您运行的是ONTAP 9.4或更高版本、则可以将Azure Blb存储设置为FabricPool的云层。
- 
一个"NetApp Cloud Tiering 许可证"在分层到 Azure Blob 存储时是必需的。 
- 
如果将 Azure Blob Storage 与 Cloud Volumes ONTAP 结合使用,则不需要 FabricPool 许可证。 
- 
建议ONTAP 用于连接到Azure Blob存储对象服务器的LIF使用10 Gbps端口。 
- 
FabricPool 目前不支持 Azure 堆栈,它是内部 Azure 服务。 
- 
在 Microsoft Azure Blob Storage 的帐户级别, FabricPool 仅支持热存储层和冷存储层。 FabricPool 不支持 Blob 级别的分层。它也不支持分层到 Azure 的归档存储层。 
FabricPool 目前不支持 Azure 堆栈,它是内部 Azure 服务。
- 
使用指定Azure Blb存储配置信息 storage aggregate object-store config create命令-provider-typeAzure_Cloud参数。- 
。 storage aggregate object-store config create如果ONTAP无法使用提供的信息访问Azure Blb存储、则命令将失败。
- 
您可以使用 -azure-account用于指定Azure Blb Storage帐户的参数。
- 
您可以使用 -azure-private-key用于指定用于向Azure Blb Storage发出身份验证请求的访问密钥的参数。
- 
如果更改了 Azure Blob Storage 密码,则应立即更新存储在 ONTAP 中的相应密码。 这样, ONTAP 就可以无中断地访问 Azure Blob 存储中的数据。 
 cluster1::> storage aggregate object-store config create -object-store-name MyAzure -provider-type Azure_Cloud -server blob.core.windows.net -container-name myAzureContainer -azure-account myAzureAcct -azure-private-key myAzureKey 
- 
- 
使用显示并验证Azure Blb存储配置信息 storage aggregate object-store config show命令:。 storage aggregate object-store config modify命令用于修改FabricPool的Azure Blb存储配置信息。
 PDF
PDF