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 » Massive ALTER QLOCAL()s, best approach...

Post new topic  Reply to topic
 Massive ALTER QLOCAL()s, best approach... « View previous topic :: View next topic » 
Author Message
HenriqueS
PostPosted: Fri Sep 26, 2008 11:35 am    Post subject: Massive ALTER QLOCAL()s, best approach... Reply with quote

Master

Joined: 22 Sep 2006
Posts: 235

Hello folks,

What would be the best way to do this? It´s a massive ALTER QLOCAL changing...

ALTER QLOCAL (QM.XXXX) TRIGGER INITQ(SYSTEM.CHANNEL.INITQ) TRIGDATA(YYYYY.TO.XXXXX)

WHERE XXXX is the name of the remote location... YYYYY is my location.

Is there a tool to help on that or Unix scripting is the way to go?
_________________
HenriqueS
Certified Websphere MQ 6.0 System Administrator
Back to top
View user's profile Send private message
Tibor
PostPosted: Tue Sep 30, 2008 6:36 am    Post subject: Reply with quote

Grand Master

Joined: 20 May 2001
Posts: 1033
Location: Hungary

Try this one-liner for creating an mqsc script:
Code:
echo "dis ql(QM.*)" | runmqsc QMGRNAME | grep QUEUE | tr '()' '  ' | tr -s  ' ' | cut -f3 -d' ' | cut -f2- -d'.' | xargs -I %% echo "alter qlocal (XMIT_%%) trigger initq(SYSTEM.CHANNEL.INITQ) trigdata(YYYY.TO.%%)"


Hope this helps,
Tibor
Back to top
View user's profile Send private message
HenriqueS
PostPosted: Wed Nov 05, 2008 5:58 am    Post subject: Reply with quote

Master

Joined: 22 Sep 2006
Posts: 235

Thanks a lot, helped much.
_________________
HenriqueS
Certified Websphere MQ 6.0 System Administrator
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 » IBM MQ Installation/Configuration Support » Massive ALTER QLOCAL()s, best approach...
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.