Set up ONTAP S3 as the FabricPool cloud tier
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
If you are running ONTAP 9.8 or later, you can set up ONTAP S3 as the cloud tier for FabricPool.
-
You must have the ONTAP S3 server name and the IP address of its associated LIFs on the remote cluster.
The server name is used as the fully qualified domain name (FQDN) by client applications. Outside of ONTAP, confirm DNS records point to the SVM data LIFs being used. -
There must be intracluster LIFs on the local cluster.
When configured for local cluster tiering, a local tier (also known as a storage aggregate in the ONTAP CLI) is attached to a local bucket. FabricPool uses cluster LIFs for intracluster traffic.
Performance degradation might occur if cluster LIF resources become saturated. To avoid this, NetApp recommends using four-node or greater clusters when tiering to a local bucket along with an HA pair for the local tier and an HA pair for the local bucket. Tiering to local buckets on a single HA pair is not recommended. -
To enable remote FabricPool capacity (cloud) tiering using ONTAP S3, you must configure intercluster LIFs on the FabricPool client and configure data LIFs on the object store server.
Load balancing is enabled for ONTAP S3 servers in ONTAP 9.8 and later. When the server's hostname resolves to more than one IP address, ONTAP establishes client connections with all the IP addresses returned (up to a maximum of 16 IP addresses). The IP addresses are picked up in a round-robin method when connections are established.
You can set up ONTAP S3 as the cloud tier for FabricPool with ONTAP System Manager or the ONTAP CLI.
-
Click Storage > Tiers > Add Cloud Tier and select ONTAP S3 as the object store provider.
-
Complete the requested information.
-
If you want to create a cloud mirror, click Add as FabricPool Mirror.
A FabricPool mirror provides a method for you to seamlessly replace a data store, and it helps to ensure that your data is available in the event of disaster.
-
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-type
ONTAP_S3
parameter.-
The
storage aggregate object-store config create
command fails if the local ONTAP system cannot access the ONTAP S3 server with the information provided. -
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 tofalse
disables certificate checking for ONTAP S3. Using signed certificates (-is-certificate-validation-enabled true
) from a third-party certificate authority is a recommended best practice.
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 theONTAP_S3
configuration information for FabricPool.