Author |
Message
|
vijaya |
Posted: Fri Sep 21, 2007 10:15 am Post subject: Installing MQ Client |
|
|
Newbie
Joined: 13 Sep 2007 Posts: 7
|
Hi ,
I need to install an MQ Client on a Tibco server.
These are my server configurations.
[e00007j@test-soa-app2 ~]$ uname -a
Linux test-soa-app2 2.6.9-42.0.8.ELsmp #1 SMP Tue Jan 23 12:49:51 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
These are the packages available in the MQ client software for solaris.
-rw-r--r-- 1 tibadm tibco 229164 Mar 7 2007 MQSeriesSDK-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 1310943 Mar 7 2007 MQSeriesSamples-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 8536039 Mar 7 2007 MQSeriesRuntime-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 117620 Mar 7 2007 MQSeriesMsg_Zh_TW-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 113441 Mar 7 2007 MQSeriesMsg_Zh_CN-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 129078 Mar 7 2007 MQSeriesMsg_pt-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 118181 Mar 7 2007 MQSeriesMsg_ko-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 123750 Mar 7 2007 MQSeriesMsg_ja-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 130016 Mar 7 2007 MQSeriesMsg_it-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 131724 Mar 7 2007 MQSeriesMsg_fr-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 130122 Mar 7 2007 MQSeriesMsg_es-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 138416 Mar 7 2007 MQSeriesMsg_de-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 9213997 Mar 7 2007 MQSeriesJava-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 1024093 Mar 7 2007 MQSeriesClient-6.0.2-1.i386.rpm
-rw-r--r-- 1 tibadm tibco 4243601 Mar 7 2007 gsk7bas-7.0-3.30.i386.rpm
-rw-r--r-- 1 tibadm tibco 58525734 Mar 7 2007 IBMJava2-142-ia32-SDK-1.4.2-6.0.i386.rpm
-rw-r--r-- 1 tibadm tibco 42960916 Mar 7 2007 MQSeriesKeyMan-6.0.2-1.i386.rpm
drwxr-xr-x 3 tibadm tibco 4096 Mar 7 2007 PreReqs
-r--r--r-- 1 tibadm tibco 261 Mar 7 2007 copyright
-r--r--r-- 1 tibadm tibco 30584 Mar 7 2007 readadd.txt
-rwxr-xr-x 1 tibadm tibco 4777 Mar 7 2007 mqlicense.sh
drwxr-xr-x 2 tibadm tibco 4096 Mar 7 2007 licenses
drwxr-xr-x 4 tibadm tibco 4096 Mar 7 2007 lap
drwxr-xr-x 14 tibadm tibco 4096 Mar 7 2007 READMEs
-rwxr-xr-x 1 tibadm tibco 166507370 Sep 21 11:13 mqc6_linuxx86.tar.gz
I am trying to install the MQ runtime component and I am getting the following error.
[e00007j@test-soa-app2 mqclient]$ sudo -u tibadm rpm -Uvh MQSeriesRuntime-6.0.2-1.i386.rpm
error: can't create transaction lock on /var/lock/rpm/transaction
please help me how should I go ahead from here..
Vijaya |
|
Back to top |
|
 |
vijaya |
Posted: Fri Sep 21, 2007 10:26 am Post subject: |
|
|
Newbie
Joined: 13 Sep 2007 Posts: 7
|
I have done some research and this is what i got..
Troubleshooting
When you try to run an rpm, you may see the error
Error: can't create transaction lock on /var/lock/rpm/transaction
To correct this, become root, then do
mkdir /var/local/rpm
reference : http://update.multiverse.net/wiki/index.php/Server_Installation_Guidelines
Further I have also seen something like....I need to delete the /var/lock/rpm/transaction ...logging as root...
i tried..and no luck.... |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Sep 22, 2007 4:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Quote: |
[e00007j@test-soa-app2 ~]$ uname -a
Linux test-soa-app2 2.6.9-42.0.8.ELsmp #1 SMP Tue Jan 23 12:49:51 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
These are the packages available in the MQ client software for solaris. |
Just to clarify:
Why are you installing MQ for Solaris on a Linux machine?
I would have expected you to install the Linux version of the client  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Sat Sep 22, 2007 1:19 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Clearly they aren't solaris packages. For one thing, they're rpms (Redhat Package Management packages).
I'm going to guess that the problem is that the tibadm user is not actually authorized to perform rpm installs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Sep 22, 2007 6:40 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
Clearly they aren't solaris packages. For one thing, they're rpms (Redhat Package Management packages).
I'm going to guess that the problem is that the tibadm user is not actually authorized to perform rpm installs. |
Thanks Jeff. I learn from you everyday
Truth is, at our site the ops people do the installs... _________________ MQ & Broker admin |
|
Back to top |
|
 |
fschofer |
Posted: Mon Sep 24, 2007 12:09 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
|