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
We are upgrading this week to OnTAP 9.14.1 and I just reviewed the new cluster and volume tagging feature. It appears very straightforward and could prove useful to us, however I'm wondering what NetApp tools are available that could make use of them in some kind of reporting. I don't currently see anything in ActiveIQ Unified Manager (I am on version 9.14) and we don't have Cloud Insights. What would be the primary way these tags could be used to generate reports and/or dashboards?
6 REPLIES 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You could use System Manager to add tags to a cluster/volumes to identify objects as belonging to a category, such as projects or cost centers.
You define a tag by specifying a key and associating a value to it using the format “key:value”. For example: “dept:engineering” or “location:san-jose”.
Detailed Procedure is available in the below links:
Regards.
Vikram Kumbar
Escalation Engineer,
Technical Support – APAC,
NetApp Customer Solution Center.
Escalation Engineer,
Technical Support – APAC,
NetApp Customer Solution Center.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you @Vikram ! I am actually familiar with the feature itself, my question is about which other NetApp tools make use of the tags once created. In other words - how would I report on all devices with a particular tag, etc. As I said, I didn't see anything in ActiveIQ Unified Manager and don't use Cloud Insights. Wondering if anyone has insight on this question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use harvest for reporting.
https://github.com/NetApp/harvest/pull/3273
You can use REST API for reporting based on various filters ( Tag name example below which will display all volumes on the cluster with tag Team:NetApp )
curl -k -u netappuser -X GET "https://netapp.cluster.com/api/storage/volumes?_tags=Team:NetApp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @customernumber10 ! Unfortunately I know nothing about REST API's language or how I would use it. I was hoping for AIUM or one of the other NetApp tools (SnapCenter? OnTAP Tools plug-in?) to utilize the tagging.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hopefully NetApp integrates it in AIQUM soon. I had looked into it and only found these two options so far. Checkout https://nabox.org which is easier way to implement harvest. Closest thing to Cloud Insights.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I have heard of Harvest before, I may have to try this out.
