Author |
Message
|
craig0 |
Posted: Sat Nov 24, 2007 6:55 am Post subject: UPGMQM Error in Tandem |
|
|
Novice
Joined: 11 Jun 2007 Posts: 17
|
Hi...
I am trying to upgrade my 5.1 installation to Websphere 5.3.1 using the supplied migration tool (UPGMQM).
When I run it it gives me the following error:
Please type yes to start the migration - !quit! to abort
yes
Migration starting - this may take several minutes...
ERROR: <40806007> initializing V5.3 infrastructure
ERROR: failed in creation of V5.3 queue manager
Does anybody know what could be wrong?
Thanks,
Craig |
|
Back to top |
|
 |
LuisFer |
Posted: Sun Nov 25, 2007 5:50 am Post subject: Re: UPGMQM Error in Tandem |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
The most common problem on NSK is the security (Guardian or Safeguard). Review this one.
If safeguard as SAF talk with your Security adm to obtain a Trace. |
|
Back to top |
|
 |
craig0 |
Posted: Sun Nov 25, 2007 9:48 am Post subject: |
|
|
Novice
Joined: 11 Jun 2007 Posts: 17
|
I found my problem.....It was because I wasn't using the default installation directorys of /opt/mqm and /var/mqm. Instead I was trying to install to /wmq53/opt/mqm and /wmq53/var/mqm
Perhaps some environment variable needs to be set so MQ knows where to look for files etc. The FFST shows that the routine is looking for mqs.ini in the default directory
Probe Description :- AMQ6162: An error has occurred reading an INI file.
| FDCSequenceNumber :- 0
| Arith1 :- 4002 fa2
| Comment1 :- No such file or directory
| Comment2 :- /var/mqm/mqs.ini
Does anybody know what must be set in the shell to make the install work other than in the default directory??
Thanks,
Craig |
|
Back to top |
|
 |
LuisFer |
Posted: Sun Nov 25, 2007 10:50 am Post subject: |
|
|
 Partisan
Joined: 17 Aug 2002 Posts: 302
|
If i don't remeber bad you can change the default directory by ENV (as v5.1 with the param MQDEFAULTPREFIX) |
|
Back to top |
|
 |
craig0 |
Posted: Sun Nov 25, 2007 11:08 am Post subject: |
|
|
Novice
Joined: 11 Jun 2007 Posts: 17
|
yes I'll try that on my next install...so in the Shell I will add the variable as follows:
export MQDEFAULTPREFIX=/wmq53 |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 26, 2007 3:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
craig0 wrote: |
yes I'll try that on my next install...so in the Shell I will add the variable as follows:
export MQDEFAULTPREFIX=/wmq53 |
You might need to set it to /wmq53/var/mqm seeing your earlier post... _________________ MQ & Broker admin |
|
Back to top |
|
 |
rjl_state |
Posted: Mon Mar 03, 2008 12:05 pm Post subject: |
|
|
 Apprentice
Joined: 04 Oct 2002 Posts: 48 Location: Des Moines, IA
|
I think the variables you need to export are as follows:
MQNSKOPTPATH=/usr/ibm/wmq/opt/mqm
export MQNSKOPTPATH
MQNSKVARPATH=/usr/ibm/wmq/var/mqm
export MQNSKVARPATH
With the changes needed for your installation. |
|
Back to top |
|
 |
|