-
Powershell Get-NCSnapshot timeout
I have a script that we use at several locations to set snapmirror-labels. Runs just fine on all my other systems, but here I'm getting an error on the Get-NCSnapshot command. WARNING: Record doesn't exist I've tried extending my timeout ($global:CurrentNCController.TimeoutMsec=600000), and that helped some, but I'm still…
-
ONTAP REST API issues, issue with these two cmdlets: Get-NcSystemImage & Get-NcNetInterface
Hi, I am observing the following two issues when running some Powershell cmdlets against 9.12.1P8. This is with version 9.13.1.2306 of the Powershell toolkit, but I believe the issue is with the REST API of ONTAP 9.12.1P8 and not with the Powershell toolkit. This is because when I run the same cmdlets against an ONTAP…
-
Powershell New-NcSnapMirrorPolicy
I am trying to recreate a snapmirror policy with schedule that I built out manually on a test cluster. Cluster is running ONTAP 9.12 and my toolkit is 9.12.1.2302. My issue is when I try to apply the schedule (Cron Job) to the policy. When using the gui to build everything, I have no issues. Below is my syntax:…
-
Help With Removing Stubs That Were symlinks
We are running ONTAP 9.6P2. We have a volume that houses symlinks to various CIFS shares. The symlinks are created with: New-NcSymlink -target /linkname -linkname /vol/Groups/linkname Add-NcCifsSymlink -unixpath /linkname/ -cifspath / -locality widelink -sharename linkname$ All is working well until we try and delete one…