- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mirrored drive and physical disk size
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 03:53 AM
04-21-2005 03:53 AM
Any thoughts?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 04:01 AM
04-21-2005 04:01 AM
Re: Mirrored drive and physical disk size
add on to Anil's answer.
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.
If you have the time and money, recreate your volume group and resore the data from tape.
Hope this will help,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 05:00 AM
04-21-2005 05:00 AM
Re: Mirrored drive and physical disk size
Yes, just check the parameter Max_PE_PerPV and PE_Size from the output of vgdisplay -v /dev/vgxx and you will be able to know wheather you can utilize whole of your disk or not if you mirror it with existing low capacity disks.
You might get escaped of recreating VG and restoring data if care was taken for expandability while VG was created in past.
Another simple way of doing it is to create new VG and logical volumes on new sets of disks and mount it on some different path, Copy data from the current disks to the new disks & then mount new disks on the current path and see if everything is fine. Once you are sure everything is functional with old disks unmounted, You can remove old disks after exporting that VG.
But always take and test backup before doing this.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 05:20 AM
04-21-2005 05:20 AM
Re: Mirrored drive and physical disk size
I've got 10.2 running on 5 - 735 machines using HFS (root and data disk -- 2 disk configuration and non-mirrored).
2 systems are running 10.2 - on C360 machines using LVM (mirrored).
9 systems running 10.2 - on C360 machines using VxFS/JVM.
Until a few months ago all but 3 of the systems were 735 machines on a two disk root/data configuration. The addition of the C360 machines & mirroring have saved the sweat & tears! These machines are used in truck loading automation with multiple devices and Oracle. Everything running on the machines have been much happier and the CPU never breaks sweat anymore. There was little to justify the replacement of the other 5 machines with C360's. The old 735 machines over the past 8 years have proven themselves to be a workhorse!
But it has been nice to put several of them "down" so to speak.
Again thanks for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2005 11:46 PM
04-21-2005 11:46 PM
Re: Mirrored drive and physical disk size
JJ