- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What's the consensus on committing patches?
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
Forums
Discussions
Discussions
Discussions
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
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
12-11-2002 01:12 PM
12-11-2002 01:12 PM
Thanks in advance for your input on this!
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:18 PM
12-11-2002 01:18 PM
Re: What's the consensus on committing patches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:18 PM
12-11-2002 01:18 PM
Re: What's the consensus on committing patches?
Steve
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
12-11-2002 01:20 PM
12-11-2002 01:20 PM
Re: What's the consensus on committing patches?
# cleanup -c 2
If I'm hurting for space _and_ my patches have been "burned" in for a while, I'll run begrudgingly run #cleanup -c 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:20 PM
12-11-2002 01:20 PM
Re: What's the consensus on committing patches?
Then do your cleanup.
If you need to swremove one restore from your backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:21 PM
12-11-2002 01:21 PM
Re: What's the consensus on committing patches?
Well, I never say never....
I usually like to commit at 3 times superseded, but have on occasion, when space in /var is at a premium, committed at 2 times.
Committing at 1 is risky - takes time to find problems & recall patches....
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:21 PM
12-11-2002 01:21 PM
Re: What's the consensus on committing patches?
The only safe way to manage '/var/adm/sw/' is with 'cleanup'. Before applying a new set of patches, do:
# cleanup -c 1
This leaves one level of patch information so that you can back out ('swremove') a patch. This will also trim the SD log files, thereby gaining space in '/var/' too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:23 PM
12-11-2002 01:23 PM
Re: What's the consensus on committing patches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:24 PM
12-11-2002 01:24 PM
Re: What's the consensus on committing patches?
I would not go less than level 2 while running the cleanup command. Make sure you take backup of /var/adm/sw/save directory before running cleanup command.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:25 PM
12-11-2002 01:25 PM
Re: What's the consensus on committing patches?
I think you all are on the same page.
Sounds like the right way to go!!
Backup and then run the cleanup command.
Thanks all!!
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:27 PM
12-11-2002 01:27 PM
Re: What's the consensus on committing patches?
BTW, if you install a large patch bundle (100+ patches) you may not be able to back out the patches. Installing a large number of patches increases the chance that a file will be patched more than once. Since swinstall does not keep the order the patches are installed, swremove can remove them in the wrong order causing problems.
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 01:54 PM
12-11-2002 01:54 PM
Re: What's the consensus on committing patches?
I guess we're pretty conservative. We wait until they've been on the box for a year before we commit them.
Probably you'll have to find the balance between keeping them around long enough vs. committing them and freeing up the space. We haven't come across a patch yet that we had committed and then wanted to rollback.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2002 02:02 PM
12-11-2002 02:02 PM
Re: What's the consensus on committing patches?
I prefer to commnit with #cleanup -c 2
If still there is space crunch, I commit the individual patch with bigger size with 1 level superseeded.
#swmodify -x patch_commit=true
Thanks.
Prashant.