Author |
Message
|
LouML |
Posted: Fri Jun 29, 2007 5:08 am Post subject: saveqmgr.solaris error |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
Could anyone shed some light on my I might be getting the following error? It says 'No client channels found' but as you can see, I have plenty of client connection channels.
bash-3.00$ perl save.mq.qmgr.config1.pl MQ.server.list
MQ.server.list,
SAVEQMGR V6.0.3
Compiled for Websphere MQ V6.0 on Aug 29 2006
Requesting attributes of the queue manager...
Writing Queue Manager definition to ./qmgr.config/eqdbjc1p.QM.eqdbjc1p.01.20070629090136.
Generating attributes for Websphere MQ Release 5.3.0
Generating code for platform UNIX
Requesting attributes of all authinfo objects...
Requesting attributes of all queues...
Requesting attributes of all channels...
Requesting attributes of all processes...
Requesting attributes of all namelists...
Writing Queue definitions to ./qmgr.config/eqdbjc1p.QM.eqdbjc1p.01.20070629090136.
Skipping dynamic queue SAVEQMGR.467EE9612002C501
Writing Channel definitions to ./qmgr.config/eqdbjc1p.QM.eqdbjc1p.01.20070629090136.
No client channels found
Ignoring 'command failed' PCF error messsage
bash-3.00$ echo "dis chl(*) CHLTYPE(CLNTCONN)" | runmqsc QM.eqdbjc1p.01
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
Starting MQSC for queue manager QM.eqdbjc1p.01.
1 : dis chl(*) CHLTYPE(CLNTCONN)
AMQ8414: Display Channel details.
CHANNEL(CH.BIXAPPDEV.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.BPSADAP1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.BPSADAP2P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.BRASSDEV.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.BREEN.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.EQAPP1Q.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.EQMSG1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.FLEXMSG1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.FLEXMSG2P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.JCDEV1.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.JEDI1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.JEKYL_JEF.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.MAX1Q.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.MAXX1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.MAXX2P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.ORDROUTE1P.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.STARFISH.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.TSSAPPDEV.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.TSSDATADEV.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.clearing1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.clearingdev.CLT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbbo1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbch1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbda1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc2p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc3p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc4p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc5p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbjc6p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbla1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbla2p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbln1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbny1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbsf1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbsf2p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbsf3p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbsh1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.eqdbst1p.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.fixcl.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.jefomasppdr.CLT)
AMQ8414: Display Channel details.
CHANNEL(CH.jefomsapp.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.jefomsdev.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.jefomsqa.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(CH.jefomsqa2.CLIENT)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.DEF.CLNTCONN)
One MQSC command read.
No commands have a syntax error.
All valid MQSC commands were processed.
bash-3.00$ |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 29, 2007 5:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What options is "save.mq.qmgr.config1.pl" passing to saveqmgr?
Did you build saveqmgr yourself, or use the existing binary? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
LouML |
Posted: Fri Jun 29, 2007 5:30 am Post subject: |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
jefflowrey wrote: |
What options is "save.mq.qmgr.config1.pl" passing to saveqmgr?
Did you build saveqmgr yourself, or use the existing binary? |
Using the existing binary.
./saveqmgrc.solaris -f ./qmgr.config/$server.$queue_manager.$timestamp -s -i -m $queue_manager
EDIT: I should add, this same perl script and saveqmgr.solaris binary work on our other queue managers |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 29, 2007 3:40 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Well, Wayne Schutz will probably be along in a bit to tell me I'm completely wrong, but I'm going to guess that it's an authorization problem with the user running the script.
To save some time on this whole process, it's probably best to send him an email with as much detail as you can. I understand he's very responsive, and if he happens to be too busy to help, I think someone he works with will step in. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Sun Jul 01, 2007 4:55 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Quote: |
Generating attributes for Websphere MQ Release 5.3.0 |
Hello... what csd level of MQ? _________________ -wayne |
|
Back to top |
|
 |
LouML |
Posted: Mon Jul 02, 2007 6:16 am Post subject: |
|
|
 Partisan
Joined: 10 Nov 2005 Posts: 305 Location: Jersey City, NJ / Bethpage, NY
|
wschutz wrote: |
Quote: |
Generating attributes for Websphere MQ Release 5.3.0 |
Hello... what csd level of MQ? |
bash-3.00$ mqver
Name: WebSphere MQ
Version: 530.12 CSD12
CMVC level: p530-12-L051208
BuildType: IKAP - (Production)
bash-3.00$ |
|
Back to top |
|
 |
|