Associate the ONTAP cloud tier with a local 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...
After setting up an object store as the cloud tier, you specify the local tier to use by attaching it to FabricPool. In ONTAP 9.5 and later, you can also attach local tiers that contain qualified FlexGroup volume constituents.
|
Prior to ONTAP 9.7, System Manager uses the term aggregate to describe a local tier. Regardless of your ONTAP version, the ONTAP CLI uses the term aggregate. To learn more about local tiers, see Disks and local tiers. |
Attaching a cloud tier to a local tier is a permanent action. A cloud tier cannot be unattached from a local tier after being attached. However, you can use FabricPool mirror to attach a local tier to a different cloud tier.
When you use the ONTAP CLI to set up an local tier for FabricPool, the local tier must already exist.
|
When you use System Manager to set up a local tier for FabricPool, you can create the local tier and set it up to use for FabricPool at the same time. |
You can attach a local tier to a FabricPool object store with ONTAP System Manager or the ONTAP CLI.
-
Navigate to Storage > Tiers, select a cloud tier, then click
.
-
Select Attach local tiers.
-
Under Add as Primary verify that the volumes are eligible to attach.
-
If necessary, select Convert volumes to thin provisioned.
-
Click Save.
-
Optional: To see how much data in a volume is inactive, follow the steps in Determining how much data in a volume is inactive by using inactive data reporting.
Seeing how much data in a volume is inactive can help you decide which aggregate to use for FabricPool.
-
Attach the object store to an aggregate by using the
storage aggregate object-store attach
command.If the aggregate has never been used with FabricPool and it contains existing volumes, then the volumes are assigned the default
snapshot-only
tiering policy.cluster1::> storage aggregate object-store attach -aggregate myaggr -object-store-name Amazon01B1
You can use the
allow-flexgroup
true
option to attach aggregates that contain FlexGroup volume constituents. -
Display the object store information and verify that the attached object store is available by using the
storage aggregate object-store show
command.cluster1::> storage aggregate object-store show Aggregate Object Store Name Availability State --------- ----------------- ------------------ myaggr Amazon01B1 available