- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFSD not terminating when run
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-03-2001 10:14 AM
10-03-2001 10:14 AM
NFSD not terminating when run
Oct 3 11:52:28 ignite /usr/sbin/nfsd[2020]: Cannot establish NFS service over tcp: transport setup problem.
Oct 3 11:52:28 ignite /usr/sbin/nfsd[2021]: netdir_getbyname (transport udp, host/serv \1/nfsd), Bad file number
Oct 3 11:52:28 ignite /usr/sbin/nfsd[2021]: Cannot establish NFS service over udp: bind problem. Exiting.
Oct 3 11:52:28 ignite /usr/sbin/nfsd[2026]: netdir_getbyname (transport udp, host/serv \1/nfsd), Bad file number
Oct 3 11:52:28 ignite /usr/sbin/nfsd[2026]: Cannot establish NFS service over udp: bind problem. Exiting.
any thoughts on this? TIA!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 10:18 AM
10-03-2001 10:18 AM
Re: NFSD not terminating when run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 10:46 AM
10-03-2001 10:46 AM
Re: NFSD not terminating when run
Check your /etc/services file. Does it have a entry for nfsd and does it look like this.
nfsd 2049/UDP
nfsd-keepalive 1110/udp
nfsd-status 1110/tcp
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 11:11 AM
10-03-2001 11:11 AM
Re: NFSD not terminating when run
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 11:19 AM
10-03-2001 11:19 AM
Re: NFSD not terminating when run
nfsd 2049/udp # NFS remote file system
nfsd 2049/tcp # NFS remote file system
Is this something that recently cropped up? Did you add some new software recently?
A little background might help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 11:21 AM
10-03-2001 11:21 AM
Re: NFSD not terminating when run
Check your /etc/netconfig file. Default config file looks like this.
udp tpi_clts v inet udp /dev/udp -
tcp tpi_cots_ord v inet tcp /dev/tcp -
ticlts tpi_clts v loopback - /dev/tlclts libstraddr.1
ticots tpi_cots v loopback - /dev/tlcots libstraddr.1
ticotsord tpi_cots_ord v loopback - /dev/tlcotsod libstraddr.1
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 11:28 AM
10-03-2001 11:28 AM