Help on NFS and exportfs


 
Thread Tools Search this Thread
Operating Systems AIX Help on NFS and exportfs
# 1  
Old 12-20-2011
Help on NFS and exportfs

HI guys...

Recently I have a request to share an AIX filesystem to a Windows client.
Unable to use Samba as this is a production server, and IBM Support does ont support as it is a Third Party application.
Not wanting to take the risk, I opt for NFS..

However, reading the pSeries System Admin handbook, I don't seem to understand on how to proceed.

1 - I have a JFS which already been exported in the /etc/exports. Does this consider as a NFS?
2 - Do I need to create a new NFS, and copy over all the data from my current JFS?

Please advice..
# 2  
Old 12-20-2011
If the filesystem is already shared on the AIX side then that's pretty much everything you need (nfsd, mountd and rpcd must be running too).

However, you cannot just mount a NFS in Windows without some kind of additional software. Microsoft provides its own set of tools named "Services For Unix" or "SFU" for short which is used to mount NFS shares.
This User Gave Thanks to verdepollo For This Post:
# 3  
Old 12-20-2011
Does this means, I can't just simply do a map drive on windows pointing to the shared FS on the server?
# 4  
Old 12-20-2011
Quote:
Originally Posted by mushr00m
Does this means, I can't just simply do a map drive on windows pointing to the shared FS on the server?
Unfortunately you can't; not if it's an NFS. Windows does not have a built-in NFS client so you need to install additional software.

Since SFU comes from Microsoft itself (and it's free) it's probably the most widely used client out there.

More info on SFU here: Introduction to Microsoft Windows Services for UNIX 3.5
# 5  
Old 12-29-2011
If you could install Samba, your life would be so much easier. I installed Samba on my NIM server and shared out the /home/user directories. I mapped my personal home directory on my NIM server to my "N:\" drive on my windows workstation and it is so nice to drag-and-drop files instead of using an SFTP/FTP client. We haven't had to call IBM for support on it. Besides, you can get most of the support you need for your Samba configuration through this forum.
This User Gave Thanks to kah00na For This Post:
# 6  
Old 12-31-2011
Yeah, I did install Samba and followed some of the tips provided in the forum and it works perfectly..

Many thanks for the assistance...
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. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

3. Shell Programming and Scripting

need help awk /etc/exportfs

Need help awk out information from /etc/exports :wall: cat /etc/exports /%filesystem -sec=sys:krb5p:krb5i:krb5:dh,rw,access=server1:server2:server3:server(n+1) I wanted to edit out (-sec ......,access=) remove the colons and replace is with spaces output /%filesystem server1 server2... (2 Replies)
Discussion started by: wittyresponses6
2 Replies

4. UNIX for Advanced & Expert Users

exportfs -v and sync option

Dear Friends, I am using Linux system where one nfs share has been configured with rw,sync options. But when I use to check with exportfs -v command it does not show me the sync option I enabled in /etc/exports My doubt is whether I need to use any other command or other options to see... (2 Replies)
Discussion started by: Tlogine
2 Replies

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

6. HP-UX

Exportfs command not working

Hi All, Here is one peculiar problem I am facing with exportfs command. I have exported these following directories in /etc/dfs/dfstab file /home -access=rx26-156:dhl-6a.digitalindiasw.net /opt -ro /dev -access=rx26-156 /etc/opt -root=rx26-156 then after saving the file when I am... (3 Replies)
Discussion started by: sutapa.hp
3 Replies

7. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

8. AIX

Exportfs

Hi All I need help here. Some body familiar with the exportfs For AIX5.1, i has exported a /ietelerad/TEST 10.197.6.78 for sharing. At NFS server. $ showmount -e export list for CS72: /ietelerad/TEST 10.197.6.78 $ At NFS Client mount: 1831-011 access denied for... (4 Replies)
Discussion started by: simka
4 Replies

9. UNIX for Dummies Questions & Answers

help on rcp,exportfs

i need some help on remote file copyieng.the queeries are: 1:> m working on a machine say(abc) and i want to copy a directory(yes a directory) from a remote machine. so what would be the command. 2:> do in need to login on the source machine from where i want to copy a directory. 3:> is it... (0 Replies)
Discussion started by: mxms755
0 Replies
Login or Register to Ask a Question