- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patching and mirrored root
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
03-08-2005 07:06 AM
03-08-2005 07:06 AM
Thanks,
Michelle
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 07:10 AM
03-08-2005 07:10 AM
Re: Patching and mirrored root
From ISL prompt,
hpux /stand/vmunix.good
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 07:12 AM
03-08-2005 07:12 AM
Re: Patching and mirrored root
I would tend to lean more towards an Ignite make_tape_recovery backup for fallback, but I suppose there are advantages to your proposal. Firstly you would need to lvsplit all the logical volumes in the root vg, apply the patch, then lvmerge the lvols back together. The trick will be in keeping track of which mirror is which but it shouldn't be too difficult.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 07:21 AM
03-08-2005 07:21 AM
Re: Patching and mirrored root
Doing a make_tape_recovery first is also a good idea. My preferred method is to leave the drives mirrored and create a "lifeboat" by copying via dd the entire boot disk to another disk. That way, if anything goes wrong, you simply shutdown and move the lifeboat into the boot disk slot and you are back up faster than any other method. Lifeboats save you from two things that mirrors do not: 1) Really, really bad patches 2) Your old stupidity. I run lifeboats on all my boxes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 01:19 AM
03-09-2005 01:19 AM
Re: Patching and mirrored root
So, if you create a lifeboat using a dd, how do you get the data back if needed? I know this should be obvious, but I'm not getting it.
Thanks,
Michelle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 01:34 AM
03-09-2005 01:34 AM
Re: Patching and mirrored root
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 02:17 AM
03-09-2005 02:17 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2005 02:57 AM
03-09-2005 02:57 AM
Re: Patching and mirrored root
We will routinely comment out the cron job before we update vg00 (patching and the like) so as not to introduce changes in the "lifeboat". But if we need to use the lifeboat we simply boot off vg01 instead of vg00. If everything works well, we will uncomment the cron job after a couple of weeks.
It's a practice that has come in handy more than once.
Hope this helps
B