| Author | 
		  Message | 
  		
  		
		     Topic: MQ 5.3 on Windows - patch from CSD6 to CSD7 problems | 
  		
  		
		  aixmurderer
  
	  	  Replies: 2 Views: 2565
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Sat Sep 18, 2004 5:08 pm   Subject: MQ 5.3 on Windows - patch from CSD6 to CSD7 problems | 
  		
  		
		  Hi guys
 
 Patching to CSD7 due to the Listener issue with CSD 6, however after patching MQ Explorer comes up with a user/group error, effectively cannot connect to the local QM. At the command prompt ... | 
  		
  		
		     Topic: How to get Queue depth alert via Email? | 
  		
  		
		  aixmurderer
  
	  	  Replies: 3 Views: 19073
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Mon Oct 06, 2003 12:23 pm   Subject: How to get Queue depth alert via Email? | 
  		
  		
		  A shell script running from the crontab will do it:
 
 
 #Local Queue depth
 LQLEVEL=100
 
 CNT=`echo "dis q($i) curdepth" | runmqsc | grep CUR | awk '{ print $2 }'|cut -c 10-|sed -e 's/)//'`
 
 if [  ... | 
  		
  		
		     Topic: Best UNIX script test to determine MQ server is running? | 
  		
  		
		  aixmurderer
  
	  	  Replies: 7 Views: 23902
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Mon Oct 06, 2003 12:12 pm   Subject: Best UNIX script test to determine MQ server is running? | 
  		
  		
		  | We are running MQ ver 5.2 on AIX, it works 100%. Not sure about ver 5.1. | 
  		
  		
		     Topic: Best UNIX script test to determine MQ server is running? | 
  		
  		
		  aixmurderer
  
	  	  Replies: 7 Views: 23902
  | 
		   Forum: IBM MQ Performance Monitoring   Posted: Sun Oct 05, 2003 10:23 pm   Subject: Best UNIX script test to determine MQ server is running? | 
  		
  		
		  Use this in your shell script:
 
 QMGR=`dspmq|awk '{ print$1 }'|cut -c 8-|sed -e 's/)//'`
 MQSTAT=`dspmq|awk '{ print$2 }'|cut -c 8-|sed -e 's/)//'`
 
 f [ "$MQSTAT" = "Running" ]
 then
         echo  ... | 
  		
  		
		     Topic: Multiple instance of MQseries 5.3 in AIX machine. | 
  		
  		
		  aixmurderer
  
	  	  Replies: 2 Views: 3416
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Oct 07, 2002 11:39 pm   Subject: Multiple instance of MQseries 5.3 in AIX machine. | 
  		
  		
		  | I think this needs clarification. No, you cannot install multiple instances of MQSeries software on the machine, but yes, you can create multiple Queue Managers on the same machine. | 
  		
  		
		     Topic: Starting MQSeries on Solaris Startup scripts | 
  		
  		
		  aixmurderer
  
	  	  Replies: 4 Views: 5325
  | 
		   Forum: IBM MQ Installation/Configuration Support   Posted: Mon Oct 07, 2002 11:30 pm   Subject: Starting MQSeries on Solaris Startup scripts | 
  		
  		
		  It should porbalbvy have simlink in /etc/rc2.d, pointing to the script in init.d.
 
 If I remenber correctly you should be able to start it as user root as long as root belongs to the mqm group, so th ... | 
  		
  		
		     Topic: Remote Queue Def in a Cluster | 
  		
  		
		  aixmurderer
  
	  	  Replies: 21 Views: 28049
  | 
		   Forum: Clustering   Posted: Fri Sep 27, 2002 10:05 pm   Subject: Remote Queue Def in a Cluster | 
  		
  		
		  Yip...   | 
  		
  		
		     Topic: Replacing FTP | 
  		
  		
		  aixmurderer
  
	  	  Replies: 8 Views: 11935
  | 
		   Forum: General Discussion   Posted: Mon Aug 12, 2002 9:49 pm   Subject: Replacing FTP | 
  		
  		
		  You could have a look at a free support pac at the IBM site, this may be relevant to what you want to do:
 
 http://www-3.ibm.com/software/ts/mqseries/txppacs/ma0p.html
 
 Regards
 Chris |