Good day all. I need to pick your brains for a second. Import-Module DataONTAP $StorageIP = "10.10.1.40" $user = "Power" Connect-NcController $StorageIP -Credential $user -ontapi Invoke-NcSsh -Command 'set -confirmations off' When running those in Powershell ISE, it works fine, but when running this in regular Powershell window, i get the "Invoke-NcSsh : Exception has been thrown by the target of an invocation" I have already checked a couple things Running this from a server 2022, got the latest ontap module 9.17, running against a 9.12 SAN. i have putty installed. Putty path is in the $env:path . Both instances of ISE and Powershell are run using regular user (not as admin)... Putty registry keys are present, etc.. When i type get-module, the only difference between both is the ISE module that is present in the ISE window. Have you ever experienced this? I have included a screenshot of both screens so you can see the results. Obviously that is not all the script does, but it is stuck there atm.
... View more
Hello to all We got a customer with 3 diferent Active Directory domains, for example AAA.corp,BBB.corp and CCC.corp. we had created 3 different SVM in ontap 9.16 and created volumes and shares. Everything is fine. when i want to let domain admins logon to GUI of netapp (system manager) with domain admin accounts , but not reaching anything else then their own SVM , yet we couldnt do it, can logon with ActiveDirectory accounts when we let permission with Cluster SVM ,but then can reach everything created RBAC role, and assigned role to users ,then we can logon but that time, can reach all SVM systems what can you advise to do,? thanks
... View more
The client is experiencing slow performance when copying many files from a Windows 11 machine to his NetApp storage array. We used the same dataset (154 files / 15 MB). From a Windows 10 machine, the copy takes 20 to 30 seconds. From a Windows 11 machine, the copy takes 3 to 5 minutes. Same result from a clean Windows 11 installation. However, copying a large file (650 MB) shows no difference between Windows 10 and Windows 11 (around 20 to 40 seconds). Many things have been tried by my endpoint consultant on Windows 11 machine without success, so we suspect network port configuration attached to the NetApp Storage Array and/or maybe NetApp configuration.
... View more
Hi all, I’m running into an issue where our monitoring team cannot receive traps from our ONTAP cluster. I've tried both SNMPv2c and SNMPv3 configurations, but traps just aren't getting through. Environment: NetApp ONTAP [ 9.15.1P7] Monitoring system supports both SNMPv2c and SNMPv3 I’ve configured the account with security login create and set up the host with snmp traphost add, verifying that the credentials matched on both our side and the monitoring team's, but traps still aren't coming through At this point I’m not sure if it’s a config gap on my side or a network/firewall issue. Any guidance, working config snippets, or troubleshooting steps would be much appreciated!
... View more