HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Server cannot be started
Operating System - HP-UX
1830899
Members
2910
Online
110017
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-30-2001 09:06 AM
10-30-2001 09:06 AM
NFS Server cannot be started
I am using HP-UX 10.20. One day, when I started the NFS server in SAM, I found that the status is still disabled, even though the nfs processes have all been started. I also could not mount the directories exported in the machine from other machine. Does anyone know why it is so ? And what file can I check for the reason ?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:14 AM
10-30-2001 09:14 AM
Re: NFS Server cannot be started
I've had this problem before using SAM. You'll have to check if rpc.mountd is started with -l option.
# ps -ef|grep rpc.mountd
If it is you have to kill it and start it up without the -l option.
Somehow SAM does not like the -l option in rpc.mountd.
# ps -ef|grep rpc.mountd
If it is you have to kill it and start it up without the -l option.
Somehow SAM does not like the -l option in rpc.mountd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:24 AM
10-30-2001 09:24 AM
Re: NFS Server cannot be started
Hello,
edit /etc/rc.config.d/nfsconf file
put NFS_SERVER=1 save the file.
Then run #/sbin/init.d/nfs.server start
This should enable nfs server.
Regards
Joe.
edit /etc/rc.config.d/nfsconf file
put NFS_SERVER=1 save the file.
Then run #/sbin/init.d/nfs.server start
This should enable nfs server.
Regards
Joe.
Knowledge is wealth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2001 09:24 AM
10-30-2001 09:24 AM
Re: NFS Server cannot be started
Hi,
to make sure all your running NFS server daemons
are down, do a
/sbin/init.d/nfs.server stop
ps -ef |grep nfsd
ps -ef |grep rpc.mountd
ps -ef |grep rpc.lockd
ps -ef |grep rpc.statd
You can try a kill -9 , if
these processes are not down.
But, since this is a 10.20 box
where the NFS implementation
is flaky, i wouldn''t suggest
it , unless you are free to
reboot the box.
To start it do a
/sbin/init.d/nfs.server start
(set the NFS_SERVER=1 in the /etc/rc.config.d/nfsconf file)
HTH
raj
to make sure all your running NFS server daemons
are down, do a
/sbin/init.d/nfs.server stop
ps -ef |grep nfsd
ps -ef |grep rpc.mountd
ps -ef |grep rpc.lockd
ps -ef |grep rpc.statd
You can try a kill -9 , if
these processes are not down.
But, since this is a 10.20 box
where the NFS implementation
is flaky, i wouldn''t suggest
it , unless you are free to
reboot the box.
To start it do a
/sbin/init.d/nfs.server start
(set the NFS_SERVER=1 in the /etc/rc.config.d/nfsconf file)
HTH
raj
Take it easy.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP