Hi all,
just wanted to share my recent discovery - not least so that I can look it up myself in future ;-)
In the environment described above, it is necessary BOTH to define the additional store within the iw.cfg
(in the case of this linux setup, /etc/iw.cfg)
AND ALSO to activate the newly defined store using iwstoreadm
Thus:
1. Stop the TeamSite server
/etc/init.d/iw.server stop
2. IF you need to move your main store, you simply edit /etc/defaultiwstore to contain
/new-iw-store/default-store-foldername
3. To add an additional store, edit iw.cfg, making the required changes (in my case, I added two lines)
store_directory_newstorename=/new-iw-store-folder/default-store-foldername
store_comment_newstorename=randomcomment
4. Start the TeamSite server
/etc/init.d/iw.server start
5. Activate Content Store
/iwhome/ControlHub/bin/iwstoreadm –a newstorename
Notwithstanding Windows registry jiggery-pokery, this technique can be used to add, remove, swap or move content store(s) as required. I hope this helps someone!