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
Unable to get node name using volume-get-iter in Ontap 8.2
2016-06-15
11:57 AM
2,869 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I get the node name for a volume using "volume-get-iter" ?
For Netapp Ontap 8.3, 'volume-get-iter' has a field for "node" which is not available in Ontap 8.2 . I am using api version 1.21.
Thanks,
Rohan
Solved! See The Solution
1 ACCEPTED SOLUTION
rohancmr has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
volume-get-iter wil return to you the aggregate name (containing-aggregate-name). You can use that in a query to aggr_get_iter which will get you the node name.
OK, not optimal since it's two calls but that's the first thing that comes to mind.
--rdp
2 REPLIES 2
rohancmr has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
volume-get-iter wil return to you the aggregate name (containing-aggregate-name). You can use that in a query to aggr_get_iter which will get you the node name.
OK, not optimal since it's two calls but that's the first thing that comes to mind.
--rdp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That worked. Thanks a lot.
