DB2 Move from Windows to Aix
![]()
Hello folks,
I want to move a CLM repository from Windows 2008 server to AIX system. On the Windows CLM repository the database is DB2 and Tomcat as application server. I have already installed CLM on AIX and WebSphere as application server. The URI will change from Windows repository to AIX one. My doubt is related to db2 which of these two scenario is the correct/suggested one: scenario 1 1) db2move export from Windows db2 2) create empty db ccm, jts, qm, rm, dw 3) use repotools-xxx -createTables for tablespace CONTENTTS 4) then import from the db2move export scenario 2 1) db2move export from Windows db2 2) create empty db ccm, jts, qm, rm, dw 3) run db2look to create the ddl files and execute the ddl using db2 -t -f 4) then import from the db2move export Thanks in advance for suggestions Regards Adriano |
3 answers
![]()
Hi Arun,
perhaps my question is not clear enough ... I try to explain it better ... If I want to convert a DB2 Database from a Windows into an AIX as far I understand I must use the db2move utility because the supported platforms for DB2 backup and restore operations can be grouped into one of three families: Big-endian Linux and UNIX, Little-endian Linux and UNIX and Windows so I cannot just Backup/Restore In situations where certain backup and restore combinations are not allowed, you can move tables between DB2 databases using other methods: db2move command. But before I import the db2move I need to create an EMPTY database and then create the JAZZ DB (JTS or CCM or QM ... DW) Structure. My question is : How should I create the JAZZ DB Structure? Using the JAZZ Repotool or run the DDLs script produced by the db2look utility? Regards, Adriano |