TeamSite 6.1 SP1 solaris 2.9 (I know 6.1 SP1 isn't supported but decided to give it a try anyway)
TeamSite 6.7.1 Beta - RHEL 4
I am trying migrate my 6.1 backing store across platforms and versions and am getting an error. I am not sure if it is my misunderstanding of how this works, but here is what I did:
1. Mounted the 6.1 backing store on the 6.7.1 server in /mnt/teamsited02
2. Attempt to run the iwmigrate command into the current 6.7.1 /default store:
Command line: /apps/intrwvn/iw-home/bin/iwmigrate -m /mnt/teamsited02 -o /apps/intrwvn/iw-store
No locale specified, using native locale for this system
Converted backing store location is /apps/intrwvn/iw-store
Configured backing store on system is /apps/intrwvn/iw-store
Error, output directory /apps/intrwvn/iw-store is the configured backing store
for your system. You must specify a different location for the
output directory.
iwmigrate quits
3. So I created another store called d02 and ran the command again:
Command line: /apps/intrwvn/iw-home/bin/iwmigrate -m /mnt/teamsited02 -o /apps/intrwvn/d02
No locale specified, using native locale for this system
Converted backing store location is /apps/intrwvn/d02
Configured backing store on system is /apps/intrwvn/iw-store
Starting backing store environment
ERROR: no valid submit config file found in the current configuration (/apps/intrwvn/iw-home/conf/events/submit.conf, /apps/intrwvn/iw-home/local/config/submit.cfg, /apps/intrwvn/iw-home/config/submit.cfg, /apps/intrwvn/iw-home/local/config/submit.cfg) (2)
ERROR: no valid autoprivate file found in the current configuration (/apps/intrwvn/iw-home/conf/events/autoprv.txt, /apps/intrwvn/iw-home/local/config/autoprivate.cfg, /apps/intrwvn/iw-home/config/autoprivate.cfg, /apps/intrwvn/iw-home/local/config/autoprivate.cfg) (2)
[Tue Oct 10 14:45:10 2006] Reading users and groups...
[Tue Oct 10 14:45:10 2006] Loading disk cache from Tue Oct 10 14:41:05 2006, revision = 1.
[Tue Oct 10 14:45:10 2006] done. 4 users and 12 groups read.
[Tue Oct 10 14:45:10 2006] [iwserver] branch_default_perm=775
[Tue Oct 10 14:45:10 2006] [iwserver] directory_default_perm=775
[Tue Oct 10 14:45:10 2006] [iwserver] file_default_perm=664
[Tue Oct 10 14:45:10 2006] [iwserver] workarea_default_perm=775
[Tue Oct 10 14:45:10 2006] New webserver_uid nobody (99)
[Tue Oct 10 14:45:10 2006] New vannotate_uid iwui (500)
[Tue Oct 10 14:45:10 2006] Log Permissions Disabled
[Tue Oct 10 14:45:10 2006] Login Daemon Enabled
[Tue Oct 10 14:45:10 2006] :
ORT ME:: _get_vm_total
[Tue Oct 10 14:45:10 2006] :
ORT ME:: _get_vm_total
[Tue Oct 10 14:45:10 2006] :
ORT ME:: _get_vm_total
[Tue Oct 10 14:45:10 2006] Memory monitor is disabled
[Tue Oct 10 14:45:10 2006] IW Global Group = iwglobal and ID = 502
[Tue Oct 10 14:45:10 2006] Reading userops file /apps/intrwvn/iw-home/private/etc/userops.xml ...
[Tue Oct 10 14:45:10 2006] Done reading userops file /apps/intrwvn/iw-home/private/etc/userops.xml
[Tue Oct 10 14:45:10 2006] Reading userops file /apps/intrwvn/iw-home/private/etc/userops_ui.xml ...
[Tue Oct 10 14:45:10 2006] Done reading userops file /apps/intrwvn/iw-home/private/etc/userops_ui.xml
[Tue Oct 10 14:45:10 2006] TEnvironment: fd limit 1024 max 1024
[Tue Oct 10 14:45:10 2006] Initialized store 0x64 at "/apps/intrwvn/d02" (version=300007, next id=0x200).
[Tue Oct 10 14:45:10 2006] TFSEnvironment: inode cache 30000
[Tue Oct 10 14:45:10 2006] Creating new inode tables.
[Tue Oct 10 14:45:10 2006] Batch Jobs Thread started
Remote server version string is iwserver: 6.7.1 Build 58202 Interwoven 20060804
Opened SCI session with iwserver
Internal error, vpath does not begin with '/'
Error parsing vpath
Total files/directories/symlinks copied: 0
Total bytes of data copied: 0
Total EA's copied: 0
Shutting down backing store environment...
(This may take a while because the cache must be flushed)
Please wait...
[Tue Oct 10 14:45:11 2006] TEnvironment::Flush flushed 0, unlinked 0
[Tue Oct 10 14:45:11 2006] TEnvironment::Freeze freeze until Wed Oct 10 14:45:11 2007
[Tue Oct 10 14:45:11 2006] Shut down store 0x64 at "/apps/intrwvn/d02" (next id = 0x200).
Shutdown of backing store environment complete.
Backing store environment is shut down
iwmigrate failed
iwmigrate can be restarted by running
"iwmigrate -o /apps/intrwvn/d02/"
What strikes me as odd is that my remote server is listed as 6.7.1, instead of 6.1, which makes me think I have somehow inverted the command. Or quite possibly it is not possible to move from solaris to linux, although both are using the same nfs protocol, so I am inclined to believe that is not the issue.
Assume it is something dumb.