When testing a network share outbound setting, we are receiving the following error:
"Test was not successful: network share plugin test failed"
Same path and credentials verified to work with other Aria Operations instances.
Aria Operations 8.x
Your internal network firewall filtering is a possible cause since the same path and credential is working on other Aria Operations environment.
Verify network Firewall Setting to ensure Aria Operations is able to reach the Network Share endpoint:
Ensure Aria Operations is able to reach the destination endpoint IP via ICMP.
ping 192.168.50.99Ensure Aria Operations is able to reach the destination endpoint IP on Network Sharing Port:
curl -kv telnet://192.168.50.99:445
Also ensure the correct SMB version 2.1 is used as Aria Operations only support SMB version 2.1.
Get-SmbServerConfiguration OR Get-SmbConnection -Server <ServerName> PowerShell commands on Windows"smbstatus" command for Samba on Linux