您好,欢迎访问一九零五行业门户网

oracle 10g rac 监听名称:CRS-0210: Could not find resource

想重启监听程序,结果发现无法找到 [oracle@node1 ~]$ srvctl stop listener -n node1 crs-0210: could not find resource ora.node1.listener_node1.lsnr. 查看监听 [oracle@node1 ~]$ srvctl config nodeapps -n node1 -l 监听程序不存在。 查看具体节点 发
想重启监听程序,结果发现无法找到
[oracle@node1 ~]$ srvctl stop listener -n node1
crs-0210: could not find resource ora.node1.listener_node1.lsnr.
查看监听
[oracle@node1 ~]$ srvctl config nodeapps -n node1 -l
监听程序不存在。
查看具体节点 发现是存在的.
[oracle@node1 ~]$ srvctl config listener -n node1
node1 listener1_node1
查看crs_stat服务 黑体字 也是存在的,而且运行好好的
[oracle@node1 ~]$ crs_stat
name=ora.myrac.myrac1.inst
type=application
target=offline
state=offline
name=ora.myrac.myrac2.inst
type=application
target=offline
state=offline
name=ora.myrac.oltp.myrac1.srv
type=application
target=online
state=offline
name=ora.myrac.oltp.cs
type=application
target=offline
state=offline
name=ora.myrac.db
type=application
target=offline
state=offline
name=ora.node1.asm1.asm
type=application
target=online
state=online on node1
name=ora.node1.listener1_node1.lsnr
type=application
target=online
state=online on node1
name=ora.node1.gsd
type=application
target=online
state=online on node1
name=ora.node1.ons
type=application
target=online
state=online on node1
name=ora.node1.vip
type=application
target=online
state=online on node1
name=ora.node2.asm2.asm
type=application
target=online
state=online on node2
name=ora.node2.listener1_node2.lsnr
type=application
target=online
state=online on node2
name=ora.node2.gsd
type=application
target=online
state=online on node2
name=ora.node2.ons
type=application
target=online
state=online on node2
name=ora.node2.vip
type=application
target=online
state=online on node2
当唯一点就是srvctl的监听名称跟crs_stat 不一致.
用netca把监听删除 重新配置 使用默认的监听名称 listener 就行了
其它类似信息

推荐信息