oracle gipcmodNetworkProcessBind: slos dep : Address already in use (98)

1.默认rac部分进程端口号

2.常规端口号查看

netstat -taupen |grep ":42424"

3.gipc日志出现该问题时

gipcmodNetworkProcessBind: slos dep :  Address already in use (98)

查看错误定义98

[root@hract21 Desktop]# cat  /usr/include/asm-generic/errno.h | grep 98
#define    EADDRINUSE    98    /*
Address already in use */

 

gipcEndpoint : localAddr 'mcast://224.0.0.251:42424/192.168.0.1 -->   42424 is the port

说明42424端口被占用

4.处理

可能性一、

[root@hract21 Desktop]#    netstat -taupen |grep ":42424 "

udp        0      0 :::42424         ....    22338/java         

[root@hract21 Desktop]# ps -elf | grep 22338

0 S root     22338 26783  0  80   0 - 438331 futex_ 17:04 pts/12  00:00:01 java JavaUDPServer 42424

kill掉(会自己起的,不要紧)

[root@hract21 Desktop]# kill -9 22338

 

重启集群

[root@hract21 Desktop]# crsctl stop crs -f

[root@hract21 Desktop]# crsctl start crs

可能性二、

[root@hract21 Desktop]#    netstat -taupen |grep ":42424"

udp        0      0 :::42424         ....    mdns    

源头是其他进程

netstat -taupen |grep "mdns"

kill掉(会自己起的,不要紧)

重启集群

[root@hract21 Desktop]# crsctl stop crs -f

[root@hract21 Desktop]# crsctl start crs

  • 8
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

汪灵骅

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值