![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Exportfs command not working | sutapa.hp | HP-UX | 3 | 05-15-2008 07:53 PM |
| help on rcp,exportfs | mxms755 | UNIX for Dummies Questions & Answers | 0 | 04-05-2006 11:36 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 10.197.6.72:/ieterelad/TEST mount: 1831-008 giving up on: 10.197.6.72:/ieterelad/TEST The file access permissions do not allow the specified action. thank you. By using smitty.. Is that any other setting i have missed out. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
A quick search shows a rather well step-by-step by aldowsary as he approached the same issue.
See Creating shared filesystem |
|
#3
|
|||
|
|||
|
Maybe have a look at the "root access" column in the "smitty mknfsnod" panel. It should have a value of "-2" IIRC.
IF this does not help please paste here the contents of the file /etc/exports and the output of the command "exportfs -va". Btw.: The directory you exported *is* exported for the client, yes? That means, that "host <client>" issued on the server shows the IP of the client? I hope this helps. bakunin |
|
#4
|
|||
|
|||
|
Quote:
Yes. The directory exported at NFS server is exported to the client. <CGCLPS72:/>exportfs -va exportfs: 1831-187 re-exported /ietelerad/TEST <CGCLPS72:/> Yes, at <host>client, $ showmount -e 10.197.6.72 export list for 10.197.6.72: /ietelerad/TEST 10.197.6.78 $ The Anonymous UID [-2]. Any step i missed out here. Thank you. |
|
#5
|
|||
|
|||
|
Try to stop and start the NFS daemons at the client as well as the server:
Code:
root@client # stopsrc -g nfs root@server # stopsrc -g nfs root@server # startsrc -g nfs root@server # exportfs -va root@client # startsrc -g nfs /dir exported read-write /dir/subdir exported read-only This commonly happens when s NIM servers /etc/exports is manipulated by hand and someone else is using NIM methods (which manipulate this file too). bakunin |
|||
| Google The UNIX and Linux Forums |