- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replacing the root 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
09-11-2010 02:14 AM
09-11-2010 02:14 AM
Replacing the root mirror disk
Is it possible to replace root mirrored disk uisng the below mentioned procedure. Pls guide me if there is any mistake.
1. pvchange -a n
2. vgcfgrestore
3. pvchange -a y
4. mkboot
5. lvlnboot -R
Thanks in adv,
Ragesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2010 02:50 AM
09-11-2010 02:50 AM
Re: Replacing the root mirror disk
With Itanium systems, you'll need to re-create the disk partitions (slices), restore the EFI bootloader to
The standard procedures are documented in the "When Good Disks Go Bad" whitepaper:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
See Appendix D for detailed root mirror replacement procedures, for both Itanium and PA-RISC servers.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2010 05:31 AM
09-11-2010 05:31 AM
Re: Replacing the root mirror disk
After failed disk has been replaced, is pvcreate is required to run on it ?
Ragesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2010 06:11 AM
09-11-2010 06:11 AM
Re: Replacing the root mirror disk
No, vgcfgrestore takes care of that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2010 11:28 PM
09-12-2010 11:28 PM
Re: Replacing the root mirror disk
1.pvchange -a N /dev/disk/diskXX_p2
2.pvchange -a N /dev/disk/diskXX
Replace the disk
3.scsimgr replace_wwid â D /dev/rdisk/diskXX
4.ioscan â m lun
5.io_redirect_dsf -d /dev/disk/diskXX -n /dev/disk/diskXX
here aftre -n give new path where it changed to
6.ioscan â m lun /dev/disk/diskXX
7.vgcfgrestore -n /dev/vg00 /dev/rdisk/diskXX_p2
This will restore the vg00 and u will get mirrored root disk, it take time to sync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2010 12:03 AM
09-13-2010 12:03 AM
Re: Replacing the root mirror disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2010 07:29 AM
12-23-2010 07:29 AM
Re: Replacing the root mirror disk
here you find how to remplace your root mirrored disk for Itanium CPU, I have used IT several times and it works perfectly
http://www.r71.nl/kb/technical/231-hpux-itanium-replace-mirrored-boot-disk
just be informed that its not the same for the PARISC CPU
Regards.