oracle udp sendspace,rfc1323, sb_max, tcp_sendspace, udp_sendspace, udp_recvspace报错

OS:AIX 6100-07

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

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

0818b9ca8b590ca3270a3433284dd417.png

通过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

INFO: *********************************************

INFO: Network parameter -

rfc1323: Checks if the network parameter is set correctly on the system

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: ―――――――――――――――�

INFO: Verification Result for Node:racnode1

INFO: Expected Value:1

INFO: Actual Value:en2=0

INFO: Error Message:

PRVE-0273 : The value of network parameter “rfc1323″ for interface “en2″ is not configured to the expected value on node “racnode1″.[Expected="1"; Found="en2=0"]

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:

INFO: *********************************************

INFO: Network parameter -

tcp_sendspace: Checks if the network parameter is set correctly on the system

INFO: Severity:IGNORABLE

INFO: OverallStatus:VERIFICATION_FAILED

INFO: ―――――――――――――――�

INFO: Verification Result for Node:racnode1

INFO: Expected Value:1

INFO: Actual Value:en2=0

INFO: Error Message:

PRVE-0273 : The value of network parameter “tcp_sendspace” for interface “en10″ is not configured to the expected value on node “racnode1″.[

Expected="

65536";

Found="en10=

262144"]

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

再次检查就通过了!

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值