- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Number of filesystems on a server
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
09-06-2002 05:08 AM
09-06-2002 05:08 AM
Number of filesystems on a server
What is the pros and cons of having large number of filesystems?(100 +)
We run HP/UX 11.0 on N-Class connected to XP512.
What is the impact of creating small filesystems (like 200 mb) which since the LVs are created at LUN level and not at disk level.
Any feedback will be greatly appreciated.
thanks,
Kevin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:14 AM
09-06-2002 05:14 AM
Re: Number of filesystems on a server
Actually, you're better off having a large number of smaller file systems than one with a huge number of files since there's a performance hit.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:17 AM
09-06-2002 05:17 AM
Re: Number of filesystems on a server
Performance wise I cant think of any cons of having a large number of filesystems, or any pros.
The default max number of logical volumes per volume group is 255 so its designed to cope with a large number.
For aministration I would definitely prefer a smaller number of filesystems/lvols. Thats what weve been doing lately, reducing ours to as few as possible. That way there are less requests for more space (as we have huge filesystems/lvols with tons of space on) and performance and space analysis using sar, top, glance, iostat etc. are a lot lot easier with a few big filesystems than hundreds of small ones.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:20 AM
09-06-2002 05:20 AM
Re: Number of filesystems on a server
If you have a hundred filesystems of 200mb then I guess its unlikely your going to squeeze hundreds of thousands of files on each filesystem (200Mb is too small). We run large databases so even with 50-100Gb filesystems were not even nearing tens of thousands of files per filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:23 AM
09-06-2002 05:23 AM
Re: Number of filesystems on a server
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:23 AM
09-06-2002 05:23 AM
Re: Number of filesystems on a server
I thnk you need to examine what the application does and what if any users will be using the box (are there alot and do they create a lot of small or large files). the answer to these questions will give you a start in answering your own question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2002 05:55 AM
09-06-2002 05:55 AM
Re: Number of filesystems on a server
One more thing to consider from a availablity perspective... if you have one large FS then everything is fine unless you need to run a full fsck (can take hours to complete). You simply get more vulnerable to failures with such configs.
Regards...
Dietmar.