- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfsd daemon
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-25-2001 12:25 AM
10-25-2001 12:25 AM
nfsd daemon
What is the difference of setting the nfsd=1 and nfsd=4 in the /etc/rc.config.d/nfsconf?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:33 AM
10-25-2001 12:33 AM
Re: nfsd daemon
If you look at man nfsd, you'll get the following:
nservers nservers is the suggested number of file system request daemons that will start. The actual number of daemons started will be one tcp daemon (to support kernel tcp threads) plus the number of udp daemons. The minimum number of udp daemons will be equal to a multiple of the active processors, or to nservers, whichever is greater. To obtain the best performance in most cases, set nservers to at least eight.
Hope this helps,
Cheers,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:45 AM
10-25-2001 12:45 AM
Re: nfsd daemon
http://docs.hp.com/hpux/netcom/index.html#NFS%20Services
and reading through this.
You could also investigate attending one or more of the Network Administration Courses
that are available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:57 AM
10-25-2001 01:57 AM
Re: nfsd daemon
nfsd starts the NFS server daemons that handle client file system requests. nservers(nfsd)is the number of file system request daemons that start. This number should be determined by the load expected on the server system. To obtain the best performance in most
cases, set nservers to four. If you set the nservers(nfsd) to 1 the performance will be poor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 02:30 AM
10-25-2001 02:30 AM
Re: nfsd daemon
This number suggests how many NFS background daemons should be running. This daemons can be incresed depending on the no of client request.
If set to 1, Only one daemon will be running so performance will be less if their is more request.
Regards
Joe.