- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root mirror recovery
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
04-03-2005 07:03 PM
04-03-2005 07:03 PM
Root mirror recovery
This for my knowledge purpose. What are the step by step procedure we have to follow when
there is a failure in one of the disk in root VG(mirrored).
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 07:13 PM
04-03-2005 07:13 PM
Re: Root mirror recovery
u should be able to find what u need from this reference:
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBAN00000347&searchCrit=exactphrase&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=36&search.y=9
or search doc ID, KBAN00000347 in technical knowledge base.
also, do something about your assignment of points .... not good.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 08:20 PM
04-03-2005 08:20 PM
Re: Root mirror recovery
look at the attached file
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 08:53 PM
04-03-2005 08:53 PM
Re: Root mirror recovery
Thanks for the immediate respose.But I am not able find the following doc KBAN00000347 and the link provided in the mail.I have one doubt. For recovering the mrror root, first we have to reduce the mirror and then again we have to follow the same steps ......?, please clarify me...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:04 PM
04-03-2005 09:04 PM
Re: Root mirror recovery
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:10 PM
04-03-2005 09:10 PM
Re: Root mirror recovery
refer to attachment.
hope it helps.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 01:32 AM
04-04-2005 01:32 AM
Re: Root mirror recovery
Have a look at the doc attached.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 08:53 PM
04-04-2005 08:53 PM
Re: Root mirror recovery
# vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
# vgchange -a y /dev/vgXX
#vgsync /dev/vgxx # mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
# shutdown -yr 0
Hope this helps
Regard,
HoangChiCong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 08:58 PM
04-04-2005 08:58 PM
Re: Root mirror recovery
You need to prepare the new disk first:
# pvcreate -f /dev/rdsk/cxtxdx
# vgcfgrestore -n /dev/vgXX /dev/rdsk/cxtxdx
# vgchange -a y /dev/vgXX
# vgsync /dev/vgxx
# mkboot /dev/rdsk/cxtxdx
# mkboot -a "hpux -lq" /dev/rdsk/cxtxdx
# shutdown -yr 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 09:24 PM
04-04-2005 09:24 PM