Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How can I find out what is bound to port 9001?

463 views
Skip to first unread message

Tom Ray

unread,
Oct 21, 1999, 3:00:00 AM10/21/99
to
Hi all!
Our Oracle forms listener is started by binding it to port 9001. I am
unable to start the forms listener today on port 9001. Is there a way to
check the status of the port?

Thanks in advance,

Tom
tr...@voicenet.com

BEggertDP

unread,
Oct 21, 1999, 3:00:00 AM10/21/99
to
Try doing a netstat -a | grep LISTEN


Ken Pizzini

unread,
Oct 21, 1999, 3:00:00 AM10/21/99
to
On 21 Oct 1999 14:04:42 GMT, Tom Ray <tr...@voicenet.com> wrote:
> Our Oracle forms listener is started by binding it to port 9001. I am
>unable to start the forms listener today on port 9001. Is there a way to
>check the status of the port?

Use "lsof":
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof

--Ken Pizzini

LAIX Software Consulting

unread,
Oct 22, 1999, 3:00:00 AM10/22/99
to
You can use netstat -a to see if anything is or download lsof and use lsof -i
tcp:9001 to see what process ID has that port open.

Regards,
Paul

Tom Ray wrote:

> Hi all!


> Our Oracle forms listener is started by binding it to port 9001. I am
> unable to start the forms listener today on port 9001. Is there a way to
> check the status of the port?
>

Tony R. Bennett

unread,
Oct 22, 1999, 3:00:00 AM10/22/99
to
In article <19991021125825...@ng-cg1.aol.com>,

BEggertDP <begg...@aol.com> wrote:
>Try doing a netstat -a | grep LISTEN
>

Try lsof to determine the pid of the process on that port.
--
Anti-spam filter: I am not root@localhost
trb@teleport dot com COM Public Access User --- Not affiliated with Teleport

0 new messages