Is there a detailed tutorials about how to set up Data Services Server cluster.
I followed the guide http://docs.wso2.org/pages/viewpage.action?pageId=29918203, but it is not specifically for DSS.
And I also have some problems about this guide.
- In section "Setting up the database", how many database should we need to create? carbondb, wso2conum_db or wso2conreg_db? I have only found the process of creating wso2conum_db or wso2conreg_db, but not found the process of creating carbondb.
- Shall I need to configure a user management database, a shared registry database and a central database in "ESB_MGR_HOME/repository/conf/datasoruces/master-datasources.xml"?
Clustering data services is similar to clustering Application server http://docs.wso2.org/display/CLUSTER420/Clustering+Application+Server
For database configuration
You only need two databases.
1) wso2conreg_db - which stores the registry data (you can give any name you prefer)
2) wso2conum_db - which stores user management related data.(you can give any name you prefer)
These data sources needs to be defined in master-datasources.xml according to your database credentials as shown below.
Mounting the Registry to ESB nodes (master-datasources.xml)
Configure the user management database master-datasources.xml
Mounting the Registry to ESB nodes - registry.xml
Specify the userstore in user-mgt.xml