OS:AIX 6100-07

ORACLE 11.2.0.2 RAC for aix安装检测不通过

有rfc1323, sb_max, tcp_sendspace, udp_sendspace, udp_recvspace警告!

通过my oracle support查询到该问题是11.2.0.3下的bug,bug号为:bug 13077654

PRVE-0273 : The value of network parameter “udp_sendspace” for interface “en0″ is not configured to the expected value on node “racnode1″

bug 13077654 - AIX specific

On AIX, runInstaller complains network parameter setting: ipqmaxlen, rfc1323, sb_max, tcp_sendspace, udp_sendspace, udp_recvspace

Manually verified with “ifconfig” and “/usr/sbin/no”, the setting is as expected

This bug is fixed in 12.1 and onward

The workaround is to create a symbolic as root:

# ln -s /usr/sbin/no /etc/no

通过这样link一下问题还是不能解决。

bug 13531373 - AIX specific

On AIX, runInstaller complains network parameter setting even when they are bigger than required:

As you can see, the expected value is 65536, and the current value is 262144 is satisfies the requirement.

The fix is included in 11.2.0.3 GI PSU2, 11.2.0.4 and above, the error can be ignored.

通过再次查询,有这样的解决方法:

1)修改:/etc/rc.net  添加如下:

if [ -f /usr/sbin/no ] ; then
/usr/sbin/no -p -o tcp_ephemeral_low=9000
/usr/sbin/no -p -o udp_ephemeral_low=9000
/usr/sbin/no -p -o tcp_ephemeral_high=65500
/usr/sbin/no -p -o udp_ephemeral_high=65500
/usr/sbin/no -p -o udp_sendspace=65536
/usr/sbin/no -p -o udp_recvspace=655360
/usr/sbin/no -p -o tcp_sendspace=65536
/usr/sbin/no -p -o tcp_recvspace=65536
/usr/sbin/no -p -o rfc1323=1
/usr/sbin/no -p -o sb_max=4194304
/usr/sbin/no -r -o ipqmaxlen=512
fi

2) root用户下建:

ln -s /usr/sbin/no /etc/no

再次检查就通过了!

转载于:https://blog.51cto.com/803517/1354686

rfc1323, sb_max, tcp_sendspace, udp_sendspace, udp_recvspace报错相关推荐

  1. 继承WebMvcConfigurer 和 WebMvcConfigurerAdapter类依然CORS报错? springboot 两种方式稳定解决跨域问题

    继承WebMvcConfigurer 和 WebMvcConfigurerAdapter类依然CORS报错???springboot 两种方式稳定解决跨域问题! 之前我写了一篇文章,来解决CORS报错 ...

  2. Access to XMLHttpRequest at file from origin ‘null‘ has been blocked by CORS policy谷歌浏览器本地打开项目js文件报错

    Access to XMLHttpRequest at 'file:///xxxxx/PQ.BaseInfo.proto' from origin 'null' has been blocked by ...

  3. go build 编译报错 missing go.sum entry for module providing package

    go build 编译报错 missing go.sum entry for module providing package 解决方法 // 移除未使用的依赖 go mod tidy 再次编译,就可 ...

  4. docker报错:driver failed programming external connectivity on endpoint, iptables:No chain by that name

    docker 报错: Error response from daemon: Cannot restart container hello: driver failed programming ext ...

  5. mybatis查询报错:com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from string

    mybatis查询报错: com.mysql.cj.exceptions.DataConversionException: Cannot determine value type from strin ...

  6. mongo报错:not authorized on bb to execute command { create: \“xxx\“...}

    mongo报错: {"ok" : 0,"errmsg" : "not authorized on bb to execute command { cr ...

  7. restTemplate http请求报错:no suitable HttpMessageConverter found for response type and content type

    报错信息: org.springframework.web.client.UnknownContentTypeException: Could not extract response: no sui ...

  8. 解决gitte提交报错 error: GE007: Your push would publish a private email address.

    错误情况: gitte提交报错,无法提交上去,报错如下: remote: Powered by GITEE.COM [GNK-6.0] remote: error: GE007: Your push ...

  9. JS Uncaught SyntaxError:Unexpected identifier异常报错原因及其解决方法

    最近在写ajax的时候,调用js方法,遇到了Uncaught SyntaxError:Unexpected identifier异常报错,开始搞不清原因,很苦恼. 以为是js方法参数个数和长度的问题, ...

最新文章

  1. 尼姆博奕 (Nimm Game) 异或运算;
  2. 股票交易应用系统的性能分析工具介绍(一)
  3. PHPRunner(网页制作工具)v10.3中文版
  4. Spring学习笔记(三) AOP_annotation,AOP_XML
  5. boost::geometry::index::intersects用法的测试程序
  6. js技巧之与或运算符 || 妙用
  7. CCNP-第十篇-BGP(二)
  8. docker-compose的介绍与安装(结合官方文档)
  9. C-free在编写代码的过程中遇到方向键失灵,回车键失灵,换行失灵,但是可以正常输入的解决办法!!!!!
  10. DXUT框架剖析系列文章(原创:天行健 君子当自强而不息)
  11. Python机器学习——概念及其物理解释
  12. python在哪里写代码-python的代码在哪编写
  13. C#中的线程lt;一gt;
  14. DM6437 平台概况
  15. jupyter不显示直接保存图片
  16. 【2D 目标检测】CornerNet: Detecting Objects as Paired Keypoints
  17. oracle投毒漏洞检测,Oracle Database Server 'TNS Listener'远程数据投毒漏洞(CVE-2012-1675)的完美解决方法...
  18. 《Windows 8 权威指南》——1.2 Windows 8平板模式下IE浏览器网页
  19. 非组蛋白带什么电荷_非组蛋白是构成真核生物染色体的基本结构蛋白, 富含带正电荷的精氨酸( Arg ) 和赖氨酸( Lys ) 等碱 性氨基酸。_学小易找答案...
  20. class java.util.LinkedHashMap cannot be cast to xxxx.xxx.xxxx

热门文章

  1. 将字符串生成艺术字pyfiglet.figlet_format
  2. 【CISSP备考笔记】第5章 身份与访问管理
  3. videojs兼容用法
  4. Python字典(dict)详解
  5. Syzmlw 赵氏孤儿 电影
  6. 小秘谈币:如何把在币圈的你从幽静而黑暗的深渊拉回来
  7. 林书豪050-惊人季前赛
  8. python isnumeric函数用法_Python 字符串 isnumeric() 方法
  9. Python程序--整蛊朋友
  10. 15个你不得不知道的Chrome dev tools的小技巧