When I was trying to pull NFS export info from one of our vserver, the cmdlet reports error like this:
Get-NcNfsExport : Multiple values are not supported for 'nosuid' option
At line:1 char:1
+ Get-NcNfsExport -VserverContext vservername
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (co-tx-cnsan:NcController) [Get-NcNfsExport], EINTERNALERROR
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Nfs.GetNcNfsExport
But it happens ONLY to this vserver, not even other vservers on the same cluster.
I am using PSTK v3.3.0 and the CDOT version is 8.2.3P5.
PS C:\temp> Get-Module |?{$_.Name -like 'DataOntap'}|select version
Version
-------
3.3.0
PS C:\temp> Get-NcSystemVersion|select Value
Value
-----
NetApp Release 8.2.3P5 Cluster-Mode: Thu Jul 16 21:51:07 PDT 2015
Nosuid is a property of SecurityRules (DataONTAP.C.Types.Nfs.SecurityRuleInfo) , which is a property of an export (DataONTAP.C.Types.Nfs.ExportsRuleInfo2) for the output of Get-NcNfsExport
Anyone ran into this before and have any idea ?
Thanks,
Timothy