Data Backup and Recovery

.Snapcenter issue communicating to NAS file catalog on port 8145

Chiatan
3,693 Views

Hello Gent's,

 

Snapcenter 2.0  issue communicating to NAS file catalog on port 8145, port on the liux server is not opened.

 

2017-06-17T23:02:22.9232329+01:00 ERROR SnapManagerWeb_20 PID=[5288] TID=[ApisJobNotificationHandler:210] Exception in method: InvokeXML. System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.0.000.000:8145 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6,

 

ERROR SnapManagerWeb_19 PID=[5288] TID=[ApisJobNotificationHandler:210] System.InvalidCastException: Unable to cast object of type 'SnapMgrContracts.SmJobData' to
type 'SMCoreContracts.SmApplyProtectionRequest'. at SnapManager.SMSDAL.Job.JobHelper.GetJobData[T](Int64 jobId)

 

 

Any other port to be used ? 

 

var/opt/snapcenter/spl/etc/spl.properties

SPL_PORT=8145

 

Thanks

Chaitan

2 REPLIES 2

Sahana
3,518 Views

Hi,

 

The port needs to be open on the agent host. Check if a firewall is running on the agent host:

            # service iptables status
            If the firewall is running, you either need to open port 8145 on it or turn it off. Run the following command to turn off the port:
            # service iptables stop
To test if the connectivity has been restored, go to the Inventory page in the SnapCenter GUI and select 'Refresh Resources'

 

Refer: https://kb.netapp.com/support/s/article/ka11A0000001XOAQA2/SnapCenter-Oracle-Plug-in-installation-fails-with-Plug-in-incompatible (requires login)

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

GLENYU5820
3,362 Views
I had same issue with v3.0 as well. Followed the steps in the threads and others, did not help. I finally download the Linux plugin and installed it at the Linux manually, after that, went to SnapCenter GUI, went through add host steps without any problem. Just FYI
Public