Swithcing TM1 from server1 to server2
Posted: Wed Jun 03, 2015 8:55 pm
Hi all
We have TM1 10.2
I need to list the steps for switching TM1 from server1 to server2. We use IntegratedSecurityMode=5 and we do not have Contributor.
Let's say we have server1 for QA and server2 for PROD. Something happened to server2 and we want to use server1 for failover.
Yes, it contains the same folder structures except a model folder:
server2:
-- TM1QA
|- data
|- logs
|- templates
|- ...
server1:
-- TM1PROD
|- data
|- logs
|- templates
|- ...
"templates" folder contains excel files published to Applications and used in TM1Web. I found that a server name is hardcoded in some excel files and they use some VBA macro to change TM1 server name in those excel files when deploying from one environment to another one.
I checked all the processes do not contain any hardcoded paths.
Here is what listed to do for switching server1 to server2
- copy "data" folder
- change tm1s.cfg (ServerCAMURI,ClientCAMURI)
my question is do I need to worry about uploaded/published excel files? do I need to republish them or can I just copy some directory containing all the application entities?
We have TM1 10.2
I need to list the steps for switching TM1 from server1 to server2. We use IntegratedSecurityMode=5 and we do not have Contributor.
Let's say we have server1 for QA and server2 for PROD. Something happened to server2 and we want to use server1 for failover.
Yes, it contains the same folder structures except a model folder:
server2:
-- TM1QA
|- data
|- logs
|- templates
|- ...
server1:
-- TM1PROD
|- data
|- logs
|- templates
|- ...
"templates" folder contains excel files published to Applications and used in TM1Web. I found that a server name is hardcoded in some excel files and they use some VBA macro to change TM1 server name in those excel files when deploying from one environment to another one.
I checked all the processes do not contain any hardcoded paths.
Here is what listed to do for switching server1 to server2
- copy "data" folder
- change tm1s.cfg (ServerCAMURI,ClientCAMURI)
my question is do I need to worry about uploaded/published excel files? do I need to republish them or can I just copy some directory containing all the application entities?