Hi. I am fairly new to AIX but am an experienced HP-UX and Solaris person.
I am trying to NFS mount a shared directory from a Solaris 8 system to an AIX 4.3.3.0 system. I have verified that the Solaris 8 share is working as it is mountable by other Solaris and HP-UX systems. The problem is, when I try to mount the share on an AIX system, I get an error. The error is below:
You can see I started the nfs subsystem
# startsrc -g nfs
0513-059 The biod Subsystem has been started. Subsystem PID is 9556.
0513-059 The nfsd Subsystem has been started. Subsystem PID is 9036.
0513-059 The rpc.statd Subsystem has been started. Subsystem PID is 10322.
0513-059 The rpc.lockd Subsystem has been started. Subsystem PID is 16650.
0513-059 The rpc.mountd Subsystem has been started. Subsystem PID is 14156.
I can see that the share is available to everyone
# showmount -e 128.66.76.250
export list for 128.66.76.250:
/export/aix (everyone)
And here is the error:
# mount 128.66.76.250:/export/aix /mnt
NFS fsinfo failed for server 128.66.76.250: error 7 (RPC: Authentication error)
mount: 1831-008 giving up on:
128.66.76.250:/export/aix
vmount: There is an input or output error.
Can anyone help me out here? This seems like a simple issue that I am just not getting.
Thank you,
Mark.
I am trying to NFS mount a shared directory from a Solaris 8 system to an AIX 4.3.3.0 system. I have verified that the Solaris 8 share is working as it is mountable by other Solaris and HP-UX systems. The problem is, when I try to mount the share on an AIX system, I get an error. The error is below:
You can see I started the nfs subsystem
# startsrc -g nfs
0513-059 The biod Subsystem has been started. Subsystem PID is 9556.
0513-059 The nfsd Subsystem has been started. Subsystem PID is 9036.
0513-059 The rpc.statd Subsystem has been started. Subsystem PID is 10322.
0513-059 The rpc.lockd Subsystem has been started. Subsystem PID is 16650.
0513-059 The rpc.mountd Subsystem has been started. Subsystem PID is 14156.
I can see that the share is available to everyone
# showmount -e 128.66.76.250
export list for 128.66.76.250:
/export/aix (everyone)
And here is the error:
# mount 128.66.76.250:/export/aix /mnt
NFS fsinfo failed for server 128.66.76.250: error 7 (RPC: Authentication error)
mount: 1831-008 giving up on:
128.66.76.250:/export/aix
vmount: There is an input or output error.
Can anyone help me out here? This seems like a simple issue that I am just not getting.
Thank you,
Mark.