- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nfs server disabled at reboot
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-10-2003 08:56 PM
11-10-2003 08:56 PM
nfs server disabled at reboot
I want to export a filesystem on HPUX 11.00 and I have the problem, that the nfs server is disabled after reboot. If I restart the nfs server with sam, the nfs server is disabled again after a couple of days. In /etc/rc.config.d/nfsconf there is NFS_SERVER=1
Do I need a patch for this ?
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2003 09:05 PM
11-10-2003 09:05 PM
Re: nfs server disabled at reboot
file for error messages from nfs. Also dmesg could give some insight on the problem.
A daemon failing after a couple of days (and the nfs serverprocesses are daemons) are normally logged in those files.
A patch could solve your problems, but to make sure you do you need to give us some info on the patchlevel of your system first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 12:04 AM
11-11-2003 12:04 AM
Re: nfs server disabled at reboot
I hope, this helps.
Kind regards
Walter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 12:39 AM
11-11-2003 12:39 AM
Re: nfs server disabled at reboot
cant talk to host: host in-hp007 not responding
Is this host pingable ? if not it shouldnt be referenced, remove it. This is probably what keeps stopping nfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 08:39 PM
11-11-2003 08:39 PM
Re: nfs server disabled at reboot
First i want to know something from u,
r u using the automountd service
i had seen ur syslog file
there is rpc.userd service is dieing while booting
For that u do one thing
edit the /etc/inetd.conf file
there is entry for rpc.userd
If it is disable then pls make it enable
i hope before u reboot the system NFS_SERVER would be 1
now u try
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 09:19 PM
11-11-2003 09:19 PM
Re: nfs server disabled at reboot
rpc.rusersd is enabled and NFS_SERVER=1, but after a reboot the nfs server is still disabled. If I start the nfs server with sam, nfs server daemon dies after some days.
I replaced the automounter now with nfs mount. Nfs server don´t start anyway.
Kind regar