LSNRCTL [message #61305] |
Tue, 13 April 2004 09:55 |
Yass Zoel
Messages: 7 Registered: April 2004
|
Junior Member |
|
|
Hello,
I have 4 instances running on the same box. These instances are up and running and so the listners, but when I do status the followin appears, can some explain this to me. Thanks...
#psasysa3:/opt/oracle/product/9.2.0.4_64/network/admin:> lsnrctl
LSNRCTL for Solaris: Version 9.2.0.4.0 - Production on 13-APR-2004 11:50:09
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Solaris: Version 9.2.0.4.0 - Production
Start Date 12-APR-2004 10:44:29
Uptime 1 days 1 hr. 5 min. 43 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /var/opt/oracle/listener.ora
Listener Log File /opt/oracle/product/9.2.0.4_64/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=psasysa3)(PORT=1521)))
Services Summary...
Service "CMIRP" has 2 instance(s).
Instance "CMIRP", status UNKNOWN, has 1 handler(s) for this service...
Instance "CMIRP", status READY, has 1 handler(s) for this service...
Service "PHID" has 2 instance(s).
Instance "PHID", status UNKNOWN, has 1 handler(s) for this service...
Instance "PHID", status READY, has 3 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "PSSR" has 2 instance(s).
Instance "PSSR", status UNKNOWN, has 1 handler(s) for this service...
Instance "PSSR", status READY, has 3 handler(s) for this service...
Service "PVIP" has 2 instance(s).
Instance "PVIP", status UNKNOWN, has 1 handler(s) for this service...
Instance "PVIP", status READY, has 3 handler(s) for this service...
The command completed successfully
|
|
|
Re: LSNRCTL [message #61321 is a reply to message #61305] |
Wed, 14 April 2004 06:51 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
it is normal. so u can ignore it.The reason for the message
"status UNKNOWN"
is,you are using SID_LIST in your LISTENER.ORA
|
|
|