OEM donen't work on 2 node windows cluster
Oracle 10g
Windows2003 cluster:
clusterIP: ip1
clusterName:testCluster
Node1:
hostName:testA
hostIP:ip2
Node2:
hostName:testB
hostIP:ip3
I install oracle software on both nodes, and create a database on the share disk.
I configure the listener.ora and tnsnames.ora and pass the test.
I add DBservice and tnslistener service as Generic Service into windows cluster.
Then everything seems OK except OEM, I can't open the address like :http://testA:port/em
Am I supposed to use a cluster Name rather than hostName?
How can I fix this in Windows cluster envrionment?