- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: break third vg00 mirror prior to OS patching?
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
06-14-2006 04:30 AM
06-14-2006 04:30 AM
Is this even do-able? Common-place?
If possible, can you specify both PARISC and Integrity links?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:33 AM
06-14-2006 04:33 AM
Re: break third vg00 mirror prior to OS patching?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:37 AM
06-14-2006 04:37 AM
Re: break third vg00 mirror prior to OS patching?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:43 AM
06-14-2006 04:43 AM
SolutionThe idea behind a "lifeboat" is that periodically (I do it every weekend as a cron) when the systems are relatively quiescent, you do a dd copy of your boot disk(s) to the lifeboat disk(s). The filesystems are copied dirty but I've never had one fail to boot a machine. I also do a lifeboat copy before any patching.
Lifeboats save you from 2 things that mirrors do not: 1) Your own stupidity 2) Really bad patches. When a lifeboat is actually needed, you simply shutdown (if you haven't already crashed), move the lifeboats into the boot slot(s), and reboot. You are back up in a fraction of the time required by an Ignite (oh, and I do Ignite's too). I find that if you make lifeboats and Ignites then you never need them; if you don't make them ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:48 AM
06-14-2006 04:48 AM
Re: break third vg00 mirror prior to OS patching?
I wonder if I could just: 1. figure out about booting from EVA (see if doable)... use a SAN disk for lifeboat disk (keep local scsi for primary...). Grab whole vdisk clone for lifeboat rather then dd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 04:58 AM
06-14-2006 04:58 AM
Re: break third vg00 mirror prior to OS patching?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2006 12:17 PM
06-14-2006 12:17 PM
Re: break third vg00 mirror prior to OS patching?
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 01:46 AM
06-15-2006 01:46 AM
Re: break third vg00 mirror prior to OS patching?
Also, for the lifeboat idea... since the device file for your lifeboat will be different (because it lives in a different path), can you still search for it at boot time and use it or do you need to pull out the original and put your lifeboat in its physical location to actually boot from it.
Does your answer change with Integrity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 02:57 AM
06-15-2006 02:57 AM
Re: break third vg00 mirror prior to OS patching?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:20 AM
06-15-2006 04:20 AM
Re: break third vg00 mirror prior to OS patching?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:25 AM
06-15-2006 04:25 AM
Re: break third vg00 mirror prior to OS patching?
:-(
less than 1 hour - maybe
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:28 AM
06-15-2006 04:28 AM
Re: break third vg00 mirror prior to OS patching?
dd if=/dev/rdsk/c1t5d0 of=/dev/rdsk/c2t5d0 bs=1000k
Do not specify an ibs= and an obs= simply use bs= to avoid an extra buffer-to-buffer copy with dd itself.
Typical copy times are a few tens of minutes per disk (depending uspon speed and size) and if vg00 is comprised of multiple disks then you can run them simultaneously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:30 AM
06-15-2006 04:30 AM
Re: break third vg00 mirror prior to OS patching?
Looking for recs on bs, MB's, KB's, or default?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 04:51 AM
06-15-2006 04:51 AM
Re: break third vg00 mirror prior to OS patching?
copy_boot.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 06:00 AM
06-15-2006 06:00 AM
Re: break third vg00 mirror prior to OS patching?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 06:08 AM
06-15-2006 06:08 AM