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)
6.5 backend store location
System
Can TeamSite additional backend store be created on different file system other than default iwstore location.
My default Teamsite store location /teamsite/iwstore, I get the following error message when I tried to create additional store under
/teamsite/video
The documentation says I can create additional teamsite store under separate file system by sepcify the entry in iw.cfg
iw.cfg entry
store_directory_video=/teamsite/video
store_comment_video=video Store
store_directory_archive=/teamsite/archive
store_comment_archive=archive Store
Here is the error message from iwtrace.log
[Fri May 6 12:59:56 2005] TEnvironment::ctor creating /teamsite/video
[Fri May 6 12:59:56 2005] Error: /teamsite/video not empty.
[Fri May 6 12:59:56 2005] Failed to activate store 0x6c video
[Fri May 6 12:59:56 2005] Shut down invalid store 0x6c at "/teamsite/video"
And here is the error message from command line
Unable to activate store: I/O error
Find more posts tagged with
Comments
nipper
That is the intent.
is the video a new partition ? If this is a new NFS mount, then there
is usually a lost&found directory there. What is in the dir /teamsite/video ?
If it is only lost&found, then create a dir called store and use that
HTH
me