Author |
Message
|
rajesh00001 |
Posted: Wed Jan 27, 2010 3:19 am Post subject: MQ 6.0 installation error |
|
|
Apprentice
Joined: 08 Sep 2009 Posts: 34
|
Hi Friends,
I got below error while installing MQ6.0 on sun salaries 10.
pkgadd: ERROR: unable to create package object </usr/bin/runmqtmc>.
pathname does not exist
unable to create symbolic link to </opt/mqm/bin/runmqtmc>
/usr/lib/amqczsc <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/amqczsc>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/amqczsc>
/usr/lib/amqczscg <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/amqczscg>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/amqczscg>
/usr/lib/libimqc23as.so <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/libimqc23as.so>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libimqc23as.so>
/usr/lib/libmqccics.so <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/libmqccics.so>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqccics.so>
/usr/lib/libmqic.so <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/libmqic.so>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqic.so>
/usr/lib/libmqicb.so <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/libmqicb.so>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqicb.so>
/usr/lib/libmqiz.so <symbolic link>
pkgadd: ERROR: unable to create package object </usr/lib/libmqiz.so>.
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqiz.so>
[ verifying class <sol_client> ]
ERROR: attribute verification of </usr/bin/runmqtmc> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/bin/runmqtmc>
ERROR: attribute verification of </usr/lib/amqczsc> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/amqczsc>
ERROR: attribute verification of </usr/lib/amqczscg> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/amqczscg>
ERROR: attribute verification of </usr/lib/libimqc23as.so> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libimqc23as.so>
ERROR: attribute verification of </usr/lib/libmqccics.so> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqccics.so>
ERROR: attribute verification of </usr/lib/libmqic.so> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqic.so>
ERROR: attribute verification of </usr/lib/libmqicb.so> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqicb.so>
ERROR: attribute verification of </usr/lib/libmqiz.so> failed
pathname does not exist
unable to create symbolic link to </opt/mqm/lib/libmqiz.so>
Could you please help me on this..
Regards,
Rajesh |
|
Back to top |
|
 |
student |
Posted: Wed Jan 27, 2010 3:36 am Post subject: |
|
|
 Apprentice
Joined: 17 Mar 2009 Posts: 31 Location: UK
|
|
Back to top |
|
 |
Philip Morten |
Posted: Wed Jan 27, 2010 5:58 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Could be a corrupt download, try running pkgchk on the installation image. _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 27, 2010 6:07 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
As this is Solaris 10, are you using zones & if so, what kind of WMQ install are you trying? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
rajesh00001 |
Posted: Wed Jan 27, 2010 9:32 am Post subject: |
|
|
Apprentice
Joined: 08 Sep 2009 Posts: 34
|
I logged in server using root access.
Below output i got once execuate pkgchk mqm
# pkgchk mqm
ERROR: /usr/bin/amqcrs6a
pathname does not exist
ERROR: /usr/bin/amqcrsta
pathname does not exist
ERROR: /usr/bin/amqharmx
pathname does not exist
ERROR: /usr/bin/amqhasmx
pathname does not exist
ERROR: /usr/bin/amqldmpa
pathname does not exist
ERROR: /usr/bin/amqltmc0
pathname does not exist
ERROR: /usr/bin/amqoamd
pathname does not exist
ERROR: /usr/bin/amqpcsea
pathname does not exist
ERROR: /usr/bin/amqrcmla
pathname does not exist
ERROR: /usr/bin/amqrdbgm
pathname does not exist
ERROR: /usr/bin/amqrfdm
pathname does not exist
ERROR: /usr/bin/amqrmppa
pathname does not exist
ERROR: /usr/bin/amqrrmfa
pathname does not exist
ERROR: /usr/bin/amqzdmaa
pathname does not exist
.....................................................
i am not aware of zones.. i am trying to install MQ server.. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 27, 2010 9:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rajesh00001 wrote: |
i am not aware of zones.. i am trying to install MQ server.. |
If your Solaris 10 server has been configured to use zones (and note I say if) then the installation process for WMQ changes depending on what kind of zone you're installing into.
The decision on what kind of zone you're installing into will be heavily influenced by how your site has chosen to use zones.
From the errors you're getting (complaining about /usr) I strongly suspect your server is zoned. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
SAFraser |
Posted: Wed Jan 27, 2010 1:35 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
And I strongly suspect you are trying to install in a sparse zone. Just a guess. |
|
Back to top |
|
 |
rajesh00001 |
Posted: Thu Jan 28, 2010 2:39 am Post subject: |
|
|
Apprentice
Joined: 08 Sep 2009 Posts: 34
|
Hi friends,
Yes, The server is in a zone.
How i can processed with installation in this case. |
|
Back to top |
|
 |
mvic |
Posted: Thu Jan 28, 2010 2:41 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
|