VIOS NFS MOUNT

Hi team,

I'm getting the below error on the VIO server while trying to mount a directory from my NIM server.. Any idea what does this mean.. Does this require a reserved port like linux for nfs service ?

# mount 9.126.76.103:/install/VIO/V2.1_migration/fp23 /mnt                      
nfsmnthelp: 9.126.76.103: Error -1 occurred.                                    
mount: giving up on:                                                            
        9.126.76.103:/install/VIO/V2.1_migration/fp23                           
Error -1 occurred.                                                              
#     

can you do a ?
showmount 9.126.76.103

Is there an entry for the VIo server in the hosts table of the NFS Server?

In my NFS server the parent directory is exported and is accessible by all

/install                               (everyone)

you answered none of the above questions...

your problem is listed here:

IBM Redbooks | NFS Mount Problem Determination

To answer the questions..

showmount displays that the /install directory is exported to all ...

in /etc/hosts the entry's are available respectively both in server and the client.

I'm still getting the same error

---------- Post updated at 06:10 AM ---------- Previous update was at 05:55 AM ----------

Its working guys.. There was a flaw in the /etc/hosts of the NFS server.. After fixing it its working.:b: