- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM and Nike disk array
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-12-2001 03:09 AM
12-12-2001 03:09 AM
LVM and Nike disk array
Each disk is in a separate volumegroup with one logical volume each. The specifications of the disks in diskinfo output is the same, except for the 'size' and 'blocks per disk' values.
I want to extend the logical volume (with the 16 Gb disk) with the 8 Gb disk (which contains no data anymore). The way i want to do this is removing the volumegroup of the 8 Gb disk and add the disk to the volumegroup of the 16 Gb disk. Then extend the logical volume and the filesystem using both the 8 and 16 Gb disks.
My question is: is there any possible problem with adding a disk with a different capacity to an already existing filesystem?
Rene Breukelman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 03:21 AM
12-12-2001 03:21 AM
Re: LVM and Nike disk array
You certainly can add or build volume groups with different size physical volumes.
However, the values of 'max_pe', 'max_pv, 'max_le' and 'pe_size' are fixed during the initial volume group creation. In the absence of an explicit specification, the 'max_pe' is established based on the largest physical disk. This often means that while larger physical volumes can be added later, they will not be able to be totally used. The only work around in that case is to recreate the volume group from scratch.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:46 AM
12-12-2001 05:46 AM
Re: LVM and Nike disk array
We are required to do that all the time. you cannot have the same size of disks everytime. so a mix of big and small disks is okay.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 06:35 AM
12-12-2001 06:35 AM
Re: LVM and Nike disk array
It's no problem mixing drives, I have a similar setup for my depot server where I have 6 18GB disk and 10 9GB disk lumped together.
James is 100% correct in his posting about the max_pe size being based on the extent size of the larger drives. This shouldn't be an issue for you at all.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 06:41 AM
12-12-2001 06:41 AM
Re: LVM and Nike disk array
U can easily do that ! Remove the LV and VGs from the 8GB HDD first, then extend the other VG with this 8GB. Then u may extend the LV and the filesystem.
It will be so easy, if u do throgh SAM
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 06:54 AM
12-12-2001 06:54 AM
Re: LVM and Nike disk array
Tony