- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to remove a product that is not showing up as ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2002 11:21 AM
тАО05-02-2002 11:21 AM
We have a prog who was trying to use swremove to remove an ol version of MQSeries from an HP k370 system running 11.11 so that she can install a later version. Her instructions say to use swremove to reomove old version and then swinstall to install the newer version.
However, SAM is not showing that MQSeries is loaded.
She was wondering if it work ok if she just went ahead and loaded the new one anyway.
What do you think about this? Any ideas??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2002 11:25 AM
тАО05-02-2002 11:25 AM
Re: how to remove a product that is not showing up as installed
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2002 11:51 AM
тАО05-02-2002 11:51 AM
SolutionI would do the following:
1) Check the software with:
# swlist
# swlist -lfileset | grep soft_name
2) If the software come up with swlist, then it will be removable with swremove software.
3) If not, then the software might have been installed with an inbuilt utility or script.
4) For safe side, create a good backup of the software files/directories
5) Remove the HOME directories, start/shut scripts from /sbin, remove any configuration files.
6) Install new patches for the software
7) Install the new version of software.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2002 12:08 PM
тАО05-02-2002 12:08 PM
Re: how to remove a product that is not showing up as installed
# cd /var/adm/sw/products
# vi dummy.psf
product
tag dummy
fileset
tag dummy
# swpackage -s ./dummy.psf
# swinstall dummy
# mv
# mv INDEX /tmp/INDEX
# swinstall -x reinstall=true dummy
# swlist -l fileset | more
===> Check to make sure they are gone. Then remove all dirs/files from the FS.
# swremove dummy
# rm dummy.psf
# swremove -d dummy
Do not worry as the INDEX file will be recreated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2002 02:04 AM
тАО05-03-2002 02:04 AM
Re: how to remove a product that is not showing up as installed
software that is not showing up in swlist is normally installed 1. using a install-script or 2. by copying the files from another machine.
Removing is pretty easy:
1. check the programms directory. If it was installed using a script, there should be a script to de-install. This might be also the install script itselfe which has an de-install option.
2. Just remove the programms directory. You could check with chatr if the binaries use some special libraries in the lib directories. But be carefull removing libs.
If the instructions say to remove the old version i would follow this. Already seen some strange behaviors not doing so.
Hope this helps
Regards Stefan