If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Migration WSE V9.1 to ESE V9.1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-07-10, 03:31
goudelly1 goudelly1 is offline
Registered User
 
Join Date: Apr 2008
Posts: 21
DB2 Migration WSE V9.1 to ESE V9.1

Dear All,

Please help me for migration of my DB2 WSE(Workgroup Server Edition) 9.1 database to DB2 Enterprise Serve Edition 9.1 on AIX OS.

Thanks,

Mohan Reddy
Reply With Quote
  #2 (permalink)  
Old 04-07-10, 03:51
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
You will probably have to reinstall DB2 using ESE install type (but can use the same DB2 code). That assumes that you selected WSE when DB2 was first installed. Make sure you install the ESE version to a different path than the existing one.

However, if you installed ESE originally, and just created a WSE instance using the ESE install, you do not have to reinstall DB2.

After figuring out the above DB2 code install issues you can backup the database, uncatalog the existing database, drop the old instance, create a new ESE instance (install the ESE license), and re-catalog the database to to the new instance (using a path).

Instead of re-cataloging the database on the new instance, you could use the backup of the old db to restore it in the new instance.

After re-cataloging the existing db (or restoring the backup), you should run the database update utility and rebind the packages, as you would if you installed a new fixpack (see fixpack install instructions).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 04-07-10, 06:36
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Reply With Quote
  #4 (permalink)  
Old 04-07-10, 07:37
goudelly1 goudelly1 is offline
Registered User
 
Join Date: Apr 2008
Posts: 21
Hi Marcus,

Thanks for reply..

The first query :>I have X server is having db2 WSE V9.1 database and I want migrate the database WSE to ESE on Y server.

Second :> How to migrate the DB2 WSE database V9.1 to DB2 ESE database V9.1 on same server ( WSE is working and I am not installed the ESE till now).


Thanks,

Mohan Reddy
Reply With Quote
  #5 (permalink)  
Old 04-07-10, 08:43
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Marcus has given you solution for both your queries.
Bella's solution is for query 2.

on question 1, it is no different than the normal backup on one server and restore to another. I am sure you already know(or can figure out how to do it).
If you are not sure, read some docs on backup and restore.

HTH

Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #6 (permalink)  
Old 04-08-10, 12:50
blazer789 blazer789 is offline
Registered User
 
Join Date: Jun 2009
Posts: 221
I did the same conversion without dropping and recreating the instance. If the WSE binaries are located under /opt/IBM/db2/V9.1, then try to install ESE binaries under different folder. Lets say /opt/IBM/db2/ese/V9.1. After doing it, all you need to do is to run db2iupdt [sudo /opt/IBM/db2/ese/V9.1/instance/db2iupdt <instancename>]. After doing this, you can remove the wse license by usinng db2licm -r <wse product identifier> and add the ese license by using db2licm -a <ese license file> . Once this change has finished, you cand deinstall the wse binaries by using /opt/IBM/db2/V9.1/install/db2_deinstall -a.
This procedure is for moving the products on the same server.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On