Operating System - Tru64 Unix
1828867 Members
2629 Online
109985 Solutions
New Discussion

how to query patches on system

 
leyearn
Regular Advisor

how to query patches on system

our system is AS8200
and os version is digital unix 4.0D
which command can query all the patches ?
3 REPLIES 3
Ravi_8
Honored Contributor

Re: how to query patches on system

Hi

#dupatch -track -type patch
never give up
Yong_7
Frequent Advisor

Re: how to query patches on system

Hi,

for all installed and non-installed patch list, see :

# setld -i | grep -i patch

check your patching history in /var/adm/patch/log

Cheers !

YJ
Ralf Puchner
Honored Contributor

Re: how to query patches on system

please use the search function here in the forum the question was made several times.

Due to unsupported state of 4.0d newer patchkits are not available. On 4.0d you must have a look into the session log of /var/adm/patch/log to check which patches were installed.
Help() { FirstReadManual(urgently); Go_to_it;; }