Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AIX 4.3: nfs mount: operation not permitted

43 views
Skip to first unread message

Burkhard Schultheis

unread,
Jun 6, 2014, 10:56:53 AM6/6/14
to
We have a lot of different servers (Linux, HP, Sun, AIX 4, AIX 5, AIX
6). On all of these machines I could mount a nfs share, but not on our
AIX 4.3 machine. I get

mount: 1831-008 giving up on:
<server name>:<directory>
vmount: Operation not permitted.

Curious: From the same nfs server I can mount another nfs share with the
same configuration without any problem. The shares are configured equal
on the nfs server.

Configuration in /etc/filesystems:

/<directory>
dev = /<directory>
vfs = nfs
nodename = <server name>
mount = true
options = rw,hard,intr,rsize=8192,wsize=8192
account = false

The mount point does exist and has permission 755.

Any hints what to do?

Thanks in advance!

Regards
Burkhard

Uwe Auer

unread,
Jun 8, 2014, 1:35:54 PM6/8/14
to
Hello,

may be you could check /etc/vfs and an check the permissions / existance
of the nfs mount helper mentioned therein.

I just got no such old AIX release anymore but to show an example for a
more recent release of AIX:

[root@system:/root] grep ^nfs /etc/vfs
nfs 2 /sbin/helpers/nfsmnthelp none remote
nfs3 18 /sbin/helpers/nfsmnthelp none remote
nfsv3 18 /sbin/helpers/nfsmnthelp none remote
nfs4 35 /sbin/helpers/nfsmnthelp none remote


[root@system:/root] ls -l /sbin/helpers/nfsmnthelp
-r-xr-xr-x 1 root system 43730 Dec 10 2013
/sbin/helpers/nfsmnthelp
[root@system:/root]


Regards,
Uwe



0 new messages