- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re : Recovering a mirror 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
12-13-2004 04:44 PM
12-13-2004 04:44 PM
Can anyone guide me how can I recover a mirror disk from a faulty harddisk. I have a rp3410 with 2 x 36GB harddisk internal running with mirror disk on vg00. Currently, one of my root disk spolit and I have replace it. But, I don't know how to recover the alt mirror disk back to the root disk. Please advice.
Regards
Vincent
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 04:54 PM
12-13-2004 04:54 PM
Re: Re : Recovering a mirror disk
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=191064
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 05:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 05:30 PM
12-13-2004 05:30 PM
Re: Re : Recovering a mirror disk
see the following document .it will help you.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 07:32 PM
12-13-2004 07:32 PM
Re: Re : Recovering a mirror disk
# pvcreate -f -B /dev/rdsk/
# vgcfgrestore -n /dev/vg00 /dev/rdsk/
# vgchange -a y /dev/vg00
# mkboot /dev/rdsk/
# mkboot -a "hpux â lq (;0)/stand/vmunix" /dev/rdsk/
# lvlnboot -Rv
# vgsync /dev/vg00
then try to boot on your new mirrored disk to test it...
Stf ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 08:00 PM
12-13-2004 08:00 PM
Re: Re : Recovering a mirror disk
Follow these steps:
1. lvlnboot -A autobackup vg00
2. vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtXdX
3. vgchange -a y /dev/vg00
4. mkboot /dev/rdsk/cXtXdX
5. mkboot /dev/dsk/cXtXdX
6. mkboot -a "hpux -lq" /dev/rdsk/cXtXdX
7. lvlnboot -R
8. lvlnboot -v (check again)
9. vgsync /dev/vg00
10. shutdown -r
Goodluck to you.
Regard,
Jimkery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2004 08:01 PM
12-13-2004 08:01 PM
Re: Re : Recovering a mirror disk
You can do follow these steps:
1. lvlnboot -A autobackup vg00
2. vgcfgrestore -n /dev/vg00 /dev/rdsk/cXtXdX
3. vgchange -a y /dev/vg00
4. mkboot /dev/rdsk/cXtXdX
5. mkboot /dev/dsk/cXtXdX
6. mkboot -a "hpux -lq" /dev/rdsk/cXtXdX
7. lvlnboot -R
8. lvlnboot -v (check again)
9. vgsync /dev/vg00
10. shutdown -r
Goodluck to you.
Regard,
Jimkery