Operating System - HP-UX
1834149 Members
2143 Online
110064 Solutions
New Discussion

How to find information about lost installed patch.

 
nandam
Frequent Advisor

How to find information about lost installed patch.

E.g. if it old patch we need to update so that need to find out lost patch information
4 REPLIES 4
Jaime Bolanos Rojas.
Honored Contributor

Re: How to find information about lost installed patch.

nandam,

Did you try with swlist -l product | grep -i name_of_the_patch

Regards,

Jaime.
Work hard when the need comes out.
Sp4admin
Trusted Contributor

Re: How to find information about lost installed patch.

Hi nandam,

You could try a "show_patches -a" on the server. Or do a man on show_patches look for which option will work for you.

Good Luck,
sp
nandam
Frequent Advisor

Re: How to find information about lost installed patch.

Thanks for reply. i don't know the lost patch name. this is the first time i am login in to the server i don't know any information but i want take inventory regarding patch.
James R. Ferguson
Acclaimed Contributor

Re: How to find information about lost installed patch.

Hi Nandam:

For an inventory of installed software (that is, software that has been installed with SD-UX ('swinstall') do:

# swlist

# show_patches -a -s

Regards!

...JRF...