Good day community, unfortunately we had the decision to install firmware version 9.15.1P6 instead of 9.13.1P13 on a new storage we have, basically the goal right now is to find a way to downgrade the firmware version to 9.13.1P13, this storage only has the basic configuration right now, which means there is no data on this storage now. My question, is there any way to downgrade the firmware version from 9.15.1P6 to 9.13.1P13?
... View more
SYNTAX Invoke-NcSnapmirrorInitialize [-DestinationCluster <String>] -DestinationVserver <String> -DestinationVolume <String> [-SourceCluster <String>] [-SourceVserver <String>] [-SourceVolume <String>] [-MaxTransferRat e <Int64>] [-TransferPriority <String>] [-SourceSnapshot <String>] [-Passthru] [-IsAutoExpandEnabled <Boolean>] [-IsAdaptive <Boolean>] [-IsCatalogEnabled <Boolean>] [-Controller <NcController[]>] [-InformationA ction <ActionPreference>] [-InformationVariable <String>] [-PipelineVariable <String>] [-ZapiRetryCount <Int32>] [<CommonParameters>] I am connected to one of the nodes on the SNAPVAULT cluster (as well as the source and destination vservers): PS H:\> Connect-NcController SNAPVAULT-i-svc01-01 -Credential (Get-Credential) cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters: Credential Name Address Vserver Version ---- ------- ------- ------- SNAPVAULT-i-svc01-01 X.Y.63.205 NetApp Release 9.11.1P8: Fri Apr 07 00:02:50 UTC 2023 But, when running the command below, I get an error about wrong credentials. Anyone can explain why? PS H:\> invoke-NCSnapmirrorInitialize -DestinationCluster X.Y.63.209 -DestinationVserver svm_cifs_filer_DD_PROD_SM_Test -DestinationVolume Backup -SourceCluster X.Y.63.102 -SourceVserver svm_cifs_filer_DD_PROD:Backup -SourceVolume Backup -Controller SNAPVAULT-i-svc01-01 invoke-NCSnapmirrorInitialize : Incorrect credentials for SNAPVAULT-i-svc01-01. At line:1 char:1 + invoke-NCSnapmirrorInitialize -DestinationCluster X.Y.63.209 -Desti ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (SNAPVAULT-i-svc01-01:NcController) [Invoke-NcSnapmirrorInitialize], NaAuthException + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Snapmirror.InvokeNcSnapmirrorInitialize Here is what help -full describes about -Controller parameter: -Controller <NcController[]> A clustered Data ONTAP controller to receive this cmdlet, as embodied by an NcController object. This parameter is returned by the Connect-NcController cmdlet. If not specified, the value in the global var iable CurrentNcController is used. In the latter case, if CurrentNcController contains a collection of NcController objects, this cmdlet is invoked on each controller in succession. Required? false Position? named Default value Accept pipeline input? true (ByValue, ByPropertyName) Accept wildcard characters? False
... View more
Hi, I'm preparing to upgrade my cluster this weekend and am looking to upgrade to the latest release. According to the Upgrade Advisor 9.16.1P1 is the latest release. The downloads section only has 9.16.1 available. Is the 9.16.1P1 release going to be imminently available? Thanks, Ben
... View more
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
Hi, during the RC stage of Ontap 9.12.1 it was mentioned that it finally supported NFS 4.1 multipathing. However, now that 9.12.1 has been released I can’t find NFS 4.1 multipathing support in the release notes. Am I missing something?
... View more