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 Everyone, we have requirement to automate the ndmpcopy using WFA(yes, still they are using). But we don't have a inbuilt command or workflow available for ndmpcopy for cdot. I was looking at PSTK if we have Cmdlet available, but no luck for ndmpcopy. So, I decided to use Invoke-NCSystemApi. But when I was testing Invoke-NCSystemApi on ONTAP 9.4, it didn't return any results, it was just blank. Any idea why? , Also, what would be the alternative for the ndmpcopy on WFA. Somebody has done it already for cdot on WFA?
3 REPLIES 3
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Typcially I login to my controllers with <domain>\<user-admin>. This account is an admin account on the controller, but for whatever reason, when using the Invoke-NCSystemApi command, I found that if I didn't use the actual 'admin' account, the command wouldn't work.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks for your response. I did use the actual admin account.
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can you share the code that you're trying to run? Without that, it's going to be incredibly hard to determine why the query isn't returning the expected data or doing what you want it to do. Thanks!