IO Server Processes Failing with Dual NIC

CitectSCADA 2018 R2 running on on a server with 2 NIC's (SCADA and Corporate). If the Corporate network is disabled all server processes work fine and start up. If the corporate network is enabled all the server process do not startup well, exceptions ,not responding . Anyone experienced anything like this?

Parents
  • Dual NICs are normally used for network load balancing or redundancy. Have a look at Automatic Metric in your NICs' Advanced TCP/IP settings in Windows. In general, for load balancing applications, Automatic Metric should be selected (and Windows will do it automatically) while for redundancy, you should manually set the priority of NICs where a lower number stands for a higher priority). Normally, dual NICs should be in the same subnet for load balancing.

    It appears that your application is for network redundancy. So you need to manually set up SCADA NIC in a higher priority in Windows. Questions for you

    • Are machine names are used in Network Addresses in your SCADA project?
    • If not, are IP addresses Static
    • Are you using Encrypted Mode at runtime?
Reply
  • Dual NICs are normally used for network load balancing or redundancy. Have a look at Automatic Metric in your NICs' Advanced TCP/IP settings in Windows. In general, for load balancing applications, Automatic Metric should be selected (and Windows will do it automatically) while for redundancy, you should manually set the priority of NICs where a lower number stands for a higher priority). Normally, dual NICs should be in the same subnet for load balancing.

    It appears that your application is for network redundancy. So you need to manually set up SCADA NIC in a higher priority in Windows. Questions for you

    • Are machine names are used in Network Addresses in your SCADA project?
    • If not, are IP addresses Static
    • Are you using Encrypted Mode at runtime?
Children