ONTAP Discussions

7-mode command to show 32-bit snapshots

James_Pohl
9,994 Views

Is there a 7-mode command (8.1.4) to show 32-bit snapshots?

 

I recently converted the aggregate to 64 bit, and the volume shows as upgraded to 64 bit. How do I identify which snapshots are 32 bit so that they can be deleted and thus can be 7mtt'd to a c-mode 8.3.2 cluster?

 

 

1 ACCEPTED SOLUTION

VijayaBhaskarReddy
9,961 Views

The ability to detect block format for Snapshots is added in 8.1.4p4 and 8.2.1. If you are running these or above versions, you can use the below command to find 32-bit Snapshtos:

 

volume snapshot show -fs-block-format !64-bit -fields fs-block-format

 

Documentaiton about converting 32-bit data to 64-bit can be found @ https://library.netapp.com/ecmdocs/ECMP1636041/html/GUID-3C67FFE3-5A1C-42B5-9138-6DF58D9B34B7.html

And the TR 3978 that specifically taks about inplace expansion can be found @ http://www.netapp.com/ch/media/tr-3978.pdf

View solution in original post

4 REPLIES 4

JamesIlderton
9,978 Views

Give this a try: snap list -fs-block-format

 

You can append -V volname to narrow it to just the volume in question.  Comes in handy when trying to TDP SnapMirror a volume during cDOT migrations (which is of course what 7MTT does, we just do it manually).

VijayaBhaskarReddy
9,962 Views

The ability to detect block format for Snapshots is added in 8.1.4p4 and 8.2.1. If you are running these or above versions, you can use the below command to find 32-bit Snapshtos:

 

volume snapshot show -fs-block-format !64-bit -fields fs-block-format

 

Documentaiton about converting 32-bit data to 64-bit can be found @ https://library.netapp.com/ecmdocs/ECMP1636041/html/GUID-3C67FFE3-5A1C-42B5-9138-6DF58D9B34B7.html

And the TR 3978 that specifically taks about inplace expansion can be found @ http://www.netapp.com/ch/media/tr-3978.pdf

James_Pohl
9,920 Views

Thank you for your quick response.

 

Unfortunately I'm running 8.1.4P2 and the command doesn't work

 

I had looked for quite a long time and wasn't able to find a working command for 7-mode.

 

Hopefully this helps someone else

Andre_Clark
9,711 Views

The command for 7-Mode is as follows: snap list -fs-block-format <volume>.  However, as mentioned earlier, you need to be on at least 8.1.4P4 or 8.2.1.

Public