- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Replace mirrored system disk with bigger 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
10-10-2008 01:27 AM
10-10-2008 01:27 AM
We have a RX 2620 with HP-UX 11.23 and 2 internal disks size 72 GB, which are mirrored with MirrorDisk. Now we want to replace these disks with 2x144 GB. Is there a possibility to change mirror copies to 0, replace one disk and change mirror copies back to 1? Then the same action but now the replace the other 72 GB disk? Or is the only way using the recovery tape?
Thanks in advance,
Geert.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 01:33 AM
10-10-2008 01:33 AM
Re: Replace mirrored system disk with bigger disk
It is very much possible. As you said, reduce all the mirror copies from one disk and remove the disk from root VG.
Now connect the new 144GB disk and add it to root VG. Then extend the mirror to this new disk using standard mirror proceduce. Here you can reboot to check booting from new 144GB if you desire.
You need to follow the same procedure to replace the other 72GB.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 01:37 AM
10-10-2008 01:37 AM
Re: Replace mirrored system disk with bigger disk
# lvlnboot -v
Break the mirroring
# lvreduce -m 0
Replace the secondary disk by new disk (144GB)
Mirror the new disk
# lvextend OR vgsync
Reboot the system using the new disk, and confirm its working...
Break the mirror again.
Replace the other 73GB disk.
Do mirroring again.............
But I would like to recommend to restore the OS from an ignite backup. its simple and less time consuming.
Best wishes
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 01:52 AM
10-10-2008 01:52 AM
SolutionMerely mirroring the smaller to the larger disk may not benefit you. The original LVM geometry will be replicated from the smaller to the larger physical disk when you 'vgextend' it into the volume group. Thus your original 'pe_max', 'pe_size', etc. will be unaltered. You may or may not be able to utilize all of the larger storage.
Using Ignite in an Advanced Installation mode may be your best choice.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 10:45 AM
10-10-2008 10:45 AM
Re: Replace mirrored system disk with bigger disk
An up-to-date system (running 11.23) should have vgmodify ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 11:08 AM
10-10-2008 11:08 AM
Re: Replace mirrored system disk with bigger disk
Another option if vgmodify is not for you.
Create ignite image. replace one or both disks, reinstall OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 11:14 AM
10-10-2008 11:14 AM
Re: Replace mirrored system disk with bigger disk
The root/boot volume group must be booted into maintenance mode before making changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2008 01:32 AM
10-13-2008 01:32 AM
Re: Replace mirrored system disk with bigger disk
Considering the comments I go for the save way and use the Ignite-tape.
Thank you all.
Geert.