Re: Rate of Critical/Security Patches
From: Bryan Brock (bbrock_at_gmail.com)
Date: 12/28/04
- Previous message: Barry Margolin: "Re: [Q] TEE does NOT put screen messages to log file???"
- In reply to: camattern_at_acm.org: "Rate of Critical/Security Patches"
- Next in thread: Douglas Siebert: "Re: Rate of Critical/Security Patches"
- Reply: Douglas Siebert: "Re: Rate of Critical/Security Patches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Dec 2004 17:01:49 -0800
> Can anyone here point me to a site for reliable unbiased
> patching rate for SuSE Enterprise Linux, HP-UX, AIX and
> Windows Server?
Sounds like you're concerned with patches/time or critical patches/time
that would need to be done by someone on site.
I don't know of any site that has information on that, but if patching
rate = the number of patches released by a vendor over time, then it
should be possible to calculate it based on the dates of the last few
patch bundles for a target OS and the number of patches in each patch
bundle.
If you are looking for number of critical patches/month, you could do
something like this:
1. Download all the latest patch bundles for an OS.
2. Use a patch utility to count the patches and extract their dates.
If that's not possible, you could go to the vendor's patch site, count
the patches there, and try to find an associated date for each patch or
bundle on the site.
SLES patch dates:
rpm -q -a -P --info | grep "Build Date:"
HP-UX patch dates:
swlist -d -a readme -l patch @
/usr/local/adm/GOLDQPK11i_B.11.11.0406.5.depot | grep 'Creation'
AIX patch dates:
Couldn't find patch dates using either lslpp or instfix. May have to
use brute force on this one and just grab the date for patch bundles
off of IBMs AIX patch site if it's available.
http://www.ibm.com/eserver/support/fixes/
Windows patch dates:
Similar story here. Not sure how to get the patch dates. May only be
able to get the dates of the last few Service Packs and try to find a
count of critical hotfixes included in each.
3. Then you could calculate the patch rate (patches/time) by dividing
the # patches or patch bundles by days, weeks, or months.
This was the only thing I could come up with. I know it's pretty
sketchy...
Interesting question though. Hope someone has some more useful info on
this for you. Now I'm curious about it too.
- Previous message: Barry Margolin: "Re: [Q] TEE does NOT put screen messages to log file???"
- In reply to: camattern_at_acm.org: "Rate of Critical/Security Patches"
- Next in thread: Douglas Siebert: "Re: Rate of Critical/Security Patches"
- Reply: Douglas Siebert: "Re: Rate of Critical/Security Patches"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|