I am able to start the server no issues in that.

my question is
when the listener is started and when i want to see the status it throws error.
[oracle@oracle10g bin]$ pwd
/u01/app/oracle/product/10.1.0/db_1/bin

[oracle@oracle10g bin]$ lsnrctl status

LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 31-MAY-2005 14:18:59

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12541: TNS:no listener
TNS-12560: TNSrotocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.35)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNSrotocol adapter error
TNS-00511: No listener
Linux Error: 111: Connection refused


why so.

I am at bin directory too.