免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: nds521
打印 上一主题 下一主题

[故障求助] HACMP的cluster.log中不断报错 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2012-08-01 11:26 |只看该作者
按照大家给的建议都检查过了。
HA心跳和同步验证都没有问题,现在还是在cluster.log中每隔一小时产生一次这个信息。

论坛徽章:
0
12 [报告]
发表于 2012-08-01 11:30 |只看该作者
yddll 发表于 2012-07-26 21:51
lslpp -l |grep -i tivoli看看


然后该怎么做,跟tivoli的安装有关吗?

论坛徽章:
0
13 [报告]
发表于 2013-12-25 18:28 |只看该作者
- I asked if /var/adm was filling up...  ->
it's redirecting to envision central server,it's filling up in that
server
-- what exact version of AIX (oslevel -s )?
IV00823  SLP_SRVREG USES 100% CPU OR DUMPS CORE
IV07482  SLP_SRVREG LEAKS MEMORY
IV02032  SLP_SRVREG FILLS SYSLOG WITH DEBUG MESSAGES
IV07657  SLP_SRVREG USES LARGE AMOUNTS OF CPU BUT IS STILL RESPONSIVE
# oslevel -s
6100-06-03-1048
- He didn't know if they use IBM Systems Director...
http://www-03.ibm.com/systems/software/director/
If you are not using IBM Systems Director (which is usually the case)
you can do the following to stop the daemons and eliminate the unwanted
messages. # cp /etc/inittab /etc/inittab.bak
# vi /etc/inittab
Comment out the following two lines with a colon.
:platform_agent:2nce:/usr/bin/startsrc -s platform_agent >/dev/null
2>&1   (doesn't apply in this case)
:cimservices:2nce:/usr/bin/startsrc -s cimsys >/dev/null 2>&1
Save the file.
.
Refresh the inittab file
# telinit q
# stopsrc -s platform_agent
# stopsrc -s cimsys
# ps -ef |grep slp
If you have slp_srvreg process running, kill process id if running.
.
The above steps should prevent slp from logging to syslog.



Action Taken:
-------------
- Nick Gimben contacted me regarding the above messages, which are
related to Service Location Protocol (SLP).

From the snap:
# ps -ef | grep slp_srvreg
     UID      PID     PPID   C    STIME    TTY  TIME CMD
    root  4194436        1   0 13:01:01      -  0:09 ./slp_srvreg -D

# lssrc -a
Subsystem         Group            PID          Status
platform_agent                    3670134      active
cimsys                            3211398      active

- SLP provides a flexible and scalable framework for providing hosts
with access to information about the existence, location, and
configuration of network services.
- The SLP service is primarily used by IBM Systems Director.

- Customer is not using IBM Systems Director, he can go ahead and
disable the SLP service using the following steps:
1) # slp_srvreg -k
If the slp_srvreg server is still running after using "slp_srvreg -k",
kill it manually with a kill -9:
# ps -ef | grep slp_srvreg
# kill -9 <slp_pid>
2) # stopsrc -s cimsys
3) # stopsrc -s platform_agent
4) To prevent the slp_srvreg server from starting when the system is
rebooted, comment out the following two lines in /etc/inittab:
From:
platform_agent:2nce:/usr/bin/startsrc -s platform_agent >/dev/null
2>&1
cimservices:2nce:/usr/bin/startsrc -s cimsys >/dev/null 2>&1
To (use a colon : for the comment sign in the /etc/inittab file):
: platform_agent:2nce:/usr/bin/startsrc -s platform_agent >/dev/null
2>&1
: cimservices:2nce:/usr/bin/startsrc -s cimsys >/dev/null 2>&1

Action Plan: Closing Secondary & Leaving Primary with Nick for Closure.
------------
+WSAS ROBOT ID         -5765G6200  -L103/-------P2S2-13/12/23-12:43--AT

Netcom: Assigned to M Aly
+WSAS ROBOT ID         -5765G6200  -L103/-------P2S2-13/12/23-12:43--AL
+GIMBEN, NICK          -5765G6200  -L16A/-------P2S2-13/12/23-12:47--AT

Customer Rep:   Denis

Action Taken: /var/adm/messages is filling up /var.

Conf NETC,  Mihammed

Had him check if they are using Systems Director,  he says no.

So,

from PSDB:

The error you are receiving is related to Service Location Protocol
(SLP).

From the snap:
# ps -ef | grep slp_srvreg
     UID      PID     PPID   C    STIME    TTY  TIME CMD
    root  4194436        1   0 13:01:01      -  0:09 ./slp_srvreg -D

# lssrc -a
Subsystem         Group            PID          Status
platform_agent                    3670134      active
cimsys                            3211398      active

Please Note:
- SLP provides a flexible and scalable framework for providing hosts
with access to information about the existence, location, and
configuration of network services.
- The SLP service is primarily used by IBM Systems Director.

If you are not using IBM Systems Director, you can go ahead and disable
the SLP service using the following steps:
1) # slp_srvreg -k
If the slp_srvreg server is still running after using "slp_srvreg -k",
kill it manually with a kill -9:
# ps -ef | grep slp_srvreg
# kill -9 <slp_pid>
2) # stopsrc -s cimsys
3) # stopsrc -s platform_agent
4) To prevent the slp_srvreg server from starting when the system is
rebooted, comment out the following two lines in /etc/inittab:
From:
platform_agent:2nce:/usr/bin/startsrc -s platform_agent >/dev/null
2>&1
cimservices:2nce:/usr/bin/startsrc -s cimsys >/dev/null 2>&1
To (use a colon : for the comment sign in the /etc/inittab file):
: platform_agent:2nce:/usr/bin/startsrc -s platform_agent >/dev/null
2>&1
: cimservices:2nce:/usr/bin/startsrc -s cimsys >/dev/null 2>&

He followed those steps,  and the file is no longer growing.

论坛徽章:
0
14 [报告]
发表于 2015-01-09 11:59 |只看该作者
coolcat982 发表于 2013-12-25 18:28
- I asked if /var/adm was filling up...  ->
it's redirecting to envision central server,it's fillin ...

时隔多年,这个帖子终于可以结了!!!感谢各位朋友热心帮助!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP