Environment:
- IBM Worklight 6.2,
- IBM Liberty 8.5.5.1,
- IBM DB2 10.5 &
- Windows 2008 standard Edition.
For the High Availability of DB instance[WLDBINST], the following Architecture I have followed.
- 2 Windows Clustered Machines with IBM DB2 binary and SAN storage used to share the Database file in Common.
- If any 1 node is not available the other node will take over the control without any loss of the data.
- I have tested the DB2 instance via Cluster IP and it works fine.
The below error has been logged, when I run the Worklight Server Configuration tool,
Instance WLDBINST not found on server. Found only [WLDBINST C, :, DB2CLUSTER, DB2]
I have found the reason for the above issue. To list the DB2 Instances we can use the command db2ilist
C:\>db2ilist
WLDBINST C : DB2CLUSTER
DB2
Above result shows that we have two instances
- WLDBINST which is in "C" drive and part of DB2CLUSTER &
- DB2
Worklight Configuration tool also uses the similar DB2 tool to list the instances, I guess.
So the configuration tool considering the result as 4 instances as follows,
- WLDBINST C,
- :,
- DB2CLUSTER and
- DB2
How I can resolve this issue.