We have received a request from our colleagues who take care of the masOS systems: Bonjour is based on mDNS over UDP and finds the file server on our macOS devices. I can connect to the file server with my ID by double-clicking, but I can only access certain data pools - i.e. with correctly enforced permissions for my ID. I am now wondering where this service comes from, whether this is an oversight or whether Bonjour is already being used for other purposes. Or does NetApp communicate with mDNS and UDP by default, so that it only looks like Bonjour in macOS? If Bonjour is already being used, we could test this as an alternative to SMB.
... View more
We are trying to install NetApp PowerShell Toolkit 9.16.1.2501 to our management server and getting below error: Import-Module : Could not load file or assembly 'file:///C:\Users\pni0pfo\Documents\NetApp.Ontap\NetApp.Ontap\netapp_ontap\netapp_ontap\NetApp.ONTAP\OntapiPS.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) At line:1 char:1 + Import-Module C:\Users\pni0pfo\Documents\NetApp.Ontap\NetApp.Ontap\ne ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Import-Module], FileLoadException + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
... View more
Hello, sadly, I fail to get any information of the purpose of a SVM-KEK. Is there any (official) information when and why a SVM-KEK is useful? What excatly does the SVM-KEK do? Tried to google it, but could only find depreacted information on this topic: https://docs.netapp.com/us-en/ontap-cli-96/security-key-manager-key-show.html Thank you in advance.
... View more
Hello, I connected LUN Netapp on windows server. It works prefectly but, i found that antiransomware is not enable on LUN Netapp. 😞 Also, it seems, it is not possible to restore file, just somes files on LUN volume from snapshot, that is true ? It is possible restore all the volume but not somes files Also, tiering policy not work on LUN volume ? thanks a lot
... View more
I have a powershell script that has been working well for the past 4 yrs., Recently I migrated the script to a new environment and it started giving errors what the script does is to login the source filer A, change the snapshots' snapmirror labels to "daily" then snapvault these snapshots to the destination filer B When i run it, it seems the script is able to login both filer A and filer B, and replicate the snapshots over. It failed on getting the snapshots, and gave me 400 errors are below PS C:\Users\adm_gwen> powershell.exe E:\Scripts\Veeam-NetAppSnaplock\Set-SM-Label-Update_SV-With-File_Input.ps1 -PrimaryCluster "PUG3AXRSTR1.pue1m.ad" -PrimarySVM "PUG3AXRSTR1-vs01" -ClusterUser veeam -ClusterPass "E:\Scripts\Veeam-NetAppSnaplock\password.txt" -PassKey "E:\Scripts\Veeam-NetAppSnaplock\AES.key" -SecondaryCluster "pcs1bxdsbr.pcs1m.ad" -SecondarySVM "pcs1bxdsbr-uge-vs01" -VolumeListFile "E:\Scripts\Veeam-NetAppSnaplock\SiteA_pug3axrstr_oasys.txt" [04.03.2025 15:01:22] Starting new log file [04.03.2025 15:01:22] Trying to load NetApp Powershell module [04.03.2025 15:01:22] Loaded NetApp Powershell module sucessfully [04.03.2025 15:01:22] Trying to connect to SVM PUG3AXRSTR1-vs01 on cluster PUG3AXRSTR1.pue1m.ad [04.03.2025 15:01:24] Connection established to PUG3AXRSTR1-vs01 on cluster PUG3AXRSTR1.pue1m.ad Get-NcSnapshot : The remote server returned an error: (400) Bad Request. At E:\Scripts\Veeam-NetAppSnaplock\Set-SM-Label-Update_SV-With-File_Input.ps1:239 char:3 + Get-NcSnapshot -SnapName *Veeam* | Set-NcSnapshot -SnapmirrorLabel ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-NcSnapshot], WebException + FullyQualifiedErrorId : System.Net.WebException,DataONTAP.C.PowerShell.SDK.Cmdlets.Snapshot.GetNcSnapshot [04.03.2025 15:01:24] Trying to connect to SVM pcs1bxdsbr-uge-vs01 on cluster pcs1bxdsbr.pcs1m.ad [04.03.2025 15:01:28] Connection established to pcs1bxdsbr-uge-vs01 on cluster pcs1bxdsbr.pcs1m.ad [04.03.2025 15:01:28] File E:\Scripts\Veeam-NetAppSnaplock\SiteA_pug3axrstr_oasys.txt was found [04.03.2025 15:01:29] Volume tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_even01_vol was found [04.03.2025 15:01:29] SecondarySVM: pcs1bxdsbr-uge-vs01 [04.03.2025 15:01:29] SecondaryVolume: tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_even01_vol VERBOSE: Updating SnapMirror with destination //pcs1bxdsbr-uge-vs01/tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_even01_vol. NcController : pcs1bxdsbr.pcs1m.ad ResultOperationId : 76301282-f933-11ef-bcd2-d039eabd3a83 ErrorCode : ErrorMessage : JobId : JobVserver : Status : succeeded Uuid : Message : [04.03.2025 15:01:29] Volume tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_odd01_vol was found [04.03.2025 15:01:29] SecondarySVM: pcs1bxdsbr-uge-vs01 [04.03.2025 15:01:29] SecondaryVolume: tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_odd01_vol VERBOSE: Updating SnapMirror with destination //pcs1bxdsbr-uge-vs01/tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_bc_odd01_vol. NcController : pcs1bxdsbr.pcs1m.ad ResultOperationId : 768f5208-f933-11ef-bcd2-d039eabd3a83 ErrorCode : ErrorMessage : JobId : JobVserver : Status : succeeded Uuid : Message : [04.03.2025 15:01:30] Volume tp_pug3axrstr1_vs01_pgu3arj_esx_ds_data_nbc_even01_vol was found Any help is appreciated!
... View more