I am working on some automation using powershell and the powershell toolkit. After creating a qtree and then its share, I am trying to set the 'ShareProperties' parameter, "browsable", which correlates to the checkbox in the UI for "allow client access to snapshot copies directory". It fails saying, "ShareProperties parameter specified, which is not supported for REST call". I have tried it with Set-NcCifsShare and Add-NcCifsShare. I am running the powershell module for NetApp.ONTAP Version: 9.16.1.2501 in PowerShell 7.5.1. An example of the script. If I take out the shareproperties piece, it works perfectly. Set-NcCifsShare -Name $shareName -SymlinkProperties enable -AccessBasedEnumeration $true -ShareProperties "browsable" -VserverContext $storageVM Is there any way to set that option via PowerShell?
... View more
I am migrating old CentOS VMs running MySQL 5.x to MySQL 8.0.x that will run on Rocky 8 or 9. I am installing mysql 8.0.x on the CentOS first, so I can verify all database files are updated and working. Mysql 8 keeps reading the NetApp .snapshot folder as databases and throwing errors and stopping. For some reason, this was not an issue in Mysql 5.x. I did some research and I believe mysql 8 does not have the ignore directory setting anynore Has anyone had and solved this issue ? Thank you.
... View more
I was just going through automating AV connector password reset and found there is a KB which explains the same. What are the options available as Antivirus Connector Command Line Switches - NetApp Knowledge Base Able to test this successfully, but the below command is giving error. Says 'Invalid command line argument /testPassword' Test password: C:\Program Files (x86)\ONTAP AV Connector>mregfa.exe /testPassword Attempting REST API connection to ONTAP LIF 192.168.0.101 using HTTPS on port 443... REST API call to 192.168.0.101 using account "DEMO\nasav2" was successful. Any suggestions...
... View more
Good day to everyone: In the Partner Hub there is some recommended and additional training that seems to be outdated, I've been using the docs.netapp.com and looking at some Technical Reports, but would like to see if anyone has any recommendations.
... View more