跳到主要内容

将 IBM Cloud Object Storage 设置为云层

如果运行的是 ONTAP 9.5 或更高版本,可将 IBM Cloud Object Storage 设置为 FabricPool 的云层。

  1. 使用带有 -provider-type IBM_COS 参数的 storage aggregate object-store config create 命令来指定 IBM Cloud Object Storage 配置信息。
    • 如果 ONTAP 无法使用提供的信息来访问 IBM Cloud Object Storage,storage aggregate object-store config create 命令将失败。
    • 使用 -access-key 参数来指定用于授权 IBM Cloud Object Storage 请求的访问密钥。
    • 使用 -secret-password 参数来指定用于认证 IBM Cloud Object Storage 请求的密码(机密性访问密钥)。
    • 如果更改了 IBM Cloud Object Storage 密码,应立即更新 ONTAP 中保存的相应密码。

      这样做可使 ONTAP 无中断地访问 IBM Cloud Object Storage 中的数据。

    storage aggregate object-store config create 
    -object-store-name MyIBM -provider-type IBM_COS
    -server s3.us-east.objectstorage.softlayer.net
    -container-name my-ibm-cos-bucket -access-key DXJRXHPXHYXA9X31X3JX
  2. 使用 storage aggregate object-store config show 命令显示并验证 IBM Cloud Object Storage 配置信息。
    storage aggregate object-store config modify 命令可用于修改 FabricPool 的 IBM Cloud Object Storage 配置信息。