AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  Issues with open port

    Posted Fri December 10, 2010 10:38 AM

    Originally posted by: jcompguru


    I hope someone can help with this issue.
    We are going through a PA-DSS audit almost finished. While running netstat I see a listener on port 42111
    I have try a couple solutions to figure what is listening on the port with no luck so any assistance would be great.

    command: #lsof -i :42111
    results: Value of I :54 np:0

    command: #netstat -Aan
    results: f1000500000c33b0 tcp4 0 0 *.42111 . LISTEN

    command: #rmsock f1000500000c33b0 tcpcb
    results: The socket 0xc3008 is being held by Kernel/Kernel Extension.

    I need to know what this is and how to close it down.

    HELP!
    #AIX-Forum


  • 2.  Re: Issues with open port

    Posted Fri December 10, 2010 03:46 PM

    Originally posted by: shargus


    Have you tried doing "lsof | grep 42111" ?
    #AIX-Forum


  • 3.  Re: Issues with open port

    Posted Fri December 10, 2010 03:55 PM

    Originally posted by: jcompguru


    I got it. I ended up just kill every possible daemon and process until it went away. Not sure which one finally did it in though. I just needed a clean netstat with no listeners for a PA-DSS audit.

    Thanks
    #AIX-Forum