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 Adriano,
You should use the proxy server in place to maintain all applications keep the same public URI after migrating applications to different server hosts. Please find the links below. https://jazz.net/forum/questions/172505/how-to-move-from-single-server-to-distributed-environment https://jazz.net/wiki/bin/view/Deployment/MigratingCLMToANewEnvironment Regards, Arun. Comments Hello Arun,
Arun K Sriramaiah
commented Mar 08 '16, 9:36 a.m.
Hi Adriano,
|
Hi Arun,
Yes ... of course I'll follow the DB2 instruction to move from2 different platform but my question is related to the DB Structure ... should I use the repotools to create the DB Structure or us the ddl script produced by the db2look ? Regards, Adriano Comments
Arun K Sriramaiah
commented Mar 08 '16, 9:59 a.m.
Hi Adriano,
|
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 |
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.