- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance with many logical volumes
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
03-15-2004 10:22 PM
03-15-2004 10:22 PM
I've got a very general question about disks and performance.
I need to add many logical volumes (more than 100) to my VG, which is made-up by 4 phisical volumes. I am not planning to add more disks as well.
In your opinion, how can that influence the overall performances?
What are the aspect/areas I should focus on in order to minimize the possible problems related to the increased number of LV?
Thanks a lot
JPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 10:28 PM
03-15-2004 10:28 PM
Re: Performance with many logical volumes
I'm not concerned about the performance issue.
I'm more wondering why to have so many LVOLs on just four disks.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 10:32 PM
03-15-2004 10:32 PM
Re: Performance with many logical volumes
I hope this helps
Martin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 10:37 PM
03-15-2004 10:37 PM
Re: Performance with many logical volumes
I don't think it would make any significant influence over the performance that you are experiencing now.
Having said that, i would like to know why is that you need to create somany lvs? This would most certainly be interesting to know :-)
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 10:38 PM
03-15-2004 10:38 PM
Re: Performance with many logical volumes
We have a similar situation. Our Informix database engine still requires units of disk space (they call them chunks) that are only 2GB in size. We, therefore, have hundreds of little 2GB lvols.
Performance seems fine. As long as you have a valid need for this type of setup, I wouldn't hesitate in implementing it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2004 10:44 PM
03-15-2004 10:44 PM
Re: Performance with many logical volumes
Have a look at physical extent size for the space given to each lvol.
In case HFS is used, check the HFS block size (default is 8 KB). You can make it smaller if the stored files are small.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 01:03 AM
03-16-2004 01:03 AM
SolutionFor raw access (no mounted lvols on this VG), I would put some comments in /etc/fstab and be careful about looking for unused disk space since raw volumes will not have any protection from newfs or mkfs.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 12:49 AM
03-17-2004 12:49 AM
Re: Performance with many logical volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 04:04 AM
03-17-2004 04:04 AM
Re: Performance with many logical volumes
Performance could be affected, if your active lvols are physically apart on your disk platters, causing disk thrashing. If all of your LVOLS are only 2 gigs, large I/O buffers might help your application. The usual issues or disk reads, writes, striping, mirroring and data placement should apply. I think small lvols can impact the mix.
Rory