I am using solaris and wanting to migrate the old 4.5.1 backing store to the new 5.5.2 teamsite server . I am doing some thing wrong but can not quite pin it downt.
these are the steps that I have been taking
run iwfsck and fix problems on the tst 4.5.1 server
run the following command on tst 4.5.1
share -o rw=root:tst552 -F nfs -d "iw-store" /data/iw/iw-store
share -o rw=root:tst552 -F nfs -d "iwmnt" /iwserver
then I see that they are done properly
mkdir /data/iw/tst451_iwstore
mount -F nfs tst451:/data/iw/iw-store /data/iw/tst451_iwstore
mkdir /data/iw/tst451_iwmnt
mount -F nfs -o vers=2 tst451:/iwserver /data/iw/tst451_iwmnt
and then I check the mounts and they are performed correctly
find /data/iw/tst451_iwmnt >/dev/null
check above command and find that it causes no problem
when I run either of bellow commands
/app/iw-home/bin/iwconvert -g -m //tst451/iwserver -o /data/iw/iw-store-default -b //tst451/default/main/www/docs/uat -n //tst451/data/iw/iw-store/default
or
/app/iw-home/bin/iwconvert -g -m /data/iw/tst451_iw -o /data/iw/iw-store-default -b //tst451/default/main/www/docs/uat -n /data/iw/tst451_iwstore/default
the iwconvert does not work
i get the following the following error
[Wed Feb 26 16:08:17 2003] No locale specified, using native locale for this system
[Wed Feb 26 16:08:17 2003] Converted backing store location is /data/iw/iw-store-default
[Wed Feb 26 16:08:17 2003] Configured backing store on system is /data/iw/iw-store-actual
[Wed Feb 26 16:08:17 2003] Error, stat of /data/iw/tst451_iwstore/default/d0 failed
[Wed Feb 26 16:08:17 2003] Unable to read backing store
Permission denied
[Wed Feb 26 16:08:17 2003] Unable to read directly from backing store /data/iw/ahl59_iwstore/default
[Wed Feb 26 16:08:17 2003] You can re-run iwconvert without the -n option, but you may experience
[Wed Feb 26 16:08:17 2003] degraded performance without the -n option
[Wed Feb 26 16:08:17 2003] iwconvert exits
I also have configured data stores in the 5.5.2
If I use the convert utility with out the -n switch it works fine but takes for ever and ever and ever
when looking at the iw-store on 4.5.1 the directories do not have execute permission and that is why I get the error.
what am I doing wrong and why doesn't the -n switch work
Farzamffarzanehfar@yahoo.co.uk">
ffarzanehfar@yahoo.co.ukEdited by fuzzy on 02/26/03 10:25 AM (server time).