Posted: Wed Oct 03, 2007 3:45 pm Post subject: mq installation on Sun solaries v10 (with limited packages)
Voyager
Joined: 10 Aug 2004 Posts: 92
Hi Friends,
I am trying to install MQ V6.0 on the sunsolaris v10. Its pretty basic operating system its only have limited packages 183.
The error is
ERROR: WebSphere MQ cannot be installed until the license
agreement has been accepted.
Run the 'mqlicense' script, which is in the root
directory of the install media, or see the
Quick Beginnings book for more information.
pkgadd: ERROR: request script did not complete successfully
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
This could be a problem we have seen at some patch levels of Solaris and where root has a restrictive umask. When you run mqlicense.sh it saves the license agreements in /tmp/mq_license, pkgadd then runs the checkinstall script as user nobody or noaccess or install. If that user can not access the files in /tmp/mqlicense because it was created by root you will get the error described.
The solution is to chmod -R /tmp/mq_license so that all users can read the files or to set root's umask to, say, 022 before running mqlicense.sh. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
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