Originally posted by: SystemAdmin
On HP-UX (Learning AIX) we have it setup to use TCP as the nfs protocol, User NFS Version 3, we hard mount it (beware, this could cause issues if the destination goes away), set our read and write buffers to 32k (for this mount). The fstab entry for HP-UX is this:
10.X.X.X:/backup /backup nfs proto=tcp,vers=3,rw,hard,intr,bg,rsize=32768,wsize=32768 0 2
You should be able to convert that to AIX with the man page... There is an article on metalink about rman backups over NFS mounts.
#AIX-Forum