Assign local tiers to storage VMs (SVMs) in ONTAP
-
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 assign one or more local tiers to a storage virtual machine (storage VM or SVM, formerly known as Vserver), then you can use only those local tiers to contain volumes for that storage VM (SVM).
|
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. |
The storage VM and the local tiers you want to assign to that storage VM must already exist.
Assigning local tiers to your storage VMs helps you keep your storage VMs isolated from each other; this is especially important in a multi-tenancy environment.
-
Check the list of local tiers already assigned to the SVM:
vserver show -fields aggr-list
The local tiers currently assigned to the SVM are displayed. If there are no local tiers assigned,
-
is displayed. -
Add or remove assigned local tiers, depending on your requirements:
If you want to…
Use this command…
Assign additional local tiers
vserver add-aggregates
Unassign local tiers
vserver remove-aggregates
The listed local tiers are assigned to or removed from the SVM. If the SVM already has volumes that use an aggregate that is not assigned to the SVM, a warning message is displayed, but the command is completed successfully. Any local tiers that were already assigned to the SVM and that were not named in the command are unaffected.
In the following example, the local tiers aggr1 and aggr2 are assigned to SVM svm1:
vserver add-aggregates -vserver svm1 -aggregates aggr1,aggr2