- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Max Files support in HPUX-11.00
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
11-15-2000 10:55 PM
11-15-2000 10:55 PM
Max Files support in HPUX-11.00
HPUX-11.00 62Bit O/S.
There are two questions.
1. What is the Maximum Number of files supported in a directory.
2. What is the maximum Number of directories
supported in a Filesystem.
Any reference Documents for this Questions,
Thanks in Advance,
Roobala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 11:24 PM
11-15-2000 11:24 PM
Re: Max Files support in HPUX-11.00
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x16e1f841489fd4118fef0090279cd0f9,00.html
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 11:39 PM
11-15-2000 11:39 PM
Re: Max Files support in HPUX-11.00
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x1cbe119c3420d411b66300108302854d!1,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 12:13 AM
11-16-2000 12:13 AM
Re: Max Files support in HPUX-11.00
As the maximum link count is 32767, you can have that number of files/directories in a directory. This includes . and .. directories
The maximum number of direcories/files (everything is a file...) in a filesystem is limited by the number of inodes on the filesystem.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 01:29 AM
11-16-2000 01:29 AM
Re: Max Files support in HPUX-11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 03:49 AM
11-16-2000 03:49 AM
Re: Max Files support in HPUX-11.00
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.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2000 05:14 AM
11-16-2000 05:14 AM
Re: Max Files support in HPUX-11.00
Really the max number of files open per filesystem all depend on how you tune your
kernel and how you created your filesystem.
Check your mount args to see if your filesystem
is mounted with the large files option. ie
greater than 2G. Max number of files open
is quite small by default 1024 I believe.. but
make sure you know what you're doing when
modifying your kernel becuase 1 param may
affect others.
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
Also when you've got large
files certain backup commands woun't work,
such as tar's I believe you can only backup
a file >2G with pax and fbackup...