NFS on a Solaris 9 server


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users NFS on a Solaris 9 server
# 1  
Old 04-28-2011
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 to work fine. However, the NFS share that I created does not work at all. To recap what I did, I went to /etc/dfs/dfstab and typed in:
Code:
share -F nfs -o rw /test

I figured that I would tighten down permissions later. I also restarted NFS by going to /etc/init.d and restarting the NFS.server by typing in:
Code:
./nfs.server stop
./nfs.server start

Not only can I not map a drive with NFS Maestro, but I also cannot use the NFS client on another Solaris machine to map to it. I'm sure that it is something that I missed. Smilie

Can someone point me in the right direction?

Last edited by Yogesh Sawant; 05-01-2011 at 07:29 AM.. Reason: added code tags
# 2  
Old 04-28-2011
I dunno much about Maestro.

On the nfs server try exportfs and share to debug your setup on Solaris

On the PC:
I assume Maestro has an equivalent command to Solaris' showount [nfs server]
That will show what the Pc thinks the nfs server can export.

/etc/dfs/dfstab - you add your shares here on the nfs server = See man dfstab
# 3  
Old 04-28-2011
Was your server successfully sharing any NFS file systems before you modified it?
# 4  
Old 04-30-2011
I found the problem. After modifying /etc/dfs/dfstab, I was supposed to restart NFS and all related services. Apparently, I did not do this, because I did a full reboot, and the shares worked the way that I wanted them, so all is well.

Maestro is a GUI interface, so there is no command line.

I don't think exportfs works in Solaris, but I could be wrong.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 Replies

3. 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

4. Red Hat

Unable to access NFS share on Solaris Server from Linux client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. share -F nfs -o rw /var/share & then ran the following svcadm -v enable -r... (3 Replies)
Discussion started by: SunilB2011
3 Replies

5. Solaris

Can't access NFS Share on Solaris Server from a Linux Client

Hi, I am trying to access a NFS shared directory on Solaris 10 Server from a client which is RHEL 4 Server. On the NFS Server, in /etc/dfs/, I added following line to dfstab file. & then ran the following On the client machine, while running the mount command, I am... (0 Replies)
Discussion started by: SunilB2011
0 Replies

6. 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

7. 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

8. Solaris

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... (3 Replies)
Discussion started by: say_hi_ravi
3 Replies

9. 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