The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
Hi,
can someone help me to understand the below requirement
Is there a way to migrate FNMS on-prem from single database setup to clustered database with Active & passive databases.
This way FNMS can resort to passive node in case of any primary DB node failure
Thanks in advance
‎Sep 29, 2022 01:08 PM
Hi Devarajan,
Yes, It is possible, you need to create another secodary DB server and create log shipping from Primary DB server to secondary. create SQL instance name which can be pointed to Primary DB server and update the FNMS with update config and change the DB hostname with SQL server Instance name.
However, whenever Primary DB goes down SQL DB team need to make secodary DB as primary. and point SQL Instance name to Secodary DB. no action needed from FMMS in this case.
Thanks,
Milind
‎Sep 30, 2022 01:55 AM - edited ‎Sep 30, 2022 02:11 AM
This will never work because Flexera is designed to work with Temp tables when you fail over on the other node you leave the data behind and all the tasks, jobs and reconcile will fail. and you loose ~24h of data same amount of data is lost if you do a restore...
‎Oct 11, 2022 02:35 AM
Database will be always in sync with secondary DB server in that case there is less chances loss of data.
‎Oct 11, 2022 12:09 PM
You will loose the data because TEMPDB cannot be synced and all transactions will fail.
We had a multitenant implementation that was running on two nodes and we had big issues with the Application when we the DB's were Clustered and Always On.
‎Oct 12, 2022 01:31 AM
As nice as clustered SQL is....be aware that any SQL cluster hiccups and failovers were not tolerated by running FNMS processes...atleast not for us. We had issues with an enterprise SQL cluster at a customer---and our reconciliations, which already took the better part of 10 hours to run through everything, would bomb out due to a SQL failover happening overnight, which would hang everything up. Before we departed, they never fully corrected their SQL issues---but we were in the prcoess of moving back to our own maintained DB servers b/c that was less of a risk having me as a DBA 😄
‎Sep 30, 2022 07:59 AM