Thursday, December 22, 2011

How In-Place Expansion Works

With the recent release of Data ONTAP 8.1, NetApp now supports the ability to perform an in-place expansion (or “in-place upgrade”) of 32-bit aggregates to a 64-bit format. This non-disruptive process is triggered when adding disks to a 32-bit aggregate that would cause the aggregate size to exceed 16TB. While it’s possible to monitor, it’s largely invisible to most users. So let’s take a closer look to see what actually happens “behind the scenes” during an in-place expansion.

But first, some background.

In WAFL, each file is described by an inode (containing metadata and pointers). Small files consist of inodes pointing directly to data blocks, while larger files have additional layers of indirection called “indirect blocks”.

With the introduction of 64-bit aggregates, WAFL now supports both 32-bit and 64-bit indirect block formats (pointer sizes). However, with larger pointer sizes comes a reduction in the number of “addresses” that an indirect block can hold. With 32-bit block pointers, that number is 510 at the FlexVol layer, while a 64-bit indirect block only contains 255 -- half the number of block pointers.

So replacing these 32-bit indirects with 64-bit indirects must include some sort of overarching structure…right?

"Buffer trees" (or "buftrees") allow WAFL to leverage a hierarchical metadata structure to keep track of the locations of data blocks of files, with the top level of each file being the inode of the file. For more details on FlexVol architecture, read the USENIX 2008 paper entitled, "FlexVol: Flexible, Efficient File Volume Virtualization in WAFL".

Once the expansion process is initiated, a scanner walks all inodes and volumes within an aggregate to perform the conversion. It is during this in-place expansion period that an aggregate or volume may contain both 32-bit and 64-bit buffer trees in a sort of “mixed” format. All new write traffic will always write out blocks in the 64-bit format. Upon completion, all buftrees in the active file system (excluding Snapshots) become 64-bit buftrees.

Nice, but there’s "no free lunch" here: Given the increase in block pointer size with 64-bit aggregates, the expansion process must also check for space and allocate additional blocks. But how?

Prior to the administrator triggering an in-place expansion, Data ONTAP 8.1 has already done some "homework" of its own: during an 8.1 upgrade, Data ONTAP runs a prequalification scanner to check existing volumes and estimates if additional blocks are needed to expand volumes, maintain space guarantees, etc.

Then, prior to the administrator actually triggering the expansion, WAFL estimates the amount of additional space consumed by the expansion process. If a volume does not have enough free space, the expansion does not start.

In my testing with the ONTAP virtual simulator, it was also possible to still run out of space even after increasing the volume size (as I was intentionally writing large files to a volume to intentionally consume space). Luckily, the expansion process includes checkpoints and restarts automatically when space becomes available. Of course most real world deployments will not encounter this scenario, as the addition of actual disks will result in more usable capacity.

Bottom-line: Data ONTAP 8.1 (both 7-Mode and Cluster-Mode) nondisruptively expand existing 32-bit aggregates to 64-bit aggregates, making Data ONTAP 8.1 a compelling upgrade for most organizations.

Thursday, December 8, 2011

NetApp Releases OnCommand Report 1.0

NetApp today quietly released OnCommand Insight Report 1.0, providing a global view of FAS and/or V-Series storage in a single, comprehensive view. In addition to its built-in reports and dashboard, OnCommand Report can also generate highly-customizable reports and dashboards based upon data from multiple OnCommand servers.

OnCommand Report acquires and consolidates data from multiple DataFabric Manager (DFM) and/or OnCommand servers. This information is then rolled up into OnCommand Insight Data Warehouse by a process called Extract, Transform, and Load (ETL). The Query Studio is used to make this data available for reporting. Finally, to manage and view the data, a console and (Cognos) reporting connection are made available to the administrator.

OnCommand Report is a separately installed product from OnCommand Unified Manager or DataFabric Manager (DFM) server. It does, however, support connecting to DFM server versions 4.0, 4.0.1, 4.0.2, and OnCommand server 5.0.

OnCommand Report 1.0 should only be installed on an x64 host with one of the following 64-bit operating systems:

  • Windows Server 2003 Enterprise or Standard Edition (64-bit)
  • Windows Server 2008 Enterprise or Standard Edition (64-bit)
  • Windows Server 2008 R2 Enterprise or Standard Edition (64-bit)


Use of these operating systems is supported on both physical or virtual machines. If OnCommand Report is run within a virtual machine, VMware vSphere 4.0 or higher is required. CPU and memory requirements vary, based upon the number of storage systems managed by OnCommand servers.

OnCommand Report 1.0 relies heavily on various open-source projects (including, but not limited to, such notable components as Apache Jakarta log4j, JBoss, MySQL, etc.), IBM Cognos Business Intelligence 8.4.1, as well as several Java and XML components.

See the NetApp Support Site to download and access product documentation.

Thursday, December 1, 2011

NetApp Now Shipping FibreBridge for MetroCluster

NetApp recently announced availability of the ATTO FibreBridge 6500N, a SAS-to-FC bridge for MetroCluster environments. FibreBridge enables MetroCluster storage connectivity to include SAS disk shelves (DS4243 and DS2246) in both stretch and fabric MetroCluster configurations. This enables MetroCluster environments to take advantage of higher density SAS and SATA disks and resilient back-end SAS storage architecture.

Each bridge includes two 8Gb/s FC ports, a 4-lane wide 6Gb/s SAS port, 100/1000 BASE-T Ethernet port, and a serial port -- with a standard form factor of 1U.

Two bridges are deployed per homogenous stack of either SAS or SATA disks. A combination of four FibreBridges, two deployed with the local stack and two with the remote stack, provide highly-available connectivity for MetroCluster. The FibreBridge supports up to 10 shelves per stack of SAS or SATA disks. It currently does not support solid-state disks (SSDs) or full disk encryption (FDE).

FibreBridge is now available with Data ONTAP 8.1 RC2 and FibreBridge 6500N firmware version 1.11.

More information can be found on the NetApp Support Site by reviewing the document entitled, “Configuring a MetroCluster system with SAS disk shelves and FibreBridge 6500N”.