I am trying to clarify what the DBServer configuration files in a primary/redundancy should consist of.
This is a set up I have and in my opinion the reason why we cant connect to CME or GA after the primary configuration server fails.
I have read on the framework deployment guide that the port value must be unique? Is this the port or management-port, or both? or does it not matter? The configuration file for the backup DB Server must be the same as that for
the primary DB Server, with the following exceptions:
• The host value can be different if the backup DB Server is installed on a
different host computer other than the primary server.
• The port value must be unique.
I think the conf files for DBServer are configured properly. If you have registered an issue with cfg read-only mode after master confserv failed, try to check confserv.conf files, where you can find configuration pointing to primary and backup DB server - this configuration must be correct of course. I remember similiar issue and this was the root cause.
Under “dbserver1” section should be the configuration of backup DB server. So,is your backup DB server at hostA? dbServer option must contain hostname of MSSQL server.