NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Community Related Discussions

System Manager support for SnapMirror Cloud with Flexgroup volume

AdrianoClemente
3,365 Views

I used laboratory “Up and Running with ONTAP 9.14.1 and System Manager v1.5" to test Snapmirror Cloud with Flexgroup source volume using System Manager.

During configuration the error "You can´t use System Manager to create Snapmirror Cloud object store relationship with FlexGroup volumes” was reported.

Is there any version of System Manager that supports Snapmirror Cloud with Flexgroup volume?

2 REPLIES 2

OGill
3,292 Views

I don't think using System Manager as the orchestrator for SnapMirror Cloud supports FlexGroups.
This implementation is quite old and since its inception in ONTAP 9.9.1 there has not been any real progress with the SnapMirror Cloud implementation in System Manager, at least I don't noticed anything new since then.

I guess they're pushing BlueXP Backup & Recovery, which does support FlexGroups as the source of SnapMirror Cloud relationships.

kollij
2,763 Views

Hi, you should be able to use the ONTAP CLI if it is convenient for you, for example:
snapmirror create -source-path YourVserver:YourVolume -destination-path S3Target:/objstore/YourVolume_dest -type XDP -policy DailyBackup
snapmirror initialize -source-path YourVserver:YourVolume -destination-path S3Target:/objstore/YourVolume_dest

Public