📜 ⬆️ ⬇️

NetApp ONTAP 9

The release of firmware version 8.3 was probably the most important among all previous versions of ONTAP software for NetApp FAS storage systems. Which included many new features and marked the transition from 7-Mode to Clustered ONTAP. The recently announced version 9.0 (already available for download ) also contains many new features and improvements, let's look at the most important ones.




MetroCluster improvements:


As many might already know, ONTAP software is now available not only on the FAS platform, but also in the form of SDS storage , as well as in public clouds .
')

RAID-TEC (RAID-TP)


In view of the increase in the volume of both mechanical and SSD drives, NetApp developed (quite a long time ago) and patented a new type of RAID with three parity disks . TEC stands for Triple Erasure Coding, and TP as Triple-Parity - both are used as synonyms. In such a RAID group there are three parity disks. The first calls Row Parity (Parity horizontally), the second DP (Double Parity or Diagonal Parity), the third AP (Anti-Diogonal Parity).

RAID-TEC can be used for SSD, SAS, and larger disks; the maximum length of a RAID group is now 29 devices for all these types of disks. RAID-TEC will also be used for ADP configurations . Due to the additional anti-diagonal partiti disk, the fault tolerance of such a RAID group has increased 100 times compared to RAID-DP.

Let me remind you that RAID-DP in its fault tolerance characteristics slightly exceeds RAID10, since it protects against the failure of any two disks (unlike RAID10, where the output of two mirrored disks leads to the loss of the entire group). RAID-TEC will be used by default for all drives with a capacity of 6TB and above, and is mandatory for drives of 10TB and above. As usual, on-the-fly conversion from RAID-DP to RAID-TEC is supported (as it is now with RAID4).


ADP: Root-Data-Data Partitioning (RD2)


The company has made quite a few efforts to increase the level of usable space for systems with a small number of disks in relation to the “raw space” with the help of ADP technology. In the new release, this idea was developed and will save 17% more compared to 8.3.H. Improvements will only affect systems with SSD drives: FAS and AFF. Where to save expensive SSD drives, disk partitioning into 3 parts is used by analogy with ADP Root-Data (two partitions: one for the Root unit, the other for the Data unit) : one not large partition, to create the Root unit (R), and two partition for Data aggregates (D2), each of them will be given under the control of each of the two controllers. This will save not only on the absence of a dedicated Root aggregate, but also reduce the number of paries (RP, DP, AP) and Spare disks. Those. in practice, this will allow saving 3-4 disks (RAID-DP and RAID-TP, respectively) for systems with one shelf, clogged with SSD disks.


Inline Data Compaction


In a storage system from a company that was a pioneer in deduplication and compression for Tier 1, it was possible to fumble the deduplicated block to 255 links to 1 block, and starting from version 8.1 and higher, this number was increased to 32767: 1, i.e. 64000 identical 4KB blocks could shrink up to 2 blocks of information. But with the imposition of compression block size is not always equal to 4KB. So came the new technology - compaction, which works in conjunction with deduplication and compression. The idea of ​​compaction came as after dedupu and compression some data after compression became less than 4KB of the block, while the minimum block size of the WAFL file system is 4KB, as a result, as if we did not press such a block of data, it still occupied all its minimum volume , and compression for data with small blocks did not make sense in terms of saving space. Thus, compaction has allowed to expand the scope of compression and even more efficient use of disk space.

This technology, together with other technologies of space efficiency, is guaranteed to reduce the use of disk space for AFF systems from 4 times to one and higher. For existing customers with ONTAP 8.3.2+, there is a calculator that allows you to estimate how much you will save by switching to ONTAP 9 and including all space saving mechanisms.

More in the article .


Autosupport mobile application


Allows you to quickly monitor the status of the storage, consumed resources and the degree of savings due to the use of compression and deduplication.


OnCommand System Manager


The OnCommand System Manager interface has been updated, the main purpose of the update was taken to simplify the management of cluster storage. Along with this, real-time load information will be displayed on any cluster object.

Added the ability to scan SAN initiators to add to the moon-masking list (iGroup); previously, this could be done manually from the storage interface or directly from the initiator host using the NetApp Host Utilities utility.


Headroom manager


This functionality helps with load balancing and distribution. It will help prevent excessive utilization of the node or aggregate above the optimal point, thus preventing performance degradation and will tell you more precisely where additional data storage resources are required.


Onboard Key Manager (OKM)


NetApp systems with ONTAP support disks with hardware-based data encryption (NSE, NetApp Storage Encryption) using an encryption key located on a supported Key Manager and transmitted using the KMIP protocol. Starting with ONTAP 9, along with the external Key Manager, it is possible to store encryption keys on the storage system, without the need to purchase specialized equipment. To configure the Onboard Key Manager, you only need a passphrase and encrypted disks.


1PB in the shelf with 24 disks


NetApp is the first among the manufacturers of storage A-Brands announced support for 15TB SSD drives. Now imagine an AFF system with ONTAP9, ADP RD2, RAID-TEC and 4: 1 compression. How much storage space can you get in one 6U system with this 2U shelf? Let's count. One 15TB disk (Physical & Right sized = 14307 GiB), from 24 disks in Active-Active configuration (RD2) with RAID-TEC, we get 20 disks for data, 3 parity disks and 1 Hot Spare. Subtract ADP for the Root aggregate 14307 - 53.88 GiB = 14253,12 GiB. Calculate the space of useful disks 20 X 14253,12 = 285062.4 GiB. Now subtract 10% WAFL Reserve 285062.4 - 10% = 256556.16 GiB. And at the end, multiply the resulting space by the minimum guaranteed data compression ratio 256556.16 * 4 = 1026224.64 GiB, i.e. 1002 TiB effective space! But the coefficient 4 is far from the margin, as a rule, you can get savings of 8 times for the database and VDI.

Who can upgrade to ONTAP 9


NetApp, unlike many of its competitors, has for many years been constantly developing one and the same platform with ONTAP software and allows using all its new useful and interesting functions for both new and old customers who can recycle their old equipment. As a rule, storage systems are maintained about 2-3-4 generations ago. And this very well allows you to save investments to end customers. For example, take the FAS6210 from this system was the receiver FAS6220, then FAS8040, and now the FAS8200.

So, the following FAS platforms with ONTAP 9 are supported:

And as usual, old disk shelves are supported.

Volume rehost


Now Volium can be transferred from one SVM to another.

ontap9::*> vserver show -vserver * -fields uuid vserver uuid ------- ------------------------------------ SVM1 04c6bb98-3d74-11e6-a895-00b098596ec6 SVM2 204877e8-4d54-11e6-a895-00b098596ec6 2 entries were displayed. ontap9::*> volume rehost -vserver SVM1 -volume my_vol_to_move -destination-vserver SVM2 ontap9::*> volume show -vserver SVM1 -fields msid,dsid,uuid,vserver -volume my_vol_to_move There are no entries matching your query. 

Read more here .

findings


NetApp continues to develop its ONTAP flagship software and delight not only new, but also its old customers, who can upgrade their old storage systems to new firmware versions and get new functionality thus preserving their investments. In the new version, a lot of effort has been made to simplify the administration of the cluster system as much as possible, increase its reliability and increase efficiency. The rich and constantly added functionality complements the ONTAP clustering capabilities in combination with the Share-Nothing ideology and is very well suited for SSD carriers, where the new storage bottleneck is the CPU, and not the disk subsystem.

» This may contain links to Habra articles that will be published later .
» I ask to send messages on errors in the text to the LAN .
» Comments, additions and questions on the article on the contrary, please in the comments .

Source: https://habr.com/ru/post/304306/


All Articles