- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Spliting mirrored root disk
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
01-14-2005 08:11 AM
01-14-2005 08:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 09:11 AM
01-14-2005 09:11 AM
Re: Spliting mirrored root disk
man lvreduce
http://docs.hp.com/en/B2355-60103/lvreduce.1M.html
This might make interesting reading:
http://docs.hp.com/en/5990-8172/ch06s02.html#cdebgaei
Regards,
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2005 09:44 AM
01-14-2005 09:44 AM
Re: Spliting mirrored root disk
First, I'll assume that you have done a
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/cXtYd0 on both your primary and alternate boot disks so that you can boot from either one without quorum. Next, shutdown and remove/disconnect the alternate drive. You can now reboot and install your patches. When you are finished, shutdown and reinstall the removed disk and boot. Issue a vgsync /dev/vg00 and you are done.
However, this is NOT the way I do it because I never want to leave any drive unmirrored so my method is to do a raw disk copy of the primary drive to an identical disk to create a lifeboat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2005 08:33 PM
01-15-2005 08:33 PM
Re: Spliting mirrored root disk
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 09:27 PM
01-16-2005 09:27 PM
Re: Spliting mirrored root disk
After all two different backup/fallback methodes are better than one.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:56 PM
01-16-2005 10:56 PM
SolutionRemove the mirror disk
boot with hpux -lq
Patch
reboot
test
Reinsert the mirror disk,
ioscan -fnCdisk # disk found?
for lv in `vgdisplay -v /dev/vg00 | grep "LV Name" | awk '{print $3}'`
do
lvsync $lv
done
lvdisplay /dev/vg00/lvol* | grep -c stale
# must return 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2005 10:59 PM
01-16-2005 10:59 PM
Re: Spliting mirrored root disk
if 'test' fails, shutdown and boot with -lq from the mirror disk only, then sync to the old 'original'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:54 AM
01-17-2005 12:54 AM
Re: Spliting mirrored root disk
lvsplit - split mirrored LVM logical volume into two logical volumes
lvmerge - merge two LVM logical volumes into one logical volume
man them for more info
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 02:20 AM
01-17-2005 02:20 AM
Re: Spliting mirrored root disk
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=717548
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 02:47 AM
04-18-2007 02:47 AM