• Oracle官方文档对nfs挂载参数的说明


    PURPOSE

    The options with which the NAS systems should be mounted are described. This note does not cover the new dNFS feature that was introduced in 11g.

    单机和rac均支持:

    perating System

    Mount options for    Binaries ##

    Mount options for Oracle Datafiles

    Mount options for CRS Voting Disk and OCR (12.1 and lower)

    In 12.2, both OCR and voting disks must reside in ASM.

    Refer to Document 2201844.1

    Sun Solaris *

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,proto=tcp,noac,

    vers=3,suid

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,proto=tcp,noac,

    forcedirectio, vers=3

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,proto=tcp,vers=3,

    noac,forcedirectio

    AIX (5L) **

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,proto=tcp,

    vers=3,timeo=600

    cio,rw,bg,hard,nointr,rsize=32768,

    wsize=32768,proto=tcp,noac,

    vers=3,timeo=600

    cio,rw,bg,hard,intr,rsize=32768,

    wsize=32768,tcp,noac,

    vers=3,timeo=600

    HPUX 11.23 ***  --

    rw,bg,vers=3,proto=tcp,noac,

    hard,nointr,timeo=600,

    rsize=32768,wsize=32768,suid

    rw,bg,vers=3,proto=tcp,noac,

    forcedirectio,hard,nointr,timeo=600,

    rsize=32768,wsize=32768

    rw,bg,vers=3,proto=tcp,noac,

    forcedirectio,hard,nointr,timeo=600

    ,rsize=32768,wsize=32768

    Windows

    (Use dNFS if needed.

    Refer to 

    Document 1468114.1

    Not Supported

    Not Supported

    Not Supported

    Linux x86

    #

    ****

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,tcp, vers=3,

    timeo=600, actimeo=0

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,tcp,actimeo=0,

    vers=3,timeo=600

    rw,bg,hard,nointr,rsize=32768,

    wsize=32768,tcp,noac,actimeo=0,

    vers=3,timeo=600

    Linux x86-64 #

    ****

    rw,bg,hard,nointr,rsize=32768,

     wsize=32768,tcp,vers=3,

    timeo=600, actimeo=0

    rw,bg,hard,nointr,rsize=32768, 

    wsize=32768,tcp,actimeo=0, 

    vers=3,timeo=600

    rw,bg,hard,nointr,rsize=32768, 

    wsize=32768,tcp,noac,vers=3,

    timeo=600,actimeo=0

    Linux - Itanium

    rw,bg,hard,nointr,rsize=32768, 

    wsize=32768,tcp,vers=3,

    timeo=600, actimeo=0

    rw,bg,hard,nointr,rsize=32768, 

    wsize=32768,tcp,actimeo=0, 

    vers=3,timeo=600

    rw,bg,hard,nointr,rsize=32768, 

    wsize=32768,tcp,noac,vers=3,

    timeo=600,actimeo=0

  • 相关阅读:
    数据结构--队列
    Android中另外一种降低Window窗口层级的方法
    go-zero 是如何做路由管理的?
    PerformanceRunner国产化性能测试工具
    Zookeeper 中的 CAP
    深入理解 JVM 之——动手编译 JDK
    技术分享 | 实战详解接口测试请求方式Get、post
    图论17(Leetcode864.获取所有钥匙的最短路径)
    【考研数学】线性代数第五章 —— 特征值和特征向量(3,矩阵对角化理论)
    深圳科目三辅城坳【手动挡】4号线 笔记
  • 原文地址:https://blog.csdn.net/zengxiangbo/article/details/136337075