If you are running ONTAP 9.8 or later, you can set up ONTAP S3 as the cloud tier for FabricPool.
- Add entries for the S3 server and LIFs to your DNS server.
Option | Description |
---|
If you use an external DNS server | Give the S3 server name and IP addresses to the DNS server administrator. |
---|
If you use your local system's DNS hosts table | Enter the following command: dns host create -vserver svm_name -address ip_address -hostname s3_server_name |
---|
- Specify the ONTAP S3 configuration information by using the storage aggregate object-store config create command with the -provider-typeONTAP_S3 parameter.
- The storage aggregate object-store config create command fails if the local ONTAP system cannot access the ONTAP S3 server with the provided information.
- You use the -access-key parameter to specify the access key for authorizing requests to the ONTAP S3 server.
- You use the -secret-password parameter to specify the password (secret access key) for authenticating requests to the ONTAP S3 server.
If the ONTAP S3 server password is changed, you should immediately update the corresponding password stored in the local ONTAP system.
Doing so enables access to the data in the ONTAP S3 object store without interruption.
- Setting the -is-certificate-validation-enabled parameter to false disables certificate checking for ONTAP S3.
cluster1::> storage aggregate object-store config create
-object-store-name myS3 -provider-type ONTAP_S3 -server myS3server
-container-name myS3container -access-key myS3key
-secret-password myS3pass
- Display and verify the ONTAP_S3 configuration information by using the storage aggregate object-store config show command.
The storage aggregate object-store config modify command enables you to modify the ONTAP_S3 configuration information for FabricPool.