Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Hi all, Are there any commands to help with being able to see and release file locks? Something similar to these ZAPI's Lock-get-iter Lock-break-iter I don't see anything. TIA, Frank
... View more
PowerShell Toolkit 9.10 .1.2111 Recently assisting a customer with an issue around PowerShell scripting of creation and installation of signed certificates. Customer was able to create the certificate signing request (CSR), submit it to the Certificate Authority (CA) and process it to install the signed certificate on the ONTAP cluster.. Issue occurs due to what appears to be a shortfall in the New-NcSecurityCertificateCsr cmdlet. The cmdlet does not allow submitting Subject Alternate Name (SAN) parameters to the CA for inclusion in the signed certificate. This is found to cause a certificate validation error in System Manager. Creating the CSR from the command line allows submitting these parameters which are not supported by the New-NcSecurityCertificateCsr cmdlet: -dns-name -ipaddr -uri -rfc822-name The solution to the issue for the customer is to include the -dns-name and -ipaddr parameters, which he cannot do using the PowerShell cmdlet. Please advise if these can be added to this PowerShell cmdlet.
... View more
If the Cluster management LIF takes a long time to switch, the cmdlet will error as follows ==================================== PS C:\Users\Administrator> Get-NcAggr Get-NcAggr : Connection to XXX.XXX.XXX.XXX on port 443 for protocol HTTPS timed out. + Get-NcAggr + ~~~~~~~~~~ + CategoryInfo : InvalidOperation: (XXX.XXX.XXX.XXX:NcController) [Get-NcAggr]、NaConnectionTimeoutException + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Aggr.GetNcAggr ==================================== What is the default timeout value and retry count for this cmdlet? Looking at the actual machine, it appears to timeout in about 20 seconds.
... View more
As a VB.net developer I need to be able to manage remote SMB\CIFS shares on a Netapp array. All I want to do initially is set an existing share that contains a single ACE of Authenticated Users with Full access, to Read Only. All of the microsoft objects and methods can manage ACLs in the sub folders of the share, but the main share seems off limits since it exists on the Netapp array. Is there a way to manage these shares using .net framework? Is there an API that I can install that will allow me to code the solution in Visual Studio and ideally in VB.net?
... View more