- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: can't run service
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
07-22-2003 09:42 PM
07-22-2003 09:42 PM
can't run service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:56 PM
07-22-2003 09:56 PM
Re: can't run service
You can use "rpm -q nfs-utils" to verify that it's installed. If not, you'll need to install it to get nfs. Good luck,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 09:58 PM
07-22-2003 09:58 PM
Re: can't run service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 10:00 PM
07-22-2003 10:00 PM
Re: can't run service
# /sbin/service nfs start
if you get the same error then I think something went wrong during the installation. (installing RH 9 instead of RH 8 is always a good idea)
hth
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 10:06 PM
07-22-2003 10:06 PM
Re: can't run service
Be sure to be root with full rights. If you connected as user, do a 'su -' to be root, not 'su'. Retry.
If it doesn't work, do a 'rpm -qa | grep nfs' to see what nfs stuff is installed. If nfs-utils are missing, install them from CD rom.
It MUST work !
:]]
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 11:52 PM
07-22-2003 11:52 PM
Re: can't run service
make sure you have a valid /etc/exports file
If you don't have one, create one.
ll /etc/init.d/nfs*
If you don't get any hits something has been deleted. Best to remove and reinstall nfs.
After all this.
service nfs start
Should return this output:
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS mountd: [ OK ]
Starting NFS daemon: [ OK ]
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 01:57 AM
07-23-2003 01:57 AM
Re: can't run service
[balaji@fire balaji]$ rpm -q --whatprovides '/sbin/service'
initscripts-6.40-1
[balaji@fire balaji]$ rpm -qi initscripts-6.40-1
Name : initscripts Relocations: (not relocateable)
Version : 6.40 Vendor: Red Hat, Inc.
Release : 1 Build Date: Sun 09 Sep 2001 12:40:42 PM IST
Install date: Sat 02 Mar 2002 05:05:03 PM IST Build Host: stripples.devel.redhat.com
Group : System Environment/Base Source RPM: initscripts-6.40-1.src.rpm
Size : 1732606 License: GPL
Packager : Red Hat, Inc. <>
Summary : The inittab file and the /etc/init.d scripts.
Description :
The initscripts package contains the basic system scripts used to boot
your Red Hat system, change runlevels, and shut the system down
cleanly. Initscripts also contains the scripts that activate and
deactivate most network interfaces.
[balaji@fire balaji]$
++++++++++++++++++++
i dont think nobody would have messed with this rpm.
so try running /sbin/service and see if this helps. then modify your path accordingly.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 01:18 PM
07-23-2003 01:18 PM
Re: can't run service
Check in /sbin if you have the service
if not then you need to install "initscripts"
package for you OS.
Caesar