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. Saurabh Malhotra selected this answer as the correct answer
Comments
Saurabh Malhotra
commented Jan 14 '14, 7:09 a.m.
Thanks Kevin!
Saurabh Malhotra
commented Jan 14 '14, 7:14 a.m.
Actually could you explain a bit further as to why the DB2 Backup/restore won't work? Are there differences in DB2 on AIX vs Linux? 1
Kevin Ramer
commented Jan 14 '14, 7:55 a.m.
Saurabh,
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Thank you Saurabh and Kevin! Are there any documented steps to do this type of migration?