- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- automount limitation?
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-25-2003 07:46 AM
03-25-2003 07:46 AM
automount limitation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 07:52 AM
03-25-2003 07:52 AM
Re: automount limitation?
I'm sure there's a limit out there, I just don't know for sure what it is.
One thing I would point out is, that IF you do create quite a lot of NFS mounts, you'll probably want to increase the number of NFS daemons running.
You do this in the /etc/rc.config.d/nfsconf file using the NUM_NFSD variable.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 07:54 AM
03-25-2003 07:54 AM
Re: automount limitation?
On my prod server i have got 370 mounts no problem, even seen over 500 mounts.
I have not seen a max anywhere.
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 09:25 AM
03-25-2003 09:25 AM
Re: automount limitation?
I have automounted in standard v2 over 200 mount points, and had no issues. So cant see why V3 would degrade any.
Automounting does not mount the directory until it is needed, this reduces the amount of biod's you may wish to initially start.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2003 10:28 AM
03-25-2003 10:28 AM
Re: automount limitation?
Large files over 2 gb require some extra care.
Increasing the file system block size helps, especially if you've got one dedicated process using the file system in these istances, but can hurt when several processes are using the file system.
timeouts
retransmissions
dropped packets
bad soft links
(* find . -type l -print | perl -nle '-e || print' *)
export with async option
not enough nfsd daemons
Monitor with nfsstat -rc, netstat -m, vmstat -n, nfsstat -s, and netstat -s -p udp