- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mirror vg00 to 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
04-21-2005 10:48 PM
04-21-2005 10:48 PM
I have a server with a 16 GB root disk (mirrored to another 16GB disk).
There is no more space left on this disk. But I need more.
I have 2x 36 GB disks. So I want to change in a simple procedure the "old" 16 GB disks against the 36 GB disks(and copy my data) Is there a practical procedure to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 10:52 PM
04-21-2005 10:52 PM
Re: mirror vg00 to bigger disk
Can you post the output of 'vgdisplay vg00'
The key figures are PE size and Max PE per PV. If the product of these two figures is not 36GB , then you will not be able to use all of the 36GB disk - which means rebuilding the box using Ignite...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 10:53 PM
04-21-2005 10:53 PM
Re: mirror vg00 to bigger disk
The problem is the "max pe per pv" in your volume group configuration.
# vgdisplay -v vg00
--- Volume groups ---
VG Name /dev/vg00
Max PE per PV 2500
PE Size (Mbytes) 4
Above will limit your new disks to 10 GB. In your case it will be something like 18 GB.
The easiest solution is to create a bootable backup tape (Ignite) and restore your vg00 volume group to larger disks.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 10:55 PM
04-21-2005 10:55 PM
Re: mirror vg00 to bigger disk
Take Ignite backup using make_tape_recovery and install on the new hard disk after modifying the file system sizes.
and then mirror the disks.
Data disk??
Do you have free slots to install the hard disks??
Install the hard disk.
Create PVs.
Create VGs.
Create LVs.
Mirror LVs.
Create FS.
Mount FS.
Copy data from 16GB Mirror.
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 11:02 PM
04-21-2005 11:02 PM
Re: mirror vg00 to bigger disk
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 11:36 PM
04-21-2005 11:36 PM
Re: mirror vg00 to bigger disk
But any ideas?
The server is a A500.
Thanks for your replies.
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 14
Open LV 14
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 4350
VGDA 4
PE Size (Mbytes) 4
Total PE 8680
Alloc PE 8680
Free PE 0
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 12:16 AM
04-22-2005 12:16 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2005 12:20 AM
04-22-2005 12:20 AM
Re: mirror vg00 to bigger disk
thanks for your answers.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2005 05:51 PM
04-23-2005 05:51 PM
Re: mirror vg00 to bigger disk
There is no reason why it should not work. Just take a little precaution to change auto detected VG parameters so that you are not required to do it this way again when you again upgrade your OS disks. I mean to say increase MAX PE Per PV and/or PE_Size Parameters.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2005 07:56 PM
04-23-2005 07:56 PM
Re: mirror vg00 to bigger disk
You can also try the following, but always make a good backup before starting.
* Ignite
* FullBackup
See attachment.
Darrel