Contents
Strategic Partner Links
Sepasoft - MES Modules
Cirrus Link - MQTT Modules
Resources
Knowledge Base Articles
Inductive University
Forum
IA Support
SDK Documentation
SDK Examples
All redundancy settings are configured in the Ignition configuration Gateway under the Configure tab, Systems > Redundancy. Most settings are used by both the Master and Backup nodes, with their individual settings broken out into separate categories.
It is important to know that while the full system configuration is shared between nodes, redundancy settings are not shared between nodes. Therefore, it is perfectly acceptable to have different values for the same settings on the two nodes. For example, it is possible to have a different Standby Activity Level on both nodes, and, of course, the network settings will often be different.
The Master node shares all configuration with the Backup node, and this means that changes cannot be made to your project from the Backup. In fact, the Designer can never be opened from a Backup node, even if the Master is currently offline.
Redundancy Settings | |
---|---|
Mode | Independent - Redundancy is not enabled and this Ignition system runs as an independent node. Master - This is the Master node, who listens for a connection from the Backup node, and is in charge of managing system synchronization. Backup - This is the Backup node, who will connect to the Master and receive system updates. |
Standby Activity Level | How the node operates when it is not the Active node. Cold - Performs minimal activities, does not connect to devices, and so on. The purpose is to minimize the load on the network and on devices. Warm - Connect to devices, subscribe to tags and set up all executing objects. The purpose is to minimize fail-over time. |
Fail-over Timeout | The time, in milliseconds, before the opposite node is determined to be unavailable and this node takes over. |
Startup Connection Allowance | The time, in milliseconds, to wait on initial startup for a connection to be established before making a decision on the node's activity level. This is used to prevent unnecessary switch over caused by a node starting as active, only to connect and find that the other node is active, resulting in one of the nodes being de-activated. It is important to note that this setting can interfere with the Master Recovery Mode - if the Master is active, it will always request the Backup to de-activate. If this setting is low, or 0, the Master will always become active before connecting to the Backup, and thus "manual recovery" will not be possible. |
Network Settings | |
---|---|
Port | For the Master, the port to listen on. For the Backup, the port to connect to on the Master. |
Auto-detect Network Interface | If true, the system will automatically select which network interface to use on the machine. If false, the system will bind itself to the interface of the specified address. |
Network Bind Interface | The address to bind to if Auto-detect is false. |
Auto-detect HTTP Address | When clients are launched, they are provided with a list of addresses that they may connect to. If this option is true, the list will be generated automatically. If false, they will be provided with the list specified. |
HTTP Addresses | The list of addresses to give to the clients if auto-detect is turned off. These are the addresses that the clients will attempt to connect to, so the HTTP and HTTPS ports must match the configuration of the system in the Gateway Control Utility. Each node should only list addresses that are for that node (this property on the master should only list possible addresses for the master node and the backup should only list possible addresses for the backup node). |
Master Node Settings | |
---|---|
Recovery Mode | How the Master acts when it connects to a Backup node that is currently active. Automatic - The Master automatically takes back responsibility, and becomes active. The Backup node goes to standby. Manual - The Backup node is allowed to stay active. The Master will become active if the Backup node fails, or if the user requests a switchover from the Gateway configuration page. |
Runtime Update Buffer Size | How many "runtime status updates" can be queued up in memory before the system stops tracking them and forces a full refresh. These updates represent information that the other node should have in order to have the same running state as the Master when it's forced to take over. This is most often the values of static tags and the current alarm state. Given that the update buffer is only used once the nodes are connected, the default value is usually fine, and only needs to be increased on systems that may have many alarms that change together, or many static tag writes. |
Enable Connection Whitelist | If true, connections will only be accepted if they originate from an address in the whitelist in the next field below. |
Connection Whitelist | A list of ip addresses, one per line, to accept connections from. Would normally only have one entry for the backup node, unless the backup machine connects through various network interfaces. |
Config Update Queue Size |
This feature is new in Ignition version 7.9.17
Click here to check out the other new features The maximum size (in megabytes) of config updates allowed before a full transfer is performed. |
Backup Node Settings | |
---|---|
Master Node Address | The address where the Master is located. |
Ping Rate | The time, in milliseconds, between messages from the Backup to the Master. |
Reconnect Period | How often in millisecond, to re-attempt connection when the Backup node is not connected to the Master. |
History Mode | How history is treated by the Backup system. If Full, history will be stored normally, as it would be on the Master system. If Partial, history will be cached until the Master is available again and the Backup node is able to determine the exact time that the Master was down. |
When the two redundant nodes are connected, you will be able to see their state details in the Status section of the Gateway webpage. There are also various other places where the redundancy state is shown as connected.
If the two nodes cannot connect, check the following:
A variety of loggers can be found under the Gateway console section by going to "Levels" and searching for "Redundancy". By setting these loggers to a finer level, more information will be logged to the console. This is generally only useful under the guidance of Inductive Automation support personnel, though more advanced users may find the additional logged information helpful.