Author |
Message
|
qguy |
Posted: Wed Aug 09, 2006 2:52 am Post subject: Mq uninstall/install solaris - pkgrm/pkgadd |
|
|
Newbie
Joined: 09 Aug 2006 Posts: 3 Location: UK
|
hi
I have to uninstall mq6 and install it to a different folder on solaris sparcv9 with a global and nonglobal zones. I am working in a non-global zone.
I did 'pkgrm mqm' which worked fine. I removed the /var/mqm and deleted the mqm user as well.
When i install again(using pkgadd), it says the package already exists. I do 'pkginfo | grep mqm' and it says that mqm is there but 'pkginfo -l mqm' doesnt come up with anything.
Pl advice. _________________ Thanks
qguy |
|
Back to top |
|
 |
mvic |
Posted: Wed Aug 09, 2006 2:59 am Post subject: Re: Mq uninstall/install solaris - pkgrm/pkgadd |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
Ask Sun Microsystems? Seems likely that a successful run of pkgrm should remove the package... unless I am missing something. |
|
Back to top |
|
 |
qguy |
Posted: Wed Aug 09, 2006 3:02 am Post subject: |
|
|
Newbie
Joined: 09 Aug 2006 Posts: 3 Location: UK
|
I forgot to mention -
One its solarisv10
Second i had installed fixpak1 for mq6 as well. I just did 'pkgrm mqm'. Did i need to do something for removing fixpak separately. _________________ Thanks
qguy |
|
Back to top |
|
 |
mvic |
Posted: Wed Aug 09, 2006 3:15 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
qguy wrote: |
i had installed fixpak1 for mq6 as well. I just did 'pkgrm mqm'. Did i need to do something for removing fixpak separately. |
What is the output from pkginfo | grep -i mq
For 5.3 + CSD11 it's generally something like:
mqm ...
mqm-upd11 ...
In which case say
pkgrm mqm-upd11
pkgrm mqm
More than this, I do not know. |
|
Back to top |
|
 |
qguy |
Posted: Wed Aug 09, 2006 3:56 am Post subject: |
|
|
Newbie
Joined: 09 Aug 2006 Posts: 3 Location: UK
|
Great stuff. problem solved.
I had to remove fixpak as it gets installed as a separate package.
Thanks a ton. _________________ Thanks
qguy |
|
Back to top |
|
 |
|