- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: files/directory support
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
10-19-2000 09:59 PM
10-19-2000 09:59 PM
files/directory support
We need some help to know the following.
1. Maximum number of users supported in a single HP-UX 11.x S800 Server.
2. Maximum number of files in a directory in vxfs filesystem in HPUX 11.x
3. Maximum number of directories in vxfs file system HPUX 11.x
Thanks in Advance,
V.Selvaraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2000 11:31 PM
10-19-2000 11:31 PM
Re: files/directory support
to your first question:
if you have 2-user license (check with: uname -l) you can have:
two users logged in at terminal/modem OR
one user logged in on termial/modem and unlimited users logged in via network.
Increasing licenses is only needed if you have more terminal (ie. terminal server) users logged in.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 12:34 AM
10-20-2000 12:34 AM
Re: files/directory support
2. HPUX 11 supports more than 1 Trillion of filesystem and file size.
3. I have not come across a limit to number of files a directory should contain. This quota only checks for disk space usage and not number of directories.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 12:52 AM
10-20-2000 12:52 AM
Re: files/directory support
Re:- your 2nd question, whilst you can have a large number of files in a dir, the greater the number the slower your system will be. To access a particular file in a dir the system first has to know where it is stored on the disks, so the more files the longer it takes. I know I am talking in milliseconds but they all add up.
I try to keep files per directory under 1024 - difficult at times I know but well worth it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2000 01:21 AM
10-20-2000 01:21 AM
Re: files/directory support
The maximum number of directories on a vxfs filesystem is limited by the number of inodes only.
There is another limit that is not unimportant. You can have maximum link count of 32767. This means you can only have 32765 subdirectories in a directory, because each subdirectory contains a link to the parent directory (..).
This limit is defined in /usr/include/limits.h (LINK_MAX)
Bye,
Rik.