- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Patch bundles for RedHat Enterprise Linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-18-2005 09:53 PM
тАО01-18-2005 09:53 PM
Patch bundles for RedHat Enterprise Linux
On HPUX we create 3-monthly patch bundles which we swinstall - simple.
In RHEL we'd like to be able to do a similar thing, ie have a bunch of "all" patches from a point in time, and apply that over our Linux servers as required.
I know the RedHat philosophy is to keep your server up to date using up2date, but as this is a constantly changing channel we can't maintain servers in the same patch state.
Now, RedHat Satellite Server aside (which I believe only runs on AS2.1 anyway???) the best option I see is to have one central server download the whole channel periodically. Then install YUM on all the other servers and update from this static repository.
Question from this are: -
- Does anyone else do this, is it a good idea?
- What are the support implications?
- Are there any other options for "static" patch bundles?
Cheers,
Sy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2005 04:40 AM
тАО01-19-2005 04:40 AM
Re: Patch bundles for RedHat Enterprise Linux
I guess RHN Proxy Server may solve your problem.
http://www.redhat.com/docs/manuals/RHNetwork/proxy/3.6/intro-proxy.html
See also the full collection of RHN manuals at
http://www.redhat.com/docs/manuals/RHNetwork/
regards,
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-19-2005 05:28 PM
тАО01-19-2005 05:28 PM
Re: Patch bundles for RedHat Enterprise Linux
check the open source RHN's version at http://current.tigris.org/
It has some issues, but are on heavy development.
Andrius
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2005 12:57 AM
тАО01-21-2005 12:57 AM
Re: Patch bundles for RedHat Enterprise Linux
On the "master" server, download all RPMs in the AS3 channel with: -
up2date --showall | xargs up2date --get
This downloads all the RPMs to a local directory.
I then NFS share this directory to any server that is to be patched and mount it.
On the servers to patch, add a line: -
patch-bundle /mnt/tmp/patches
to the file
/etc/sysconfig/rhn/sources
Then I can use up2date, untick the RHN channel and leave the "Local" channel. It then updates from this static repository, without trying to get later untested version from the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2005 12:58 AM
тАО01-21-2005 12:58 AM
Re: Patch bundles for RedHat Enterprise Linux
dir patch-bundle /mnt/tmp/patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2005 03:41 AM
тАО01-21-2005 03:41 AM
Re: Patch bundles for RedHat Enterprise Linux
Red Hat doesn't create big bundles. The rpm system is a pain that I've had to enhance with several helper scripts to make it useful.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 05:55 AM
тАО02-01-2005 05:55 AM
Re: Patch bundles for RedHat Enterprise Linux
Any idea if this works on 2.1?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 06:22 AM
тАО02-01-2005 06:22 AM
Re: Patch bundles for RedHat Enterprise Linux
2.1 also doesn't have the rpm --aid option.
How do you all handle your 2.1 patching?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2005 10:07 PM
тАО02-01-2005 10:07 PM
Re: Patch bundles for RedHat Enterprise Linux
1) using OnStage from Aduva, Patchlink and similar products
2) using just "rpm -F *.rpm" for upgrading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-04-2005 02:12 AM
тАО02-04-2005 02:12 AM
Re: Patch bundles for RedHat Enterprise Linux
rpm -Fvh * is not a reliable solution. If you are upgrading a package that has "new" dependancies, for (a daft) example you upgrade to the latest version of xterm and it needs lib3d when before it didn't, rpm will NOT install lib3d and therefore will now work since the F option won't install anything that doesn't exist.
It's poor, but it's the way it works. In an ideal world it'd upgrade only packages that are installed, but would also allow any selected "new" dependencies to install.
You may think that this is a rare occurence, but think back to the first time you ran up2date on a clean AS3 installation. It adds various packages to solve dependencies required by the patches, including:
aspellconfig
bind-libs
compat-db
to name but a few. These would not be applied in the case of Fvh *.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2005 08:11 PM
тАО02-05-2005 08:11 PM
Re: Patch bundles for RedHat Enterprise Linux
rpm -Uv some-package.rpm
commands before
rpm -Fv *rpm
Yes, it's not so elegant :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-15-2005 02:54 AM
тАО08-15-2005 02:54 AM
Re: Patch bundles for RedHat Enterprise Linux
A comment on the rpm -F issue. What we're looking at doing, because we have an identically configured (software/hardware) test environment, is doing the up2date (from RH) on the test envrionment, and save the resulting rpms in an exportable directory. Once testing is complete, the directory (containing only those rpms, and probably named according to the date of the original up2date) can be exported to production servers and the following done:
1. rpm -U on all but the kernel rpms (assuming you want to mimic up2date behavior in saving the old kernels)
2. rpm -i on the kernel rpms
This creates a problem of course if any of the non-kernel rpms depend up the new kernel rpm (haven't run into that yet - is it a practical problem?) If it is, I guess just using U the whole bunch would work.
The final problem is dealing with obsoletes. Again, I'm not sure if this is a practical problem, but if something is obsoleted and not replaced by something newer, it would be deleted (I assume) by up2date but not by this process. I'm haven't looked into how to fix that yet.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-18-2005 09:35 PM
тАО08-18-2005 09:35 PM