- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Linux Patching Plan.- RHEL5
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
тАО09-03-2010 08:26 AM
тАО09-03-2010 08:26 AM
Linux Patching Plan.- RHEL5
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2010 09:53 AM
тАО09-03-2010 09:53 AM
Re: Linux Patching Plan.- RHEL5
use private repository to update all servers
tips:
install yum-downloadonly rpm
createrepo
disable rhn plugin in rhnplugin.conf
enable private repo in /etc/yum.repos.d/
I can give more specifics but I find that I learn 12 new things while reading... your call.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2010 01:25 PM
тАО09-03-2010 01:25 PM
Re: Linux Patching Plan.- RHEL5
It is a good start. Please post more ideas when you find time. Thanks again!
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2010 08:13 PM
тАО09-03-2010 08:13 PM
Re: Linux Patching Plan.- RHEL5
Just wanted to contribute with my $.02
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-03-2010 11:28 PM
тАО09-03-2010 11:28 PM
Re: Linux Patching Plan.- RHEL5
You can create a repo server to implement SD in linux.
Note:This facility is only available by defualt in rhel5 onwards
download the patches/softwares into a repo folder.then run cmd
#createrepo -v
configure the machine to use as a FTP server bcz client uses ftp service to access the repo
client configuration
Edit the config file to use as a repo client.
#cp /etc/yum.repos.d/rhel-debuginfo.repo /etc/yum.repos.d/local.repo
#vi /etc/yum.repos.d/local.repo
baseurl=ftp://ipaddress of repo server/repo folder
enabled=1
now you will be able to connect to the repo server and list the patches/softwares using cmd
#yum list all
you can always install a particular patch/sw using cmd
#yum install
for updating the entire client machine with latest patches/sw available in the repo use
#yum update -y
I suggest you to test this before implementing in live servers
i successfully did the same to upgrade servers from rhel5.1 to rhel 5.4
Regards
Abushad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2010 06:31 AM
тАО09-04-2010 06:31 AM
Re: Linux Patching Plan.- RHEL5
Thank you for excellent finer details! So looks like the repo server is similar to the SD-UX depot from where you could push the patches. But on what basis do you add the patches to the repo server (Repository), I mean how often? do you have single patches (for example jave leak issue etc..or may be a security fix etc..). Thanks again for a detailed post. It is really helpful and and adds more value when you share the actual commands to do..Very helpful..Thanks again!
Best Regards
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-05-2010 11:51 PM
тАО09-05-2010 11:51 PM
Re: Linux Patching Plan.- RHEL5
Redhat releases many types of patches just like HP,SUN,IBM etc.You have to first create a login account in redhat site and register your product.You will be notified in the login account or the server itself notify you with a pop up message once a new patch is released.You may download the patch and keep in the repo for the client servers.
Regards,
Abushad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2010 12:18 AM
тАО09-06-2010 12:18 AM
Re: Linux Patching Plan.- RHEL5
it will also report on missing patches etc.
all in all a great tool for patch management.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2010 08:09 PM
тАО09-06-2010 08:09 PM
Re: Linux Patching Plan.- RHEL5
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2010 12:56 AM
тАО10-25-2010 12:56 AM
Re: Linux Patching Plan.- RHEL5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2010 12:02 PM
тАО10-25-2010 12:02 PM
Re: Linux Patching Plan.- RHEL5
Linux are delivered via errata
advisories. Errata can be released
individually on an as-needed basis or
aggregated as a minor release (e.g.
version 5.2, sometimes also referred to
as a "Service Pack"). Errata may contain
security and bug fixes, as well as
feature enhancements.