RAC On Linux Using NFS

spectre2發表於2011-12-16
NFS  Abort:
Add the following lines to the /etc/exports file.
/db1_arch       192.168.255.66(rw,sync,no_wdelay,insecure_locks,no_root_squash)
/db1_dbbk       192.168.255.66(rw,sync,no_wdelay,insecure_locks,no_root_squash)
 
Add the following lines to the "/etc/fstab" file. The mount options are suggestions from Kevin Closson.

db1:/db1_arch   /db1_arch       nfs     rw,bg,hard,nointr,tcp,vers=3,timeo=300,rsize=32768,wsize=32768,actimeo=0        0 0
db1:/db1_dbbk   /db1_dbbk       nfs     rw,bg,hard,nointr,tcp,vers=3,timeo=300,rsize=32768,wsize=32768,actimeo=0        0 0


參考:
http://www.blogjava.net/KingKong/archive/2011/10/16/361390.html

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14184018/viewspace-713456/,如需轉載,請註明出處,否則將追究法律責任。

相關文章