Is it possible to restore ibm db2 database on rhel 7 64 bit server from back up taken on win 2012 64 bit server?
One answer
You probably want to talk to the DB2 support or read the DB2 documentation. This kind of stuff needs to be done with DM tools and has nothing to do with CLM.
The only DB agnostic way CLM supports is using repotools export and import. See https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_migrate_dbs.html&scope=null.
This works for migrating between all supported databases but is slow. If you want to migrate databases with database tools for better performance, talk to the DB2 people.
Comments
Thank you Ralph , I want to migrate the data from db2 data base on windows server to db2 database on linux server.I think repotools would not be the correct solution .as it was clearly mentioned as "Important: Use the repotools -export and -import commands only to change database vendors; for example, by changing from Oracle to Db2®. Do not use those commands to back up databases."