User Tools

Site Tools


tsm:tsm_migrate

TSM migration

The source server is a Windows 7 64bits without service pack and TSM v5.5.6.
The target server on AIX 7 and TSM v6.3.1

I also try with source server on Windows 2003R2 64bits, 2003 32bits, 2008R2 64bits and it doesn't works.

Samples of error when it failed: ANR1953E INSERTDB:  AIX cannot be the target of a database upgrade from Windows.

On source server v5

Go into the directory where the TSM server is located Ex: server1
First stop TSM server into Windows services

With Windows command line:

C:\Program Files\Tivoli\TSM\Server1> "C:\Program Files\Tivoli\TSM\upgrade\dsmupgrd.exe" preparedb
C:\Program Files\Tivoli\TSM\Server1> "C:\Program Files\Tivoli\TSM\upgrade\dsmupgrd.exe" extractdb hladdress=10.10.10.5 lladdress=1550 1>> extract.out 2>&1

On target server

./rc.tsm stop

dsmserv -quiet removedb TSMDB1
db2stop
sleep 20
rm -r /tsm/tsm2/alog/*
rm -r /tsm/tsm2/log/*
db2set -i tsminst1 DB2CODEPAGE=819
db2start
dsmserv loadformat dbdir=/tsm/tsm2/db1 activelogdir=/tsm/tsm2/log activelogsize=2048 archlogdir=/tsm/tsm2/alog

[tsminst2@tsmaix]/tsm/tsm2/home$ nohup /opt/tivoli/tsm/server/bin/dsmserv insertdb sesswait=60 >> /var/tmp/insert.out 2>&1 &
[1]     7340132
[tsminst2@tsmaix]/tsm/tsm2/home$ tail -f /var/tmp/insert.out


ANR7801I Subsystem process ID is 7340132.
ANR0900I Processing options file /tsm/tsm2/home/dsmserv.opt.
ANR7811I Using instance directory /tsm/tsm2/home.
ANR4726I The ICC support module has been loaded.
ANR0990I Server restart-recovery in progress.
ANR0152I Database manager successfully started.
ANR1380I The buffer pool monitor switch is enabled.
ANR1628I The database manager is using port 51500 for server connections.
ANR1636W The server machine GUID changed: old value (), new value (42.eb.ab.98-
.b6.30.11.e1.92.2f.32.5c.b0.00.50.03).
ANR1336I INSERTDB: Ready for connections from the source server. Remaining
time: 1:00:00
ANR8200I TCP/IP Version 4 driver ready for connection with clients on port
1500.
ANR8225I TCP/IP Version 4 administrative driver ready for connection with
clients on port 1550.
ANR1336I INSERTDB: Ready for connections from the source server. Remaining
time: 0:59:30
tsm/tsm_migrate.txt · Last modified: 2021/01/01 21:25 (external edit)