Author |
Message
|
PeterPotkay |
Posted: Thu Apr 02, 2009 10:03 am Post subject: MQ 6.0.2.6 Client install problem on Solaris 8 SPARC |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Code: |
MyServerName (root) #> pwd
/var/tmp/MQ6026InstallFiles
MyServerName (root) #> ls -l
total 319534
drwxrwxr-x 3 226 12201 512 Feb 17 19:43 PreReqs
drwxrwxr-x 14 226 12201 512 Feb 17 19:47 READMEs
drwxrwxr-x 4 226 12201 512 Feb 17 19:43 lap
drwxrwxr-x 2 226 12201 512 Feb 17 19:44 licenses
-rw-r--r-- 1 226 12201 163470848 Feb 17 19:43 mqclient.img
-rwxr-xr-x 1 226 12201 4778 Feb 17 19:44 mqlicense.sh
-r--r--r-- 1 226 12201 30715 Feb 17 19:44 readadd.txt
MyServerName (root) #> ./mqlicense.sh
License has already been accepted: Proceed with install.
MyServerName (root) #> pkgadd -d mqclient.img
The following packages are available:
1 gsk7bas Certificate and SSL Base Runtime (gsk7bas)
(sparc) 7.0.4.20
2 gsk7bas64 Certificate and SSL Base Runtime (gsk7bas64)
(sparcv9) 7.0.4.20
3 mqm WebSphere MQ Client for Sun Solaris
(sparcv9) 6.0.2.6
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]: 3
Processing package instance <mqm> from </var/tmp/MQ6026InstallFiles/mqclient.img>
WebSphere MQ Client for Sun Solaris
(sparcv9) 6.0.2.6
Licensed Materials - Property of IBM
5724-H72
(C) Copyright IBM Corporation 1994, 2005 All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
/var/tmp/dstreAAAa8aqIx/mqm/install/request: /var/tmp/dstreAAAa8aqIx/mqm/install/request: cannot open
pkgadd: ERROR: request script did not complete successfully
Installation of <mqm> failed.
No changes were made to the system.
MyServerName (root) #>
|
When I download the Solaris MQ 6.0.2.6 Client from the MQC6 Support Pack page, (gives me mqc6_6.0.2.6_solaris-sparc.tar.Z) it says the platform its for is Sun Solaris 10 on SPARC. I am installing on Solaris 8 on SPARC, and Solaris 8 is listed as a supported platform for MQ 6.0. I am installing out of /var/tmp. Any idea what that error is all about? I am doing this on 2 similiar servers and both are giving the same problem. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
gbaddeley |
Posted: Thu Apr 02, 2009 4:14 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Quote: |
/var/tmp/dstreAAAa8aqIx/mqm/install/request: /var/tmp/dstreAAAa8aqIx/mqm/install/request: cannot open
pkgadd: ERROR: request script did not complete successfully |
Does the mqm userid have the directory containing pkgadd in its PATH?
Does /var/tmp have full execute permission by mqm? _________________ Glenn |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Apr 02, 2009 8:54 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
gbaddeley wrote: |
Does the mqm userid have the directory containing pkgadd in its PATH?
Does /var/tmp have full execute permission by mqm? |
pkgadd is starting up and displaying the options in the MQ install, so I assume that pkgadd is kicking off correctly, right?
/var/tmp has this for permissions. What the heck is that letter t at the end?
drwxrwxrwt 4 root sys 512 Apr 3 00:41 tmp _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Apr 03, 2009 4:23 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
PeterPotkay wrote: |
/var/tmp has this for permissions. What the heck is that letter t at the end?
|
With 't' set, only the owner of a file can delete it. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Apr 03, 2009 5:34 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
t is in the slot where x would normally be. So if the t is there, does it imply x is in effect or not? _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Apr 03, 2009 5:43 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Ha, good question... why dont you try it to find out! |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Apr 03, 2009 12:18 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
We had to set root's umask to 022 and that got us past this issue and fully installed.  _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|