Hi, after an ontap upgrade we are now getting a cryptic message to me and I can no longer use the code to resize volumes. The help file for this command is not super detailing and it doesn't matter if I try to grow 1mb or one tb and it happens on any volume for any svm across 3 filers. here is the command that now fails and the error it throws Set-NcVolSize -Name $vol2.Name -Size +1tb -VserverContext:$vol2.Vserver Set-NcVolSize : One or more of the fields "-max-autosize","-size" are being set/modified. Set the values such that "-max-autosize" and "-size" should always be less than or equal to 600. At line:1 char:1 + Set-NcVolSize -Name $vol2.Name -Size +1tb -VserverContext:$vol2.Vserv ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: ({nccluster]:NcController) [Set-NcVolSize], EAPIERROR + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Volume.SetNcVolSize the 600 stays constant across any volume or any filer any one know how to debug this further or know the answer to why this used to work and stopped after the code upgrades? Name Version ---- ------- Set-NcVolSize 9.15.1.2410 Name Address Vserver Version ---- ------- ------- ------- netapp01-clust... 172.xx.xx.152 NetApp Release 9.14.1P8: Fri Sep 13 07:12:27 UTC 2024 thanks
... View more
Hello I have this error in ONTAP, how to find informations about UID 25323, for example find the IP source ? secd.nfsAuth.noNameMap: vserver (svm1) Cannot map UNIX name to CIFS name. Error: Get user credentials procedure failed [ 8] Mapping an unknown UID to default windows user [ 8] Unable to map '25323'. No default Windows user defined. **[ 8] FAILURE: Name mapping for UNIX user '25323' failed. No mapping found thanks
... View more
Is there any way to create a Cluster Admin login\ role which limits access to specific SVMs only? I would prefer not to have to create multiple configurations on multiple SVMs as the admin overhead would be substantial for both myself as the Cluster admin the the SVMs administrators who would need to perform multiple logons.
... View more
Hi All, I got an error while trying to convert a FlexVol to FlexGroup on Ontap13.1P4 ::*> volume show -volume volname -fields volume-style-extended,state vserver volume state volume-style-extended ----------- -------------------- ------ --------------------- svm-blah volname online flexvol ::*> volume show -volume volname Vserver Volume Aggregate State Type Size Available Used% --------- ------------ ------------ ---------- ---- ---------- ---------- ----- svm-blah volname aggr_02_2 online DP 111TB 16.99TB 84% ::*> volume conversion start -vserver svm-blah -volume volname -check-only true Error: command failed: Cannot convert volume "volname" in Vserver "svm-blah" to a FlexGroup. Correct the following issues and retry the command: * Cannot convert data-protection volume "volname" because volume is not in a SnapMirror relationship. Create a SnapMirror relationship with the volume as the destination and then try conversion. Why would it have to be in a snapmirror relationship for a conversion? Is it because it is a DP Volume? Can this be done without going through the trouble of creating a snapmirror? It's a lot of work and data transfer we do not want. Could I convert a DP volume to something else to allow a FlexGroup conversion? Thank you for your insights, Bela
... View more
Hi, I have some large CIFS shares where the NTFS permissions have been established via Windows Explorer. There are currently no Security descriptors/DACLs configured in ONTAP. Is it possible to add an additional user to the NTFS files/folders but using the ONTAP CLI without wiping out the existing NTFS permissions? Thanks, Ty
... View more