Following steps explains setting up the replicated dynacache in cluster environment
- Login to the WebSphere Administrative console for your server.
- Go to Resources > Cache Instances > Object cache instances .
- Click the Browse Clusters button and choose the cluster that you want to create the cache for.
- Click Apply to save your choices.
- Click New to create a new cache.
- Enter missedabspath in the Name field and services/cache/iwk/missed in the JNDI name field. These values are used to lookup the cache and use it. Leave all other fields set to their default values.
- Select Enable Cache Replication.
- Go to the Full group replication domain drop-down box and select the name of the cluster you want to cache.
- Select Choose Push-Only from the Replication type drop down box.
- Enter 1 in the Push Frequency field. Leave all other fields set to their default values.
- Click OK and then Save > Save > OK.
Hi Siva,
ReplyDeleteWe have three nodes in a cluster, we have done the same setting which you have mentioned to create Object Cache Instances. But sometimes values are getting duplicated in the cache. I am filling in values in these caches during server start up with the help of Logout filters. If I restart all the applications again in the same sequence I am not able to recreate them.