NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

Problem with PS Toolkit 9.11.1 using Data ONTAP 9.11.1P5?

grrilla
1,890 Views

I have a sandbox cluster running 9.11.1P6 that I used to test a script I developed using the 9.11.1 version of the PowerShell Toolkit. The following line works in the sandbox:

 

$destpath = ($vserver+":"+$destinationvolume)

$sminfo = Get-NcSnapmirror -Destination $destpath

 

$sminfo then contains all the parameters relating to a specific snapmirror relationship which I use for automation. FYI, I connect to the controller at a previous point in the script and the variables are all set correctly. However, when I try to run the same script against a production cluster running Data ONTAP 9.11.1P5, it fails and $sminfo returns an empty object. I have tried adding -ONTAPI and -ZapiCall but that did not work.  For business reasons I cannot upgrade the production cluster for several months so I need to find out if there is a problem with my script or a problem with P5. I checked the ONTAP release notes and cannot find anything specific to this problem. Any insight would be appreciated.

 

 

 

 

1 REPLY 1

AmmarMhowwala
1,416 Views

This issue has already been resolved in version 9.12.1. Kindly suggest you please used latest version of PS Toolkit 9.13.1

Public