MSDP and Multi-Networks
Hi all,
In the work of Media Server Deduplication Pool. StorageServer is created by name (not IP). The server has 2 network interfaces. Network1 - technological; for backup/restore. Network2 - test; for restore (no gateway). MSDP stopped working and changed its status to DOWN.
\msdp_data\log\spoold\spoold.log:
April 20 09:30:30 ERR [000002094C116980]: -1: NetConnectByAddr: Failed to connect to spad on port 10102 using the following interface (s): [ip-network2 ip-network1 :: 1] (No connection could be made because the target machine actively refused it.
Netstat result:
TCP ip-network1: 10102 StorageServer: 53317 ESTABLISHED
TCP ip-network2: 10102 StorageServer: 56044 ESTABLISHED
After deactivate network2, MSDP changed status to UP. StorageServer resumed operation.
I tried to configure \msdp_data\etc\puredisk\agent.cfg:
url=pdde://StorageServer: 10102
replaced by
url=pdde://ip-network1: 10102
With this setting, StorageServer changes its status to DOWN
Question: is it possible to configure/restrict msdp to work only with network1? Hope this should
eliminate conflicts.
Andrii