Need Instructions for migrating CLM database from DB2 on AIX to DB2 on Linux
The instructions in the infocenter are for migrating from one database vendor to a different vendor: http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m4/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_migrate_dbs.html&scope=null
Are these the same steps that one should follow when staying with DB2 but moving from AIX to Linux?
Would a regular database backup / restore also work? if not, what kind of issues might it cause?
Thanks!
Accepted answer
DB2 Backup/restore between platforms will not work -- this a DB2 thing. Alternately, db2move utility to export/import the database might work. As a last resort the repotools-xxx -export to export from current DB2 platform followed by repotools-xxx -import should work albeit at the expense of many, many hours. Said another way: Were I performing this I would try the db2move export on aix, copy data files, db2move import on linux side. And only resort to the repotools if the move fails.
repotools-xxx should be according to the CLM application being exported. repotools-jazz, repotools-ccm, repotools-qm, etc.
repotools-xxx should be according to the CLM application being exported. repotools-jazz, repotools-ccm, repotools-qm, etc.
Comments
1 vote
Comments
Daniel Vaganek
Jan 14 '14, 8:07 a.m.