what is the migration approach to migrate CLM on AIX and Oracle to Windows platform using MS SQL Server?
what is the migration approach to migrate CLM on AIX and Oracle to Windows platform using MS SQL Server?
Current environment: CLM 4.0.3/IHS/WebSphere and Oracle DB deployed AIX 7.1 LPARS
Target environment: CLM 6.0/IHS/WebSphere and MS SQL Server deployed on Windows platform.
Some initial high level questions..
1) Oracle DB to MS SQL Server db migration - not sure about feasibility of this. Not sure if we can do this without 3rd party tool. We might have to create delimited data dump and import into SQL worse case but not sure CLM likes this or not.
2) URI change - how does the URI change (certain URI will change) impact existing data?
3) Would IHS and WAS configuration settings on the source (AIX) be re-used in target (Windows)?
Another approach possibly is to export CLM data and import them into the target CLM but work item IDs and probably links will be impacted.
Current environment: CLM 4.0.3/IHS/WebSphere and Oracle DB deployed AIX 7.1 LPARS
Target environment: CLM 6.0/IHS/WebSphere and MS SQL Server deployed on Windows platform.
Some initial high level questions..
1) Oracle DB to MS SQL Server db migration - not sure about feasibility of this. Not sure if we can do this without 3rd party tool. We might have to create delimited data dump and import into SQL worse case but not sure CLM likes this or not.
2) URI change - how does the URI change (certain URI will change) impact existing data?
3) Would IHS and WAS configuration settings on the source (AIX) be re-used in target (Windows)?
Another approach possibly is to export CLM data and import them into the target CLM but work item IDs and probably links will be impacted.
One answer
1) Use repotools -export to write a platform / db independent file for import. You'll need to do this for each application ( jts, ccm, etc ). You will have to import using the same version of CLM that you export, then upgrade using the provided upgrade scripts. This will require that each application be off-line and could take many hours just to export.
2) You could get a rename key and rename your URLs after moving but before upgrading. There are numerous writings on the rename within jazz.net. Search on "server AND rename" ( no quotes in the search, those are there for you). If your new hardware is going to be in the same "neighborhood" I would try to avoid rename by moving the current hostname to the new IP ( if possible ). Granted there are reasons why one cannot ( e.g. divestment, acquisition, etc ).
3) The IHS/WAS will be similar but not likely exact as due to the possibility of renaming the server the SSL certificates in use will make client users unhappy ;-)
2) You could get a rename key and rename your URLs after moving but before upgrading. There are numerous writings on the rename within jazz.net. Search on "server AND rename" ( no quotes in the search, those are there for you). If your new hardware is going to be in the same "neighborhood" I would try to avoid rename by moving the current hostname to the new IP ( if possible ). Granted there are reasons why one cannot ( e.g. divestment, acquisition, etc ).
3) The IHS/WAS will be similar but not likely exact as due to the possibility of renaming the server the SSL certificates in use will make client users unhappy ;-)