1832649 Members
2952 Online
110043 Solutions
New Discussion

swremove vs swlist

 
SOLVED
Go to solution
Robert Tackett_3
New Member

swremove vs swlist

I am attempting to remove NS-commicator from a server running HPUX 11i. When I execute swremove the product does not appear in the available list, however when I run swlist the product does appear!

Any help would be appreciated.
5 REPLIES 5
Patrick Wallek
Honored Contributor
Solution

Re: swremove vs swlist

The problem, I think, is just how swremove views things by default.

Go ahead and bring up swremove.

Now go to the "View" menu and go down to "Change Software View" and select "Start with Products".

This should then list all individual products on your system. See if you can see Communicator now. If so, select and remove.
Steven E. Protter
Exalted Contributor

Re: swremove vs swlist

You should be able to take the output from

swlist -l product

and input it to swremove and the product should remove unless there are dependentcy issues.

There should be none in this case.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
baiju_3
Esteemed Contributor

Re: swremove vs swlist

First check the installed product by


swlist |grep -i NS-commicator .


then do swremove


swremove -x mount_all_filesystems=false -x autoboot=false PRODUCT

Where product is the product ID as listed in the first column of swlist command.


Thanks,
BL.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Arunvijai_4
Honored Contributor

Re: swremove vs swlist

NS Communicator may be a part of a bundle which contains many products. You need to specify # swremove .

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Robert Tackett_3
New Member

Re: swremove vs swlist

Thank you all for your input. Thanks to Patrick for his input and that did solve my swremove problem.