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)
TS 5.5.1/Solaris iwfsck on multiple backingstores?
bodo
How can I use the iwfsck on a multiple backingstore?
If I try it with another vpath than /default/... (i.e. /demobs/..) i get an error: does not exist. But we are already working on it...
Any experiences by you?
Find more posts tagged with
Comments
Migrateduser
What's the exact command line that you are attempting to use to run iwfsck?
bodo
Hello nacks,
this works fine:
/export/home/iw-home/private/bin/iwfsck -d /default > /export/home/iw-home/tmp/iwfsck.out
this does not work:
/export/home/iw-home/private/bin/iwfsck -d /demobs > /export/home/iw-home/tmp/iwfsck.out
and gives error:
demobs : No such file or directory
Unable to locate vpath /demobs
greetings bodo
Migrateduser
hmm... that is odd.
maybe you need to specify the store path since you are not scanning the default store. Try something like:
iwfsck -d -b /path/to/demobs > /export/home/iw-home/tmp/iwfsck.out