Monday, November 11, 2013

Ubuntu 13.10 old kernel

Hello,
After upgrade to ubuntu 13.10 I found that I am still using old kernel 3.8.*.
My aim was to have 3.11*

Sunday, October 13, 2013

Friday, September 27, 2013

MQ v 7.5.0.2 error during installation on Ubuntu 13.04, Raring Ringtail

During installation of IBM WebSphere MQ v 7.5.0.2 on Ubuntu Server 3.04, Raring Ringtail I met below error when  I execute command setmqinst:
 

Monday, September 23, 2013

MQ accept license error on ubuntu 12.04

Today I met error during execution of: mqlicense.sh
I can't remember exact error but anyway there was said something about java. So I gave path to it:

Wednesday, June 19, 2013

Looking for new job

Hello,
I am looking for new job as MQ/Broker administrator.
Please leave me message if you are interested.


Monday, June 3, 2013

import p7b certificate to jks keystore

The most easy way it's import p7b certificate to your IE and from IE export as DER or BASE-64.
Then simply through IBM Key Manager receive key.  Another way to receive key:

keytool -import -alias myserver.mydomain.com -file mycertificate.cer -keystore key.jks


Friday, May 17, 2013

Installation WMB 8.0.0.1 on Ubuntu 13.04

During the installation of WMB I met new problem. Below log from my console:


root@XXX:/media/data/bkp linux/WMB/messagebroker_ia_runtime1# ./setuplinuxx64.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file

Launching installer...

I fixed it in next way:

          For 32 bits users:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
          For 64 bits users:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6




Tuesday, March 19, 2013

VMware player v5 ask license key

Today I met with a problem, my VMware Player  asked for license key but it's free.
The solution that I found in VMware communities next:
Remove keys from registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc.\Vmware Player\License.fusion.50.xx.xxxxxx
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VMware, Inc.\Vmware Player\Dormant 

Monday, March 11, 2013

MQ v7.0.1.3 problem with PubSub



Today I met problem with PubSub after we had problem with disk space I found that PubSub not working on queue manager. I checked and PubSub was enabled on this queue manager.
When I tried to check lists of Topics or Subscriptions I got error loke - PubSub inhibited
My solution was restart of queue manager, also looks like it was fixed in MQ v 7.0.1.6.

Thursday, February 21, 2013

Installation WMB Toolkit 8.0.0.1 on Ubuntu 13.04

During the installation of Toolkit you will met error that in the system absent library: libstdc++.so.6 and libstdc++.so.5.

Tuesday, February 19, 2013

How to fix error "AMQ9716: Remote SSL certificate revocation status check failed for channel"



Some time after installation or upgrade you can meet error AMQ9716. This basically will mean that you MQ is trying to connect to OCSP server even if you are not using it.


List of all CAs that accepts your queue manager


openssl s_client -connect <HOST>:<port>

Tuesday, February 5, 2013

Migration of QMGR from one server to another


I guess everyone met such task as migration of queue manager from old server to new one.
So here is it how to do this. Hopefully it will be helpful not only for me:


Monday, February 4, 2013

Installation of IBM Message Broker v 8.0.0.1 on Windows 2012

Hello,
During installation of my test environment I meat such error:
ZeroGu2: Windows DLL failed to load


Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2189' ('MQRC_CLUSTER_RESOLUTION_ERROR').

Hi all,
Today I meat a problem such problem I got this error from our WAS team.
The error:

Caused by: com.ibm.msg.client.jms.DetailedInvalidDestinationException: JMSWMQ2007: Failed to send a message to destination 'MY.QUEUE'.
JMS attempted to perform an MQPUT or MQPUT1; however WebSphere MQ reported an error.

Monday, January 28, 2013

WebSpher MQ 2 qmgrs in HA mode(Active, Passive)


Hi all today I want to post my article about HA in MQ.
To setup our test environment you need:
1. VirtualBox - virtualbox.org
2. Open Suse ISO - http://software.opensuse.org/122/en
3. FreeNAS iso - http://www.freenas.org/ 
4. Download MQ from IBM: http://www.ibm.com/developerworks/downloads/ws/wmq/

Thursday, January 24, 2013

MongoDB user backup


If you want use this script add new job to CRON.
where:
--host: Host where running MongoDB
-db: database that you want to backup
-c: Use the --collection option to specify the collection that you want mongoexport to export.
-out: place where will be located backup
- If file older then 365 day delete it.


Tivoli send email from TEP

Hello,
Create situation for example that will check oldest message age:

Sunday, January 13, 2013

MQ reason code list


I am using Chrome as default browser and unfortunately I can't read IBM info center from it.

Reason code list

The following is a list of reason codes, in numeric order, providing detailed information to help you understand them, including:

Hi everyone

Hi everyone