Author Topic: Migrating CMOD on AIX to Linux  (Read 3348 times)

yeosyi

  • Guest
Migrating CMOD on AIX to Linux
« on: November 09, 2015, 01:01:20 AM »
Hi Experts,

Current setup is as follows:
AIX 6.1
CMOD v8.5
TSM v6.3  (Centera Storage)
DB2 v9.7
.
Is it possible to migrate this system from AIX to Linux, without having to perform arsdoc get and arsload of all the reports?

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Migrating CMOD on AIX to Linux
« Reply #1 on: November 09, 2015, 01:49:28 AM »
It depends...

Do you use some OS/390 indexer in AIX?
I ask that, because the difference between AIX and Linux, now a day is really that part. That's a module that was "ported" from mainframe to AIX only.
Therefore if you have that functionality working on your AIX, then the answer is no you cannot. It might change in the future, but today that's not the case.

If not, then yes, you can move from AIX to Linux, I've done it zillions of time.

Basically, the easiest migration plan is to keep the same username, same database name, same path for all the path that you've configured in AIX, and transpose if 1:1 to Linux.

Then, you need to do a database migration (db2move).
And if you want to upgrade CMOD (to V9.X) then after the restore of the database, then perform the upgrade to CMOD V9.X.

Don't forget to copy the cache (be careful, because you have a lot of links inside)

The last thing, when you create the database in Linux, please use exactly the same codepage as the original database, otherwise you might face some strange behaviour...


Of course, you might want to change the CMOD instance owner name, the database name, the paths, etc... it is all possible, but requires more preparation and changes a little bit everywhere in CMOD.

In all cases, before doing ANY changes in production, please TEST TEST and TEST again, that it works for you... because you don't want to go in production without testing and destroying it.

--
Alessandro
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Don Branton

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Migrating CMOD on AIX to Linux
« Reply #2 on: November 19, 2015, 02:07:48 PM »
Are there any performance hits, support issues, or other draw backs when moving from AIX to Linux?

Alessandro Perucchi

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1002
    • View Profile
Re: Migrating CMOD on AIX to Linux
« Reply #3 on: November 20, 2015, 03:34:26 AM »
at my knowledge no, except for this "OS/390 Indexer" which is only available on AIX (and obviously on OS/390 :D)
Concerning the performances, it all depends on your setup...
if your AIX has 8GB RAM with 1 CPU on an old Power5 or 6, and you port everything to a Linux with 128GB RAM and 32 CPUs... of course Linux will be faster!
Then of course, it depends on your network, disks, optimisation done...
So this is not an easy question to answer... sorry.

For the support, well you won't be supported during the migration, except if you get someone from IBM Services (like myself), or some IBM business partner.

After, there is no problem. At least we've done some inter-operating system migration (Windows -> Linux, AIX <-> Linux, Solaris -> AIX, Solaris -> Linux, ...) in Switzerland and after we've never experienced any problems.

Hope that helps a little bit.
Alessandro Perucchi

#Install #Migrations #Conversion #Educate #Repair #Upgrade #Migrate #Enhance #Optimize #AIX #Linux #Multiplatforms #DB2 #Windows #Oracle #TSM #Tivoli #Performance #Audits #Customizing #Availability #HA #DR #JavaApi #ContentNavigator #ICN #WEBi #ODWEK #Services #PDF #AFP #XML

Steve Bechtolt

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
Re: Migrating CMOD on AIX to Linux
« Reply #4 on: December 08, 2015, 10:22:24 AM »
Yes it is possible.
We just migrated from:
AIX 6.1, CMOD v8.5, DB2 v9.5, TSM v5.5
to
RHEL v6.4, CMOD v9.0 DB2 v10.1 TSM v6.3

We used RSYNC to move CACHE and TSM disk storage pool files from AIX to our new Linux servers
Used TSM tools to export and update the TSM database
DBAs did their magic to migrate the database tables.
Steve Bechtolt
IBM Certified Solutions Expert - IBM Content Management - OnDemand Multiplatform
ERM as a Service - DXC Technology

yeosyi

  • Guest
Re: Migrating CMOD on AIX to Linux
« Reply #5 on: December 17, 2015, 12:05:09 AM »
Thank you for all the help and info!