Originally posted by: jyanga
Wouter,
Here are the information you have requested.
/etc/exports
------------
# cat /etc/exports
/aixshare1 -vers=3:4,sec=sys:krb5p:krb5i:krb5:dh,rw
/etc/auto.master
----------------
# cat /etc/auto.master
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#
/misc /etc/auto.misc
#
# NOTE: mounts done from a hosts map will be mounted with the
# "nosuid" and "nodev" options unless the "suid" and "dev"
# options are explicitly given.
#
/net -hosts
#
# Include central master map if it can be found using
# nsswitch sources.
#
# Note that if there are entries for /net or /misc (as
# above) in the included master map any keys that are the
# same will not be seen as the first read key seen takes
# precedence.
#
+auto.master
In my attempt to getting it fixed, I had updated the AIX server from 7100-00-04 to 7100-01-04-1216. Some *nix machines have started to work. Please see my table below.
OS
|
Automount
|
ManualMount
|
Error
|
AIX 7100-01-04-1216
|
success
|
success
|
not applicable
|
HP-UX B.11.23
|
success
|
success
|
not applicable
|
OEL 6.4
|
fail
|
fail
|
mount.nfs: Remote I/O error
|
Redhat 6.4
|
fail
|
fail
|
mount.nfs: Remote I/O error
|
SLES 11.1
|
success
|
success
|
not applicable
|
Solaris 9
|
success
|
success
|
not applicable
|
Ubuntu 12.04.3
|
fail
|
fail
|
mount.nfs: Remote I/O error
|
I need to get all these OSes to be able to access the AIX share.
I also get the errors below when I bounce NFS.
Feb 7 07:56:58 aixnfsserver daemon:err|error gssd[8454286]: /usr/lib/drivers/krb5.ext: No such file or directory
Feb 7 07:56:59 aixnfsserver daemon:err|error gssd[7995512]: /usr/lib/drivers/krb5.ext: No such file or directory
Feb 7 07:57:00 aixnfsserver daemon:err|error gssd[7995518]: /usr/lib/drivers/krb5.ext: No such file or directory
The reason why I thought that I need nfsrgyd to be active is because the other AIX machines that is running NFS server is accessible by all these *nix servers and they all have nfsrgyd active.