1832645 Members
2652 Online
110043 Solutions
New Discussion

About patch

 
SOLVED
Go to solution
juno2
Super Advisor

About patch

How do I know what patches that i have installed in my HP UX 10.2 ? thx.
4 REPLIES 4
Rajeev  Shukla
Honored Contributor
Solution

Re: About patch

use
swlist -l fileset|grep patch

Rajeev
Norman_21
Honored Contributor

Re: About patch

swlist -l product|grep -i PH > patches.out

lp -dprintername patches.out

"Attitudes are contagious, is yours worth catching"/ My first point was given by SEP on January 31, 2003
twang
Honored Contributor

Re: About patch

If there is a file (eg abc), to know which installed product it belongs:
# swlist -l file -v |grep abc
T G Manikandan
Honored Contributor

Re: About patch

Please assign points to people who help you!