Add local tiers manually 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 do not want to add a local tier using the best-practice recommendations from ONTAP, you can perform the process manually.
|
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. |
Disks must be owned by a node before they can be used in a local tier. If your cluster is not configured to use automatic disk ownership assignment, you must assign ownership manually.
Learn more about the commands described in this procedure in the ONTAP command reference.
Beginning with ONTAP 9.11.1, if you do not want to use the configuration recommended by System Manager to create a local tier, you can specify the configuration you want.
-
In System Manager, click Storage > Tiers.
-
From the Tiers page, click
to create a new local tier:
The Add Local Tier page shows the recommended number of local tiers that can be created on the nodes and the usable storage available.
-
When System Manager displays the storage recommendation for the local tier, click Switch to Manual Local Tier Creation in the Spare Disks section.
The Add Local Tier page displays fields that you use to configure the local tier.
-
In the first section of the Add Local Tier page, complete the following:
-
Enter the name of the local tier.
-
(Optional): Check the Mirror this local tier check box if you want to mirror the local tier.
-
Select a disk type.
-
Select the number of disks.
-
-
In the RAID Configuration section, complete the following:
-
Select the RAID type.
-
Select the RAID group size.
-
Click RAID allocation to view how the disks are allocated in the group.
-
-
(Optional): If the Onboard Key Manager has been installed, you can configure it for encryption in the Encryption section of the page. Check the Configure Onboard Key Manager for encryption check box.
-
Enter a passphrase.
-
Enter the passphrase again to confirm it.
-
Save the passphrase for future use in case the system needs to be recovered.
-
Back up the key database for future use.
-
-
Click Save to create the local tier and add it to your storage solution.
Before you create local tiers manually, you should review disk configuration options and simulate creation.
Then you can issue the storage aggregate create
command and verify the results.
You must have determined the number of disks and the number of hot spare disks you need in the local tier.
If root-data-data partitioning is enabled and you have 24 solid-state drives (SSDs) or fewer in your configuration, it is recommended that your data partitions be assigned to different nodes.
The procedure for creating local tiers on systems with root-data partitioning and root-data-data partitioning enabled is the same as the procedure for creating local tiers on systems using unpartitioned disks. If root-data partitioning is enabled on your system, you should use the number of disk partitions for the -diskcount
option. For root-data-data partitioning, the -diskcount
option specifies the count of disks to use.
|
When creating multiple local tiers for use with FlexGroup volumes, local tiers should be as close in size as possible. |
Learn more about storage aggregate create
and local tier creation options and requirements in the ONTAP command reference.
-
View the list of spare disk partitions to verify that you have enough to create your local tier:
storage aggregate show-spare-disks -original-owner node_name
Data partitions are displayed under
Local Data Usable
. A root partition cannot be used as a spare. -
Simulate the creation of the local tier:
storage aggregate create -aggregate aggregate_name -node node_name -raidtype raid_dp -diskcount number_of_disks_or_partitions -simulate true
-
If any warnings are displayed from the simulated command, adjust the command and repeat the simulation.
-
Create the local tier:
storage aggregate create -aggregate aggr_name -node node_name -raidtype raid_dp -diskcount number_of_disks_or_partitions
-
Display the local tier to verify that it was created:
storage aggregate show-status aggregate_name