Problem with NFS server (Solaris 10)


 
Thread Tools Search this Thread
Operating Systems Solaris Problem with NFS server (Solaris 10)
# 1  
Old 03-24-2007
Problem with NFS server (Solaris 10)

Hello Guys,

I have just joined this forum & hope that I will find a solution to my question.

I have configured NFS shares on my machine solaris 10 (5.10). Shares have rw access for everyone.

Tried starting NFS server daemon with following command.

svcadm -v enable -t network/nfs/server

But it does not show any verbose o/p when I start server & also it starts only two services related to nfs:

# ps -ef |grep nfs
daemon 3188 1 0 06:00:28 ? 0:00 /usr/lib/nfs/lockd
daemon 3186 1 0 06:00:28 ? 0:00 /usr/lib/nfs/statd


It does not start mountd & nfsd daemons.

When I issue command to view the nfs shares, I get following error:

# dfshares
nfs dfshares:n10021web0010.wdc1.aens.net: RPC: Rpcbind failure - RPC: Unable to receive
# showmount -e
showmount: n10021web0010.wdc1.aens.net: RPC: Rpcbind failure - RPC: Unable to receive


It says RPC bind failure but rpcbind daemon is started when I check

# ps -ef |grep bind
daemon 590 1 0 Mar 13 ? 0:00 /usr/sbin/rpcbind


Please anyone can help me out on this.

Thanks,
Ravi
# 2  
Old 03-24-2007
do you have anything in /etc/dfs/dfstab?
# 3  
Old 03-27-2007
Yes friend....I have three entries in /etc/dfs/dfstab

share -F nfs /export
share -F nfs /disk3
share -F nfs /disk4


Thanks,
Ravi
# 4  
Old 03-27-2007
svcadm -v enable -r -t network/nfs/server
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

NFS problem in server

Hi, In our production system one of the users complained of receiving the error below in the /var/adm/messages : Apr 9 00:05:03 L28emmol1 EV_AGENT: Agent Main --Estream construct failed. Err: EMULSocket::recv() Apr 9 00:05:03 L28emmol1 nfs4cbd: nfssys NFS4_SVC failed Apr 9 00:05:03... (1 Reply)
Discussion started by: anaigini45
1 Replies

2. Solaris

NFS server on Solaris 10 branded zone

I am trying to get a NFS share on a Solaris 10 branded zone. I have read that this is not possible...but I was hoping someone here could tell me different. share -F nfs -o ro,anon=0 /dir This would really surprise me that you cannot do this. Thanks (2 Replies)
Discussion started by: aeroforce
2 Replies

3. UNIX for Advanced & Expert Users

NFS on a Solaris 9 server

Hello everyone!! Long time, no see!! I have an issue with a Solaris server that I am working with. I am trying to set up a backup solution for someone that will involve a Solaris 9 server with NFS enabled allowing a Windows machine to map a drive to it (NFS Maestro). NFS Maestro appears... (3 Replies)
Discussion started by: Jody
3 Replies

4. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

5. Solaris

NFS problem on Solaris 8

I have problem to map directory from the client. But here is what I have done on the server # exportfs - /export/home/sefas/director/traffic rw "" # ps -ef|grep nfs root 192 1 0 May 20 ? 0:00 /usr/lib/nfs/lockd daemon 193 1 0 May 20 ? ... (0 Replies)
Discussion started by: shamsul
0 Replies

6. Solaris

problem NFS mounting onto Solaris 10

On my Solaris 10 server, I want to share out the directory /export/home/data, so in the /etc/dfs/dfstab file, I have this line: share -F nfs -o rw /export/home/data In the /etc/hosts.equiv file, I have this: + When I do a "ps -ef" command, I see that the "nfsd' daemon is started. ... (2 Replies)
Discussion started by: serendipity1276
2 Replies

7. Ubuntu

Problem to auto mount on NFS server

I am new in Ubuntu and i use Ubuntu 7.10, and have problem to mount automatic when i reboot computer, Here is my /etc/fstab 192.168.0.91:/home/DATA/it /home/USER/usertest/Documents/Z nfs defaults 0 0 I try many option in that line, but the result is same, I cannot automatic mounting the... (5 Replies)
Discussion started by: blesets
5 Replies

8. Solaris

solaris 8 NFS mounting problem

While mounting nfs file system I get the following error . # mount -F nfs jewelex:/back2 /oback2 nfs mount: jewelex:/back2: Permission denied Following is the permission for oback2 drwxr-xr-x 2 root other 512 Apr 9 18:39 oback2 Directory permission on jewelex server is ... (4 Replies)
Discussion started by: Hitesh Shah
4 Replies

9. Linux

NFS Server FC7 Solaris client problems!

Hi, my problem is that I am not able to grand the nfs directory on a Fedora 7 server to a standard solaris client. I always got the messages no permission. Important: No change on the client (Solaris) is possible! So I am not able to change the NFS Version on the client side to force the... (3 Replies)
Discussion started by: joerg
3 Replies

10. Solaris

Starting NFS server Solaris 10

Whenever I start nfs/server using "svcadm -v enable" it appears to start up. But when I look for daemons such as nfsd I don't see any. So I checked the manifest logs for nfs/server and it's telling me the NFS service gets enabled and then immediately disabled with a stop 102. All the... (2 Replies)
Discussion started by: bdsffl
2 Replies
Login or Register to Ask a Question