ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Migrating MB compnents from AIX 5.3 to AIX 6.1

Post new topic  Reply to topic
 Migrating MB compnents from AIX 5.3 to AIX 6.1 « View previous topic :: View next topic » 
Author Message
ihatelovestories
PostPosted: Sun Apr 13, 2014 11:51 pm    Post subject: Migrating MB compnents from AIX 5.3 to AIX 6.1 Reply with quote

Novice

Joined: 27 Dec 2011
Posts: 14

Hi All,

We are migrating MB components from aix 5.3 version to AIX 6.1 version.

Below are the steps we followed.
Stopped MB coponents in AIX 5.3
Taken mb back using mqsibackupbroker command.
Created MB components in AIX 6.1 with the same name as AIX 5.3
Restored mb using mqsirestorebroker command.

but while restoring getting following error.

Quote:
2014-04-14 14:54:59.0550 Tracing RestoreBroker command.
2014-04-14 14:54:59.0646 Environment MQSI_REGISTRY = /var/mqsi
2014-04-14 14:54:59.0709 Broker's WorkPath = /var/mqsi
2014-04-14 14:54:59.0725 java.util.zip.ZipException: invalid CEN header (bad signature)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:139)
at java.util.zip.ZipFile.<init>(ZipFile.java:100)
at com.ibm.broker.config.util.RestoreBroker.checkForMissingFiles(RestoreBroker.java:655)
at com.ibm.broker.config.util.RestoreBroker.runCommand(RestoreBroker.java:395)
at com.ibm.broker.config.util.RestoreBroker.main(RestoreBroker.java:200)

2014-04-14 14:54:59.0727 com.ibm.broker.config.util.ConfigUtilityException: PRUBRKR1<<invalid CEN header (bad signature)
at com.ibm.broker.config.util.RestoreBroker.runCommand(RestoreBroker.java:421)
at com.ibm.broker.config.util.RestoreBroker.main(RestoreBroker.java:200)

2014-04-14 14:54:59.0728 Exiting with return code 263 - derived from encountered BIP1263


When I raised a PMR with IBM they said OS should be at the same level to restore using mqsirestorebroker ..

Quote:
You can restore a broker on a computer that has an identical configuration by using the backup file that you created. The operating system must be at the same level, and the broker and queue manager names must be identical.


Is there any other way I restore the broker ?
Back to top
View user's profile Send private message
Tibor
PostPosted: Mon Apr 14, 2014 1:43 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

This backup file is a simple ZIP, so you can check it on AIX:
Code:
$ file mqsibroker_BKDEV_20140414.zip
mqsibroker_BKDEV_20140414.zip: PKZIP (.zip) compressed archive

So if there is no other option you can easily extract it into your $MQSI_WORKPATH:
Code:
$ unzip -l mqsibroker_BKDEV_20140414.zip
Archive:  mqsibroker_BKDEV_20140414.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
   429872  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/JAR/MsgFlowsJava.jar
      432  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/messageSet.mset
        0  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/meta-inf/keywords.txt
    21641  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/mqsibkdb/hub/MQSIBKDB.xsd
    40935  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync.bir
...
Back to top
View user's profile Send private message
ihatelovestories
PostPosted: Sat Jun 21, 2014 1:29 am    Post subject: Reply with quote

Novice

Joined: 27 Dec 2011
Posts: 14

Thanks Tibor .. it worked

Sry for the late resposne

Tibor wrote:
This backup file is a simple ZIP, so you can check it on AIX:
Code:
$ file mqsibroker_BKDEV_20140414.zip
mqsibroker_BKDEV_20140414.zip: PKZIP (.zip) compressed archive

So if there is no other option you can easily extract it into your $MQSI_WORKPATH:
Code:
$ unzip -l mqsibroker_BKDEV_20140414.zip
Archive:  mqsibroker_BKDEV_20140414.zip
  Length     Date   Time    Name
 --------    ----   ----    ----
   429872  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/JAR/MsgFlowsJava.jar
      432  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/messageSet.mset
        0  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/meta-inf/keywords.txt
    21641  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync/mqsibkdb/hub/MQSIBKDB.xsd
    40935  04-14-14 01:21   components/BKDEV/77ae4899-1801-0000-0080-a78dd7db42d9/config/XSD/Dbsync.bir
...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Migrating MB compnents from AIX 5.3 to AIX 6.1
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.