In setting up an I/O server how do you transfer config to a standby I/O server ?
Have setup all the comms drivers using OMOC, thinking I export config and open in standby ?
In setting up an I/O server how do you transfer config to a standby I/O server ?
Have setup all the comms drivers using OMOC, thinking I export config and open in standby ?
This will save the configuration file in the dedicated folder for that driver,
(default C:\ProgramData\Wonderware\OI-Server\$Operations Integration Supervisory Servers$\<Driver Name>\<Instance Name>\<Set Name>.AAcfg )
If you move that file to your standby server, placing it in the same folder, then you are able to load that configuration using the same method, selecting the configuration set of your choice.
It is also possible to move and overwrite the default AAcfg files named using the driver name in the file name. (in this case ABCIP.AAcfg)
I hope this helps!
From FAQ on the support site.
https://softwaresupportsp.aveva.com/#/knowledgebase/details/000023327?lang=en_us
Hi Richard, we will need to do that for every driver, and if we have multiple versions for the driver, even that needs to be done individually, is there any way to take a complete backup of say primary IO server and copy to secondary ?
Hi Richard, we will need to do that for every driver, and if we have multiple versions for the driver, even that needs to be done individually, is there any way to take a complete backup of say primary IO server and copy to secondary ?
If you by multiple versions mean multiple instances of the same driver, then you will have a folder in your driver folder for each instance.
And you have to copy the .AAcfg for each one of them.
I am not aware of any utility that saves 'all' configuration so it can be restored on a secondary node.
Don't know if copying the entire program data folder is supported since there might be node specific references or configuration in there.
Hi Richard, yes I mean multiple instances , thanks a lot for your answer