R12.2.0 post install checks error : RW-50016: Error: - {0} was not created - 3

Test "Oracle E-Business Suite Release 12 (12.2.0) Preinstall (Linux x86_64)" executed at 27-Aug-2014 19:00:28

Test Results
~~~~~~~~~~~~

ID     NAME                 RESULT  VALUE
====== ==================== ======= =========
A00100 OS Type              RECORD  OL6 64
A00200 OS Certified?        PASSED  Adequate
A01010 ApplTierDirectory    RECORD  /u01/db
A01020 A_T Valid?           PASSED  ATexists
A01030 A_T Permissions OK?  PASSED  CorrectPerms

 A02030 Limit Processes      PASSED  Adequate
A02050 Limit Descriptors    FAILED  HardLow
A02100 ENV Variable Unset   SKIPPED Not SuSE Linux Enterprise 10 or SuSE ...
A02210 Kernel Params OK?    PASSED  KernelOK
..... 
A03530 Domain Name          RECORD  huawei.com
A03540 /etc/hosts format    PASSED  Adequate IPv4 entry
A03550 DNS Lookup           FAILED  nslookup IP_address
A03560 Net Service Access?  PASSED  PermOk
A03570 Port 6000            PASSED  Free
A03580 Port Range OK?       PASSED  RangeOK
A03590 DNS Settings         PASSED  DNSOptionsOK
A03600 SysNetw File         FAILED  Missing host.domain
A03610 NoNetwProf File      PASSED  OK
..... 
Result file: output/collect/APPS_HCVE_A_EBS122_lin_res.htm

2. 检查发现几项有问题,其中一项可能性最大: A02050 Limit Descriptors    FAILED  HardLow

主要问题是Linux 版本比较新(RH Linux 6.2),
/etc/security/limits.conf   (这个还不能满足要求)
  * hard nofile 65536
  * soft nofile 4096
  * hard nproc 16384
  * soft nproc 2047
  * hard stack 16384
  * soft stack 10240
备注: Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64
(文档 ID 1330701.1) 文档中关于limits只有上面的设置。

实际还需要如下设置: 
/etc/security/limits.d/90-nproc.conf     (文档中没有给出,Linux 6中特有的) 

*         soft  nproc  1024
root     soft  nproc  unlimited
oravis   -     nproc  2048
applvis   -     nproc  2048
其中 oravis, applvis  也可以设置为 unlimited . 

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-1260525/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/35489/viewspace-1260525/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值