NFS service : offline after enabling it .


 
Thread Tools Search this Thread
Operating Systems Solaris NFS service : offline after enabling it .
# 1  
Old 09-10-2008
Question NFS service : offline after enabling it .

Hi all, i Followed these steps & still not able to get nfs service online ???Smilie


bash-3.2# svcs -a | grep nfs

disabled 17:48:02 svc:/network/nfs/cbd:default
disabled 17:48:02 svc:/network/nfs/client:default
disabled 20:56:06 svc:/network/nfs/status:default
offline 20:57:52 svc:/network/nfs/server:default
offline 20:58:25 svc:/network/nfs/nlockmgr:default
offline 20:58:50 svc:/network/nfs/rquota:default
offline 20:58:50 svc:/network/nfs/mapid:default

bash-3.2# svcadm enable nfs/server

bash-3.2# svcs -a | grep nfs

disabled 17:48:02 svc:/network/nfs/cbd:default
disabled 17:48:02 svc:/network/nfs/client:default
disabled 20:56:06 svc:/network/nfs/status:default
offline 20:57:52 svc:/network/nfs/server:default
offline 20:58:25 svc:/network/nfs/nlockmgr:default
offline 20:58:50 svc:/network/nfs/rquota:default
offline 20:58:50 svc:/network/nfs/mapid:default
# 2  
Old 09-10-2008
The nfs server will not start up unless it has something to do. You need to share some stuff first. (All nfs server behave like this and I find it annoying too.)
# 3  
Old 09-10-2008
Thread Close

Quote:
Originally Posted by Perderabo
The nfs server will not start up unless it has something to do. You need to share some stuff first. (All nfs server behave like this and I find it annoying too.)
Thanks perderabo
# 4  
Old 09-10-2008
If there is an underlying issue, remember this handy command:
Code:
svcs -xv

If the SMF (Service Management Facility) is having trouble starting a service, this command may shed some light on it.
# 5  
Old 09-11-2008
Quote:
Originally Posted by avronius
If there is an underlying issue, remember this handy command:
Code:
svcs -xv

If the SMF (Service Management Facility) is having trouble starting a service, this command may shed some light on it.
HI
i found whats the exact problem
the rpcbind service was disable
by enabling all went fine
Thanks all
This User Gave Thanks to saurabh84g For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

NFS service not started in Redhat Cluster

Hi All, Need your help to resolve below error in cluter. Sep 9 05:37:30 node2 rgmanager: Starting disabled service service:Prod_Service Sep 9 05:37:30 node2 rgmanager: HA LVM: Improper setup detected Sep 9 05:37:30 node2 rgmanager: * initrd image needs to be newer than lvm.conf... (3 Replies)
Discussion started by: nitinredekar
3 Replies

2. Red Hat

No reponse to 'service NFS start' command

Hello, I have a newly kickstarted RHEL 6.4 server that I'm trying to set-up as a kickstart server. I have done this before on other machines, but I am encountering some strange behaviour in this one. # service nfs status rpc.svcgssd is stopped rpc.mountd is stopped nfsd is stopped... (0 Replies)
Discussion started by: Chopstyx
0 Replies

3. UNIX for Dummies Questions & Answers

Enabling Telnet Service for a particular User only

Hi I want to know, whether we can enable TELNET service for a particular user only while disabling it for rest of the users? If so, then how ? Please help me in this regard (0 Replies)
Discussion started by: kashifsd17
0 Replies

4. UNIX for Advanced & Expert Users

Solaris: Fault Management Service toggles online, offline

I have two Solaris 10 T2000 systems. Platform sun8 has newer firmware than sun7. sun8/user$ prtdiag -v | grep OBP OBP 4.30.4.b 2010/07/09 13:48 sun7/user$ prtdiag -v | grep OBP OBP 4.30.4.a 2010/01/06 14:56 The platform (sun8) with the newer firmware (OBP 4.30.4.b) has a Fault... (2 Replies)
Discussion started by: DavidHalko
2 Replies

5. Solaris

Enabling time service in local zones

Hi, Is it possible to enable the time service in local zones? E.g. erahmanz1% svcs -a | grep -i time STATE STIME FMRI disabled Sep_10 svc:/network/daytime:dgram disabled Sep_10 svc:/network/daytime:stream disabled Sep_10 svc:/network/time:dgram... (2 Replies)
Discussion started by: ERahman
2 Replies

6. UNIX for Dummies Questions & Answers

NFS as unix service?

Hi All I want to understand the difference between 'NFS as a unix service' vs 'NFS attached to NAS' for the purpose of identifying shared storage solution for my test RAC setup. Oracle support says that 'NFS as unix service (what I understand is a local PC/server disk mounted as NFS) is not... (2 Replies)
Discussion started by: jpsingh
2 Replies

7. Solaris

NFS client service restart

Can any one please tell me the command for NFS client service restart.This is to resolve, NFS mount slowness issue.Mount is very slow for both read and write operations.The below commands are not helping out in this situation. ---------- Post updated at 08:59 AM ---------- Previous update was... (1 Reply)
Discussion started by: ksvaisakh
1 Replies

8. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

9. Red Hat

bind nfs service to nic

Hello everyone, I am running a RHEL4 server. We have 4 nics, which are paired to create bond0 and bond1. BOND0 is on a vlan which can see our storage system. BOND1 cannot see the storage system. I would like to lock down the system, so that NFS share can only mounted via BOND0. Has anyone done... (2 Replies)
Discussion started by: vada010
2 Replies
Login or Register to Ask a Question