Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am trying to check for unprotected volumes from command Line Interface and also a count of the volumes.
The reason being that we want to prevent data loss as often times we experience volumes created without being protected.
Kindly provide a solution.
Many thanks
Solved! See The Solution
1 ACCEPTED SOLUTION
Drew_C has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I always use AIQM (Unified Manager) to see the unprotected volumes, it's much convenient to be honest and you could also download the data.
Viewing volume protection status (netapp.com)
Using CLI, I don't know if there is one single command. I see there is a field 'vserver-dr-protection' but I guess that applies to volumes that are SVM-DR protected.
You can try this workaround:
1)::> vol show -type rw = All volumes
2)::> vol show -type DP = Only protected volumes
Put this into notepad++, You can probably filter the 'type' field in excel and get the list of volumes that are unprotected.
1 REPLY 1
Drew_C has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I always use AIQM (Unified Manager) to see the unprotected volumes, it's much convenient to be honest and you could also download the data.
Viewing volume protection status (netapp.com)
Using CLI, I don't know if there is one single command. I see there is a field 'vserver-dr-protection' but I guess that applies to volumes that are SVM-DR protected.
You can try this workaround:
1)::> vol show -type rw = All volumes
2)::> vol show -type DP = Only protected volumes
Put this into notepad++, You can probably filter the 'type' field in excel and get the list of volumes that are unprotected.
