Skip to Content
0
Former Member
Oct 31, 2016 at 04:57 PM

BO 4.2 Clustering Issue - Rename the Cluster name

6221 Views

Hi Experts,I have the following setup
Windows 2012 r2
BO 4.2 sp02
clustering installation with 2 nodes (BOPROD1, BOPROD2)
Everything seems ok but I would like to change the cluster name so we are not only using the default first node
I went to CCM - change the cluster name with @BOPROD
Then changed in the D:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\config\custom the

BILaunch

old
# You can specify the default CMS machine name here
cms.default=BOPROD1:6400

new
# You can specify the default CMS machine name here
cms.default=@BOPROD


Also changed


PlatformServices

cms.clusters=@BOPROD
cms.clusters.production=BOPROD1:6400, BOPROD2:6400

I cannot login using the new cluster name @BOPROD but still can login with the old one

Am I missing anything?