温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

oracle11g监听网卡总断(二)

发布时间:2020-06-02 16:50:26 来源:网络 阅读:1018 作者:yangjunfeng 栏目:数据库

主机:HP-UX essaop1 B.11.31 U ia64 1945507590 unlimited-user license

数据库:Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

该系统主机数据库监听服务器,启停不超过5分钟就会自动重启。业务短暂的受到影响。重启过操作系统网卡APA服务后,3个月又开始频繁重启。

xx.xx.89.3_aop数据库,监听总是重启。经过在Oracle Support官网查询,及其与一个bug相匹配。

vi /oracle/grid/11.2.0/log/essaop2/agent/crsd/orarootagent_root/orarootagent_root.log

2015-08-13 09:42:09.500: [    AGFW][10] {2:56751:2} Agent received the message: AGENT_HB[Engine] ID 12293:2614441

2015-08-13 09:42:12.618: [ default][271023]ICMP Ping from xxx.xxx.89.3 to xx.xx.89.62

2015-08-13 09:42:12.638: [ default][271023]clsicmp_pingdecode recvd other process's packet

2015-08-13 09:42:12.638: [ora.net1.network][271023] {0:2:9230} [check] NetworkAgent::checkLink returned false

2015-08-13 09:42:12.640: [    AGFW][10] {0:2:9230} ora.net1.network essaop2 1 state changed from: ONLINE to: OFFLINE

2015-08-13 09:42:12.640: [    AGFW][10] {0:2:9230} Switching online monitor to offline one

2015-08-13 09:42:12.641: [    AGFW][10] {0:2:9230} Started implicit monitor for [ora.net1.network essaop2 1] interval=60000 delay=60000

 

meatlink   Bug 16039587 。

HP UNIX下需要操作系统打个补丁:

Cause

The issue was investigated in Bug 16039587, the cause is HP-UX bug, basically the contention of address memory range lock on kernel memory causes poll(2) timeout and affects orarootagent process.

 

Solution

Apply OS kernel patch PHKL_42850.

找到相关补丁,进行了工单审批,到实施完成。AOP数据库监听闪断重大隐患已经解决。 

STARTED_AT                UPTIME

--------------------------------------------------------------------------------

18-SEP-2015 23:35:29      2 day(s), 10 hour(s), 2 minute(s), 54 seconds     数据库启动时间

 

SQL> !uptime

  9:38am  up 2 days, 11:15,  1 user,  load average: 0.03, 0.03, 0.03        主机启动时间

 

SQL> !lsnrctl status                                                        数据库监听启动时间

 

LSNRCTL for HPUX: Version 11.2.0.3.0 - Production on 21-SEP-2015 09:50:45

 

Copyright (c) 1991, 2011, Oracle.  All rights reserved.

 

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

STATUS of the LISTENER

------------------------

Alias                     LISTENER

Version                   TNSLSNR for HPUX: Version 11.2.0.3.0 - Production

Start Date                18-SEP-2015 23:34:01

Uptime                    2 days 10 hr. 16 min. 44 sec

Trace Level               off

Security                  ON: Local OS Authentication

SNMP                      OFF

Listener Parameter File   /oracle/grid/11.2.0/network/admin/listener.ora

Listener Log File         /oracle/grid/base/diag/tnslsnr/essaop2/listener/alert/log.xml

Listening Endpoints Summary...

  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=132.35.89.3)(PORT=1521)))

  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=132.35.89.4)(PORT=1521)))

Services Summary...

Service "+ASM" has 1 instance(s).

  Instance "+ASM2", status READY, has 1 handler(s) for this service...

Service "essaop" has 1 instance(s).

  Instance "essaop2", status READY, has 1 handler(s) for this service...

Service "essaopXDB" has 1 instance(s).

  Instance "essaop2", status READY, has 1 handler(s) for this service...

The command completed successfully


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI