Info about OS patches


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Info about OS patches
# 1  
Old 08-03-2006
Info about OS patches

Hi,

How do I know what os patches have been applied to my unix box?. I tried swlist command. But I couldn't understand the bundles and products.

$ uname -a
HP-UX hppi004 B.11.11 U 9000/800 1834916430 unlimited-user license
$



Thanks in advance,
-Ashish
# 2  
Old 08-03-2006
Depends on HP-UX release:

9.X: cd /etc/filesets ; ls PH*
10.X: /sbin/cat /var/adm/sw/patch/PATCH.log
or /usr/sbin/swlist -l product | grep PH
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

List of Installed patches for AIX from given set of patches

I need to find out list of installed patches from given list of patches. I have tried using instfix -f <File containing list of patches> -i -c But I was not able to understand the output of this command. It was like below. bos.perf.tools: :0.0.0.0:?: bos.rte.libc: :0.0.0.0:?: ... (4 Replies)
Discussion started by: Saurabh Agrawal
4 Replies

2. HP-UX

Patches hp-ux

Hi, I donīt have support HP, so I donīt get download patches on itrc. Somebody know a free site to download HP-UX patches? (3 Replies)
Discussion started by: quimera
3 Replies

3. Solaris

Solaris patches

Hi Friends... can some one tel me any tool for analysing patch on solaris, then download n install it wit all dependency patches???? (3 Replies)
Discussion started by: sudhan143
3 Replies

4. Solaris

OS Patches

Hi, Please let me know how to check all the opearating system patches that were applied on an Sun Solaris machine. Thanks. (2 Replies)
Discussion started by: jjoy
2 Replies

5. Solaris

OS patches

Hi all, I am working on SUN-fire server solaris-10 How to find out what & how much " OS patches " installed on it?? plz help me out .:( (3 Replies)
Discussion started by: saurabh84g
3 Replies

6. Solaris

patches

# /usr/sbin/patchadd -p | grep 119961 Patch: 119961-02 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot Patch: 119961-04 Obsoletes: Requires: Incompatibles: Packages: SUNWsprot I was trying to check if i have the above patch on my system when i got the result as shown above, does this... (1 Reply)
Discussion started by: seyiisq
1 Replies

7. Solaris

OS Patches

Hi all, We are planning to install Oracle 10g in the Sun Solaris 10 (64 bit Sun Sparc ). Can any one please tell me what are the OS level patches that has to be installed in the OS before starting installation of Oracle 10g. Thanks and Regards, Prashanth (1 Reply)
Discussion started by: prashanth_gs
1 Replies

8. UNIX for Dummies Questions & Answers

Creating patches.....where to look for info?

Hi, I'm looking for some resources (don't say "man" :p ) to get started on making Solaris patches. The reason being is we have files released to use. The current process is to copy them onto the machine and make a record somewhere. I'd like to create a patch in the same way that packages are... (2 Replies)
Discussion started by: Yinzer955i
2 Replies

9. Solaris

Installing patches

I downloaded solaris's patchmanager program, analyzed my system and it spewed out a list of probably around 75 patches that needed to be installed. First off is it nessacary to install all of these? Should I install all of these in single user mode. Is the "smpatch update" command the best to... (7 Replies)
Discussion started by: meyersp
7 Replies

10. Windows & DOS: Issues & Discussions

Deploying XP patches

I'm not much for admin work on XP. In my new job though I am to look after all the machines in the office (Windows) between everything else I have to do :cool: What I would like to know is whats the best way to deploy patches out to other Windows XP machines. I can use my computer as a server... (2 Replies)
Discussion started by: woofie
2 Replies
Login or Register to Ask a Question