Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
trying to bring teamsite from backed up content stores
ChatBox
We have 3 content stores ( default, iwadmin and teststore). I am trying to test the backed up snapshots of the content stores, do you see any issue with the below steps (I assume as this a snapshot no need to set the permission for iwts exclusively again)
1. Stop the TeamSite server
/etc/init.d/iw.server stop
2. Edit /etc/defaultiwstore to contain
/stores/iwstore_restored
3. Start the TeamSite server
/etc/init.d/iw.server start
4. Deactivate Content Stores
/iwhome/ControlHub/bin/iwstoreadm –d iwadmin
/iwhome/ControlHub/bin/iwstoreadm –d teststore
5. Edit iw.cfg, change the following lines
From
store_directory_iwadmin=/stores/admin/store
store_directory_teststore=/stores/teststore/store
to
store_directory_iwadmin=/stores/admin_restored/store
store_directory_teststore=/stores/teststore_restored/store
6. Activate Content Stores
/iwhome/ControlHub/bin/iwstoreadm –a iwadmin
/iwhome/ControlHub/bin/iwstoreadm –a teststore
Environment Interwoven TeamSite 6.7.2.0, RHEL
Find more posts tagged with
Comments
Adam Stoller
If you do step 5 before you do step 3 you should be able to avoid both steps 4 and 6.