Upgrade Codebeamer
b. Please note that the Active / Passive feature is only available from 9.3 version
2. Visit the /cb/sysadmin/configConfiguration.spr page
3. Add the following cluster configuration to the application config
"cluster" : {
"checkServerStatusInterval" : <Check Interval>,
"serverStateChangeNotificationEmail" : "<Email>"
}
Check Interval defines how often the status of the current server is checked. Default value is 30 seconds. Same value must be used for active and passive servers. Emaildefines who is notified in case the master server is down. In case the value of the field is empty or the attribute is missing, system administrators of the application are notified
4. Stop Codebeamer with <CB-HOME>/bin/stop
5. Move <CB-HOME>/repositorydirectory to the shared file system
6. Create a copy of <CB-HOME> and move it to the host of passive server
7. Configure and start your load balancer
8. Configure and start active server.
9. Configure and start passive server.