Operating System - HP-UX
1830931 Members
2213 Online
110017 Solutions
New Discussion

what is the OS Patch Level

 
SOLVED
Go to solution
Vipin Singhal
Super Advisor

what is the OS Patch Level

How I will check : what is the OS Patch Level of my server.
OS - HP-UX (B.11.23)
6 REPLIES 6
HGN
Honored Contributor
Solution

Re: what is the OS Patch Level

Hi

You can use the swlist command to check what are all the patch bundles installed on the system

swlist -l bundle|grep -i patches

Rgds

HGN
A. Clay Stephenson
Acclaimed Contributor

Re: what is the OS Patch Level

Uname -r is about as close as it gets in HP-UX. Unlike Linix, kernels are not built everytime one sneezes. You then execute swlist to see what patches/patch bundles have been installed.
If it ain't broke, I can fix that.
Vipin Singhal
Super Advisor

Re: what is the OS Patch Level

hey guys,
I want to know the OS Patch level?
I dont need to know about the software details,
Please do the need ful
A. Clay Stephenson
Acclaimed Contributor

Re: what is the OS Patch Level

Your question has no meaning in HP-UX; get used to disappointment. You have been given the correct procedure.
If it ain't broke, I can fix that.
Vipin Singhal
Super Advisor

Re: what is the OS Patch Level

ok thanks,
I have given the output of uname -r to my BOSS ;-)
Vipin Singhal
Super Advisor

Re: what is the OS Patch Level

uname -r will show the OS patch level