Ask The Experts

Snapshot Policy Per Volume Command

General
1,598 Views

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!

 

 

1 ACCEPTED SOLUTION

donny_lang
1,595 Views

"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. 

View solution in original post

2 REPLIES 2

donny_lang
1,596 Views

"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. 

General
1,590 Views

Thanks for the quick assitance on this one!!

 

 

Public