File Data Store for AEM clusters | Community
Skip to main content
selvaganesh
October 16, 2015
Solved

File Data Store for AEM clusters

  • October 16, 2015
  • 3 replies
  • 1485 views

I am trying to install AEM clusters using single mongodb as repository. I want  separate the node store and data store. I tried it using the propertycustomBlobStore=true in config file. I created org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg to configure data store configuration . But it is not working. I had to store both node store and data store in mongodb if i want to install AEM as clusters.

Is there anyway to install AEM as clusters and still use separate store for data?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gopalKa

Since the data store is outside, mongo clustering will not copy over the datastore. You should copy over the datastore to the repository folder in server2. Your config will also have 

 
org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg
path=./crx-quickstart/repository/datastore
minRecordLength=4096

3 replies

Adobe Employee
October 16, 2015

Just to be clear, did you try following the section "Migrating to MongoDB" at this link http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade.html#Migrating%20the%20repository%20to%20OAK ?

selvaganesh
October 16, 2015

I followed http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/data-store-config.html

I am able to install as a single AEM author instance with separate data store and node store. But when installing as a cluster, I am not able to create separate data store.I had to store both data and node store in mongodb

gopalKaAdobe EmployeeAccepted solution
Adobe Employee
October 16, 2015

Since the data store is outside, mongo clustering will not copy over the datastore. You should copy over the datastore to the repository folder in server2. Your config will also have 

 
org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg
path=./crx-quickstart/repository/datastore
minRecordLength=4096