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 » IBM MQ Installation/Configuration Support » MQ Series upgrade problems 5.0 --> 5.2

Post new topic  Reply to topic
 MQ Series upgrade problems 5.0 --> 5.2 « View previous topic :: View next topic » 
Author Message
tso0rxp
PostPosted: Thu Jul 11, 2002 7:31 am    Post subject: MQ Series upgrade problems 5.0 --> 5.2 Reply with quote

Voyager

Joined: 07 Jan 2002
Posts: 85

Any help appreciated.

Solaris 2.6, ran pkgrm and then pkgadd for v5.2 as noted in quick beginnings after stopping queue managers running on system.

Try to start existing queue manager...

>>strmqm MERD
ld.so.1: strmqm: fatal: relocation error: file strmqm: symbolxihProcessBlockIsInitia
lized: referenced symbol not found
Killed

Actually, all commands give similar error (crtmqm, mqver, etc...)

If I run strmqm_nd it actually tries to do something but then craps out with a .FDC error.

+-----------------------------------------------------------------------------+
| |
| MQSeries First Failure Symptom Report |
| ===================================== |
| |
| Date/Time :- Thursday July 11 11:33:07 EDT 2002 |
| Host Name :- hsymer00 |
| PIDS :- 5765B75 |
| LVLS :- 500 |
| Product Long Name :- MQSeries for Sun Solaris 2 (Sparc) |
| Vendor :- IBM |
| Probe Id :- HL000001 |
| Application Name :- MQM |
| Component :- hlgStartLog |
| Build Date :- Sep 19 1997 |
| UserID :- 00005100 (mqm) |
| Program Name :- amqzxma0_nd |
| Process :- 00011241 |
| Thread :- 00000001 |
| QueueManager :- MERD |
| Major Errorcode :- xecF_E_UNEXPECTED_RC |
| Minor Errorcode :- hrcE_SQLO_SEMA |
| Probe Type :- MSGAMQ6118 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6118: An internal MQSeries error has occurred |
| (20806805) |
| Arith1 :- 545286149 20806805 |
| |
Back to top
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Thu Jul 11, 2002 7:55 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Did you clear MQ shared memory before trying to starting MQSeries
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
tso0rxp
PostPosted: Thu Jul 11, 2002 8:36 am    Post subject: Reply with quote

Voyager

Joined: 07 Jan 2002
Posts: 85

Yes, ipcrm was run for all mqm owned shared memory segments.
Back to top
View user's profile Send private message Send e-mail
bower5932
PostPosted: Thu Jul 11, 2002 8:53 am    Post subject: Reply with quote

Jedi Knight

Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA

You can usually get this FDC if the MQSeries log files are locked. However, I noticed that the FDC has a code lvl of 5.0. This has been out of support for a while (2 years?). I'm not sure that your install took. Also, there are quite a few Solaris fixes that are needed in order to get MQ 5.2 to run on 2.6. Details can be found at:

http://www-3.ibm.com/software/ts/mqseries/platforms/supported/mqseries_for_solaris_5_2.html

Hope this helps.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
tso0rxp
PostPosted: Thu Jul 11, 2002 9:11 am    Post subject: Reply with quote

Voyager

Joined: 07 Jan 2002
Posts: 85

Well, i'll try the IBM route next. The install appeared to be OK, though.

pkginfo |grep mqm (displays current pkgs)
pkgrm mqm (remove 5.0 packages)
pkginfo|grep mqm (displays current pkgs - none at this time)

hsymer00#pwd
/cdrom/mq_solaris
hsymer00#pkgadd -d .

The following packages are available:
1 mqm MQSeries for Sun Solaris 2
(sparc) 5.2.0

Select package(s) you wish to process (or 'all' to process all packages). (default)

Continue installation? [y,n,q] : y (The ones in bold RED is what I installed)

1) MQSeries server
2) Man pages
3) Sample programs
4) Sun Solaris 2 client libraries
5) US English HTML Publications
6) French HTML Publications
7) German HTML Publications
Brazilian Portuguese HTML Publications
9) Japanese HTML Publications
10) Korean HTML Publications
11) Traditional Chinese HTML Publications
12) Simplified Chinese HTML Publications
13) Italian HTML Publications
14) Spanish HTML Publications
15) DCE Samples
16) Internet Gateway runtime
17) Internet Gateway samples
1 Spanish message catalog
19) French message catalog
20) German message catalog
21) Japanese message catalog
22) Italian message catalog
23) Brazilian Portuguese message catalog
24) Traditional Chinese message catalog
25) Simplified Chinese message catalog
26) Korean message catalog


hsymer00#pkginfo -l mqm
PKGINST: mqm
NAME: MQSeries for Sun Solaris 2
CATEGORY: application
ARCH: sparc
VERSION: 5.2.0
VENDOR: IBM
PSTAMP: p000-L001106 (packaged: November 07, 2000 - 05:51:46 AM)
INSTDATE: Jul 11 2002 10:20
STATUS: completely installed
FILES: 5707 installed pathnames
151 executables
54 setuid/setgid executables
145993 blocks used (approx)
Back to top
View user's profile Send private message Send e-mail
mrlinux
PostPosted: Thu Jul 11, 2002 9:37 am    Post subject: Reply with quote

Grand Master

Joined: 14 Feb 2002
Posts: 1261
Location: Detroit,MI USA

Curious Question does the pkgrm command remove the CSD's when you installed ???? or are they seperate packages ????
I assume you have CSD's on the old 5.0 product.
_________________
Jeff

IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries
Back to top
View user's profile Send private message Send e-mail
tso0rxp
PostPosted: Fri Jul 12, 2002 10:43 am    Post subject: Reply with quote

Voyager

Joined: 07 Jan 2002
Posts: 85

pkgrm did not remove everything. I did another pkgrm and then had to manually delete some files that were retained. Everything is OK now. Thanks for your help.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQ Series upgrade problems 5.0 --> 5.2
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.