- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- NFS issue on Redhat Linux 9
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
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
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
тАО07-11-2006 08:28 AM
тАО07-11-2006 08:28 AM
I get the below error while trying to start or stop the nf service on redhat linux 9.
" Shutting down NFS mountd: /etc/init.d/nfs: line 100: killproc: command not found
Shutting down NFS daemon: /etc/init.d/nfs: line 103: killproc: command not found
Shutting down NFS quotas: /etc/init.d/nfs: line 107: killproc: command not found
/etc/init.d/nfs: line 119: action: command not found"
any suggestions pls
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 08:34 AM
тАО07-11-2006 08:34 AM
Solution# Source function library.
. /etc/init.d/functions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 08:51 AM
тАО07-11-2006 08:51 AM
Re: NFS issue on Redhat Linux 9
The intimated line is present in the script.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 09:02 AM
тАО07-11-2006 09:02 AM
Re: NFS issue on Redhat Linux 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 09:13 AM
тАО07-11-2006 09:13 AM
Re: NFS issue on Redhat Linux 9
Pls find enclosed the files you had requested for.. Bow while staring the nfs ervice i get a new error
" [root@ipl002dor etc]# service nfs start
Starting NFS services: OK ]
Starting NFS quotas: Cannot register service: RPC: Unable to send; errno = Inval
d argument
rpc.rquotad: unable to register (RQUOTAPROG, RQUOTAVERS, udp).
FAILED]
Starting NFS daemon:"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 10:01 AM
тАО07-11-2006 10:01 AM
Re: NFS issue on Redhat Linux 9
It looks like NFS is trying to start before the portmap service. Ensure that the portmap service is started before NFS services.
Edit your /etc/init.d/nfs file and change the chkconfig line:
# chkconfig: - 60 20
To look like this:
# chkconfig: - 90 20
Then run:
chkconfig portmap on
service portmap start
chkconfig nfs off
chkconfig nfs on
service nfs start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 10:06 AM
тАО07-11-2006 10:06 AM
Re: NFS issue on Redhat Linux 9
did as suggested but still the same issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 06:02 PM
тАО07-11-2006 06:02 PM
Re: NFS issue on Redhat Linux 9
the killproc command is a function that resides in /etc/rc.d/init.d/functions file
can you post it here also?
You can also reinstall with force parameter the initscripts-7.14-1 RPM (comes on installation CD). This RPM installs the functions file.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2006 06:06 PM
тАО07-11-2006 06:06 PM
Re: NFS issue on Redhat Linux 9
ps -ef|grep portm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2006 02:45 AM
тАО07-12-2006 02:45 AM
Re: NFS issue on Redhat Linux 9
Thanks the iussues has been solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2006 02:47 AM
тАО07-12-2006 02:47 AM
Re: NFS issue on Redhat Linux 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2007 12:59 PM
тАО02-09-2007 12:59 PM