Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
Does anyone know of a command I can run to actuall get the snapshot poliy that is actually applied per volume on my ONTAP 9 cluster?
I was thinking something like volume "snapshot policy show -fields vserver -vserver * fields" and then AFTER the "fields" command I couldn't think of what to actually put that would work.
So, I not only want to Snapshot policies on the array, I also want to know what each volume has applied to it specifically.
Thanks in advance!
Solved! See The Solution
2 REPLIES 2
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
"snapshot policy show -vserver * -fields policy" will show you a list of SVMs and their snapshot policies. "vol show * -fields snapshot-policy" will give you a list of all the volumes in your cluster and their assigned snapshot policy.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks for the quick assitance on this one!!