Home > Database > Mysql Tutorial > oracle RAC listener服务启动错误 Linux Error: 111

oracle RAC listener服务启动错误 Linux Error: 111

WBOY
Release: 2016-06-07 16:35:33
Original
1242 people have browsed it

不知道怎么回事grid安装了之后其中一个节点的listener就是起不来,报错如下: [grid@rac22 ~]$ lsnrctl status LSNRCTL for Linux: Version 11.2.0.1.0 Production on 23-AUG-2013 10:31:27 Copyright (c) 1991, 2009, Oracle. All rights reserved. Connect

不知道怎么回事grid安装了之后其中一个节点的listener就是起不来,报错如下:

[grid@rac22 ~]$ lsnrctl status

LSNRCTL for Linux: Version 11.2.0.1.0 – Production on 23-AUG-2013 10:31:27

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused

修改监听配置文件listener.ora,重启server,问题依旧,最后谷歌发现hosts文件修改之后会出现这个问题。

修改/etc/hosts文件,加入以下内容

127.0.0.1 localhost.hostdomain localhost

问题解决。

[grid@rac22 ~]$ srvctl start listener -n rac22

监听启动

来源:http://space.itpub.net/23071790/viewspace-730465

无觅相关文章插件,快速提升流量

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template