External Data Store - AEM 6.1
How to configure the external storage (File DataStore) while installing AEM 6 / 6.1
How to configure the external storage (File DataStore) while installing AEM 6 / 6.1
Hi,
I used this guide [1]. I just tried it and I still get the segment store created(72MB), but my custom datastore path is populated with content (1.03GB)
1. Unpack AEM jar
java -jar aem-6.1.0.20150521-generic.jar -unpack
2. Create install folder and config files.
In "crx-quickstart/install" I created the files below:
org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
customBlobStore=true
org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg
minRecordLength=4096
path=/opt/6.1/test/ds
cacheSizeInMB=128
3. Start AEM, I double clicked on the jar
Does the process running AEM definitely have permissions to write to your custom datastore location?
Regards,
Opkar
[1]http://cq-ops.tumblr.com/post/100082914569/how-to-host-aem-6-tarmk-data-store-on-a-separate
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.