Re: Port access cancelling

2002-06-14 Thread Hemant K Chitale


On Unix, use netstat -a | grep port_number
to see if there is any service listening on the port.

At 11:58 PM 13-06-02 -0800, you wrote:
Hello Unix Guru's!

One of the port supposed to be used by db server has
been occupied by application servers. When I want
start a particular interface programs on DB which
access the particular port is right now busy because
it is used by apps server which is not supposed to be.
I cancelled the PID on apps server and tried run ning
the application interface on db server, but I still
get the port in use error. How do I check that this
port is in use by which apps server. We have 4 apps
servers. Last time when we had this issue we did
rebooted the apps servers to release this port. I
guess that not the perm. solution.

Please advice.


=
Thank You.

Best Regards,
Steve Johnson

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Steve Johnson
   INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Hemant K Chitale
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Port access cancelling

2002-06-14 Thread Steve Johnson

When I gave this command on my db  server nothing
responded for 10 mnts. then I cancelled the command ;
please advice.

--- Hemant K Chitale [EMAIL PROTECTED] wrote:
 
 On Unix, use netstat -a | grep port_number
 to see if there is any service listening on the
 port.
 
 At 11:58 PM 13-06-02 -0800, you wrote:
 Hello Unix Guru's!
 
 One of the port supposed to be used by db server
 has
 been occupied by application servers. When I want
 start a particular interface programs on DB which
 access the particular port is right now busy
 because
 it is used by apps server which is not supposed to
 be.
 I cancelled the PID on apps server and tried run
 ning
 the application interface on db server, but I still
 get the port in use error. How do I check that this
 port is in use by which apps server. We have 4 apps
 servers. Last time when we had this issue we did
 rebooted the apps servers to release this port. I
 guess that not the perm. solution.
 
 Please advice.
 
 
 =
 Thank You.
 
 Best Regards,
 Steve Johnson
 
 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com
 --
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 --
 Author: Steve Johnson
INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051 
 FAX: (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).
 
 -- 
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 -- 
 Author: Hemant K Chitale
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX:
 (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).


=
Thank You.

Best Regards,
Steve Johnson

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Johnson
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: Port access cancelling

2002-06-14 Thread Bill Pass

Stalled trying to do nslookups on all those IP address
probably. Try the following:
netstat -an | grep port number

It gives you IP address and ports numbers without
doing lookups.

Bill

--- Steve Johnson [EMAIL PROTECTED] wrote:
 When I gave this command on my db  server nothing
 responded for 10 mnts. then I cancelled the command
 ;
 please advice.
 
 --- Hemant K Chitale [EMAIL PROTECTED]
 wrote:
  
  On Unix, use netstat -a | grep port_number
  to see if there is any service listening on the
  port.
  
  At 11:58 PM 13-06-02 -0800, you wrote:
  Hello Unix Guru's!
  
  One of the port supposed to be used by db server
  has
  been occupied by application servers. When I want
  start a particular interface programs on DB which
  access the particular port is right now busy
  because
  it is used by apps server which is not supposed
 to
  be.
  I cancelled the PID on apps server and tried run
  ning
  the application interface on db server, but I
 still
  get the port in use error. How do I check that
 this
  port is in use by which apps server. We have 4
 apps
  servers. Last time when we had this issue we did
  rebooted the apps servers to release this port. I
  guess that not the perm. solution.
  
  Please advice.
  
  
  =
  Thank You.
  
  Best Regards,
  Steve Johnson
  
 
 __
  Do You Yahoo!?
  Yahoo! - Official partner of 2002 FIFA World Cup
  http://fifaworldcup.yahoo.com
  --
  Please see the official ORACLE-L FAQ:
  http://www.orafaq.com
  --
  Author: Steve Johnson
 INET: [EMAIL PROTECTED]
  
  Fat City Network Services-- (858) 538-5051 
  FAX: (858) 538-5051
  San Diego, California-- Public Internet
  access / Mailing Lists
 


  To REMOVE yourself from this mailing list, send
 an
  E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of
  'ListGuru') and in
  the message BODY, include a line containing:
 UNSUB
  ORACLE-L
  (or the name of mailing list you want to be
 removed
  from).  You may
  also send the HELP command for other information
  (like subscribing).
  
  -- 
  Please see the official ORACLE-L FAQ:
  http://www.orafaq.com
  -- 
  Author: Hemant K Chitale
INET: [EMAIL PROTECTED]
  
  Fat City Network Services-- (858) 538-5051 
 FAX:
  (858) 538-5051
  San Diego, California-- Public Internet
  access / Mailing Lists
 


  To REMOVE yourself from this mailing list, send an
  E-Mail message
  to: [EMAIL PROTECTED] (note EXACT spelling of
  'ListGuru') and in
  the message BODY, include a line containing: UNSUB
  ORACLE-L
  (or the name of mailing list you want to be
 removed
  from).  You may
  also send the HELP command for other information
  (like subscribing).
 
 
 =
 Thank You.
 
 Best Regards,
 Steve Johnson
 
 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com
 -- 
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 -- 
 Author: Steve Johnson
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX:
 (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).


__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Bill Pass
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: Port access cancelling

2002-06-14 Thread Seefelt, Beth


Try it without the pipe to grep and see if the netstat -a is returning
anything at all.  


-Original Message-
Sent: Friday, June 14, 2002 1:41 PM
To: Multiple recipients of list ORACLE-L


When I gave this command on my db  server nothing
responded for 10 mnts. then I cancelled the command ;
please advice.

--- Hemant K Chitale [EMAIL PROTECTED] wrote:
 
 On Unix, use netstat -a | grep port_number
 to see if there is any service listening on the
 port.
 
 At 11:58 PM 13-06-02 -0800, you wrote:
 Hello Unix Guru's!
 
 One of the port supposed to be used by db server
 has
 been occupied by application servers. When I want
 start a particular interface programs on DB which
 access the particular port is right now busy
 because
 it is used by apps server which is not supposed to
 be.
 I cancelled the PID on apps server and tried run
 ning
 the application interface on db server, but I still
 get the port in use error. How do I check that this
 port is in use by which apps server. We have 4 apps
 servers. Last time when we had this issue we did
 rebooted the apps servers to release this port. I
 guess that not the perm. solution.
 
 Please advice.
 
 
 =
 Thank You.
 
 Best Regards,
 Steve Johnson
 
 __
 Do You Yahoo!?
 Yahoo! - Official partner of 2002 FIFA World Cup
 http://fifaworldcup.yahoo.com
 --
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 --
 Author: Steve Johnson
INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051 
 FAX: (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).
 
 -- 
 Please see the official ORACLE-L FAQ:
 http://www.orafaq.com
 -- 
 Author: Hemant K Chitale
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- (858) 538-5051  FAX:
 (858) 538-5051
 San Diego, California-- Public Internet
 access / Mailing Lists


 To REMOVE yourself from this mailing list, send an
 E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of
 'ListGuru') and in
 the message BODY, include a line containing: UNSUB
 ORACLE-L
 (or the name of mailing list you want to be removed
 from).  You may
 also send the HELP command for other information
 (like subscribing).


=
Thank You.

Best Regards,
Steve Johnson

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Johnson
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Seefelt, Beth
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).