Re: Dropping sockets to a particular port

From: Raj Atwal (atwalrs_at_YAHOO.COM)
Date: 05/29/03

  • Next message: Hans-Dieter Kutz: "Re: performance question"
    Date:         Thu, 29 May 2003 11:28:39 -0700
    To: aix-l@Princeton.EDU
    
    

    That would kill my notes server unfortunately. All the sockets are controlled by one PID and that PID is the notes server, so if I killed that PID I would kill my notes server, which is what I am trying to avoid.

    Unfortunately, multiple sockets to a single port do not result in multiple
    and individual PIDs. Thanks though Bruce

    Rgds

    Raj

    Bruce Zimmer <b.r.zimmer@WORLDNET.ATT.NET> wrote:

    The only way I know of is to kill the processes that are holding those ports open. You can use lsof to determine the process that is using a particular port.

    Bruce Zimmer

    Central Data Systems

    (248) 615-4644 (direct)

    (248) 320-1175 (cell)

    bzimmer@centraldata.com

    -----Original Message-----
    From: IBM AIX Discussion List [mailto:aix-l@Princeton.EDU] On Behalf Of Raj Atwal
    Sent: Thursday, May 29, 2003 1:24 PM
    To: aix-l@Princeton.EDU
    Subject: Dropping sockets to a particular port

    Hi all,

    Is it at all possible to drop certain sockets connected to a particular port on AIX via some command?

    We are having some problems on our notes servers, and the notes admin have asked me if we can drop or reset connections to domino.

    TIA

    Raj Atwal

    ______________________________
    Raj Atwal
    Senior Systems Consultant
    Braegen Group
    Toronto, ON, Canada
    (416) 366 6363
    ______________________________

    ---------------------------------

    Do you Yahoo!?
    Free online calendar with sync to Outlook(TM).

    ______________________________
    Raj Atwal
    Senior Systems Consultant
    Braegen Group
    Toronto, ON, Canada
    (416) 366 6363
    ______________________________

    ---------------------------------
    Do you Yahoo!?
    Free online calendar with sync to Outlook(TM).


  • Next message: Hans-Dieter Kutz: "Re: performance question"

    Relevant Pages

    • Re: Dropping sockets to a particular port
      ... Marlon Borba ... All the sockets are controlled by one PID and that PID is the notes server, so if I killed that PID I would kill my notes server, which is what I am trying to avoid. ...
      (AIX-L)
    • Re: Periodic Fedora 9 system hangs with jumpy mouse
      ... kill -TERM pid ... to do with graphics card and driver. ...
      (Fedora)
    • RE: threads in perl
      ... Instead of xterm I tried to invoke some other script: ... How can I kill exec after it was started in different thread? ... But threads all share the same pid, ... When life conspires against you, and no longer floats your boat, Don't waste your time with crying, just get on your back and float. ...
      (perl.beginners)
    • Re: Killing a process tree? - 1 attachment
      ... Well, you could use ps to get process and parent process pid, ... match subprocess to parent process, and kill in reverse order. ...
      (alt.os.linux)
    • trap not work in program with a subshell environment
      ... print "killed $PID." ... trap handle_signal INT TERM ... And here is the process tree. ... If I kill the second "1.ksh", ...
      (comp.unix.shell)