What are some of the Data ONTAP upgrade considerations for storage systems containing 32-bit data?
Applies to
Data ONTAP 8.3
Answer
For storage systems running Data ONTAP 8.2.x, the 32-bit data must be removed before upgrading to Data ONTAP 8.3 and later, since 32-bit data support is removed from Data ONTAP 8.3 and later.
Failing to remove the 32-bit data and upgrading the storage system to Data ONTAP 8.3 might result in possible service outages requiring complex recovery procedures.
The 32-bit data can be present as follows:
- 32-bit aggregate
Run the commandnode run * aggr status -v
on the storage system, and if the output does not include 64-bit, then the aggregate is 32-bit. It must be upgraded to 64-bit before upgrading to Data ONTAP 8.3 and later. - 32-bit volume
Run the commandvolume show -block-type !64-bit -fields block-type
orvolume show -block-type 32-bit -fields block-type
ornode run * vol status -v
. If the output does not include 64-bit, then the volume is in a 32-bit format. - 32-bit snapshot
Run the commandvolume snapshot show -fs-block-format !64-bit -fields fs-block-format
to list the 32-bit snapshots. Even a 64-bit volume can have a 32-bit snapshot through SnapMirror.
For procedures to upgrade and remove the 32-bit data, see the following links:
Additional Information