- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Break the root mirror
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-30-2006 06:20 AM
03-30-2006 06:20 AM
Break the root mirror
removing the alternate root drive? If the upgrade is unsuccessful, I want to be able to boot from the alternate drive.
Thanks,
Amy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 06:27 AM
03-30-2006 06:27 AM
Re: Break the root mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 06:28 AM
03-30-2006 06:28 AM
Re: Break the root mirror
Peace.
What I usually do is simply use dd.I break of the mirror disk from the VG completely and:
dd if=/dev/rdsk/c0t6d0 of=/dev/rdsk/c1t6d0 bs=4096k
A 36GB SCSI OS disk is usually done in under 45 minutes.
Others will probably espouse Ignite to tape or network - but...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 06:38 AM
03-30-2006 06:38 AM
Re: Break the root mirror
lvreduce -m 0 /dev/vg00/lv...
just reducing mirror to 0 also should be ok..
Rgds
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 07:27 AM
03-30-2006 07:27 AM
Re: Break the root mirror
lvlnboot -v
and then run this for both boot disks:
lifcp /dev/rdsk/cxtxdx:AUTO -
and be sure it returns:
hpux -lq
Then you'll know both drives are bootable before assuming anything incorrectly.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2006 09:12 AM
03-30-2006 09:12 AM
Re: Break the root mirror
Are you looking for doc on how to boot from a split mirror, then check this one out from ITRC,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063238284
The ITRC doc id is X1401978.
The procedure was good for 10.20 and it is good for 11i.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:29 AM
03-31-2006 03:29 AM
Re: Break the root mirror
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 03:56 AM
03-31-2006 03:56 AM
Re: Break the root mirror
In my case, I always leave them mirrored but I have lifeboat disk(s) ready to simply move to the boot slot(s) so that I know I can always get back to my pre-patched condition.