AEM - setup cold standy author
On Standby
- Stop the synchronization process
- Stop AEM service
sudo service aem stop`
- Check AEM java process is terminated
$ ps -ef | grep java calviny 10755 10409 0 11:55 tty1 00:00:00 grep --color=auto java
- scp -pr /aem/author.primary aem-user@author2:/aem/author.standby
- Delete
sling.id.file
$ cd crx-quickstart/launchpad $ find . -name sling.id.file ./felix/bundle12/data/sling.id.file $ rm ./felix/bundle12/data/sling.id.file
- Update the run mode to
standby
in crx-quickstart/bin/startCQ_RUNMODE='author,nosamplecontent,prod,standby,aws'
- Start AEM service
sudo service aem start`