- 最后登录
- 2018-11-1
- 在线时间
- 377 小时
- 威望
- 29
- 金钱
- 6866
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 891
- 精华
- 4
- 积分
- 29
- UID
- 1
|
6#
发表于 2014-3-27 13:39:58
[oracle@vrh8 ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.200 vrh-cluster vrh-cluster-scan
192.168.1.161 vrh1 vrh1.oracle.com
192.168.1.162 vrh1-vip
172.168.1.18 vrh1-priv
192.168.1.163 vrh2 vrh2.oracle.com
192.168.1.164 vrh2-vip
172.168.1.19 vrh2-priv
192.168.1.191 vrh8 vrh8.oracle.com
172.168.1.68 vrh8-priv
192.168.1.178 mlab2
[oracle@vrh8 ~]$ lsnrctl status
LSNRCTL for Linux: Version 10.2.0.5.0 - Production on 27-MAR-2014 13:39:50
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.5.0 - Production
Start Date 03-MAR-2014 20:03:39
Uptime 23 days 17 hr. 36 min. 10 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Log File /s01/oracle/product/10.2.0.5/db_1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vrh8)(PORT=1521)))
Services Summary...
Service "G10R25" has 1 instance(s).
Instance "G10R25", status READY, has 1 handler(s) for this service...
Service "G10R25XDB" has 1 instance(s).
Instance "G10R25", status READY, has 1 handler(s) for this service...
Service "G10R25_XPT" has 1 instance(s).
Instance "G10R25", status READY, has 1 handler(s) for this service...
The command completed successfully |
|