<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: lsof and tcp port opened by rpcbind in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915589#M529094</link>
    <description>&lt;P&gt;Try searching for the ports with lsof.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lsof -i tcp:111&lt;/P&gt;&lt;P&gt;lsof -i udp:111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will show any the processes accessing tcp/udp port 111.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Dec 2012 17:08:31 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2012-12-27T17:08:31Z</dc:date>
    <item>
      <title>lsof and tcp port opened by rpcbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915523#M529093</link>
      <description>&lt;P&gt;One strange thing for&amp;nbsp;lsof and tcp port opened by rpcbind when using in HP-UX 11.11 and 11.23, please&lt;/P&gt;&lt;P&gt;refe to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# uname -a&lt;BR /&gt;HP-UX hpux1 B.11.11 U 9000/785 2008042368 unlimited-user license&lt;/P&gt;&lt;P&gt;# rpcinfo -p | grep rpcbind&lt;BR /&gt;100000 4 tcp 111 rpcbind&lt;BR /&gt;100000 3 tcp 111 rpcbind&lt;BR /&gt;100000 2 tcp 111 rpcbind&lt;BR /&gt;100000 4 udp 111 rpcbind&lt;BR /&gt;100000 3 udp 111 rpcbind&lt;BR /&gt;100000 2 udp 111 rpcbind&lt;/P&gt;&lt;P&gt;# netstat -an | grep '\*.111'&lt;BR /&gt;tcp 0 0 *.111 *.* LISTEN&lt;BR /&gt;udp 0 0 *.111 *.*&lt;/P&gt;&lt;P&gt;# lsof -i -P | grep ':111'&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; No output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# uname -a&lt;BR /&gt;HP-UX &lt;SPAN&gt;hpux2&lt;/SPAN&gt;&amp;nbsp;B.11.23 U ia64 2249887032 unlimited-user license&lt;/P&gt;&lt;P&gt;# rpcinfo -p | grep rpcbind&lt;BR /&gt;100000 4 tcp 111 rpcbind&lt;BR /&gt;100000 3 tcp 111 rpcbind&lt;BR /&gt;100000 2 tcp 111 rpcbind&lt;BR /&gt;100000 4 udp 111 rpcbind&lt;BR /&gt;100000 3 udp 111 rpcbind&lt;BR /&gt;100000 2 udp 111 rpcbind&lt;/P&gt;&lt;P&gt;# netstat -an | grep '\*.111'&lt;BR /&gt;tcp 0 0 *.111 *.* LISTEN&lt;BR /&gt;udp 0 0 *.111 *.*&lt;/P&gt;&lt;P&gt;# lsof -i -P | grep ':111'&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; No output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# uname -a&lt;BR /&gt;HP-UX &lt;SPAN&gt;hpux3&lt;/SPAN&gt;&amp;nbsp;B.11.31 U ia64 2249887032 unlimited-user license&lt;/P&gt;&lt;P&gt;# rpcinfo -p | grep rpcbind&lt;BR /&gt;100000 4 tcp 111 rpcbind&lt;BR /&gt;100000 3 tcp 111 rpcbind&lt;BR /&gt;100000 2 tcp 111 rpcbind&lt;BR /&gt;100000 4 udp 111 rpcbind&lt;BR /&gt;100000 3 udp 111 rpcbind&lt;BR /&gt;100000 2 udp 111 rpcbind&lt;/P&gt;&lt;P&gt;# netstat -an | grep '\*.111'&lt;BR /&gt;tcp 0 0 *.111 *.* LISTEN&lt;BR /&gt;udp 0 0 *.111 *.*&lt;/P&gt;&lt;P&gt;/# lsof -i -P | grep ':111'&lt;BR /&gt;rpcbind 1539 root 3u IPv4 0xe000000332d30580 0t0 UDP *:111 (Idle)&lt;BR /&gt;rpcbind 1539 root 6u IPv4 0xe000000332d31480 0t0 TCP *:111 (LISTEN)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Only HP-UX 11.31 lsof can get&amp;nbsp;&lt;SPAN&gt;TCP *:111 (LISTEN)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the following is the lsof for rpcbind in HP-UX 11.11 and 11.23:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11.11&lt;/P&gt;&lt;P&gt;# ps -ef | grep rpcbind&lt;BR /&gt;root 696 1 0 Nov 24 ? 0:00 /usr/sbin/rpcbind&lt;BR /&gt;hputaix1:/# lsof -p 696&lt;BR /&gt;COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;rpcbind 696 root cwd DIR 64,0x3 8192 2 /&lt;BR /&gt;rpcbind 696 root txt REG 64,0x3 73728 104055 / (/dev/vg00/lvol3)&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 16384 8169 /usr/lib/libstraddr.1&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 135168 103910 /usr/lib/libxti.2&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 745472 18504 /usr/lib/libnsl.1&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 1822720 7115 /usr/lib/libc.2&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 24576 128811 /usr/lib/libdld.2&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 74000 61667 /opt/graphics/OpenGL/lib/libogltls.2&lt;BR /&gt;rpcbind 696 root mem REG 64,0x3 393216 128809 /usr/lib/dld.sl&lt;BR /&gt;rpcbind 696 root 0u CHR 3,0x2 0t0 256 /dev/null&lt;BR /&gt;rpcbind 696 root 1u CHR 3,0x2 0t0 256 /dev/null&lt;BR /&gt;rpcbind 696 root 2u CHR 3,0x2 0t0 256 /dev/null&lt;BR /&gt;rpcbind 696 root 3u FIFO 0x406b2048 0t0 119&lt;BR /&gt;rpcbind 696 root 4u STR 22,0x780001 0t0 164 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 696 root 5u STR 22,0x7c0001 0t0 164 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 696 root 6u STR 22,0x800001 0t0 164 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 696 root 7u STR 21,0x840001 0t0 166 /dev/tcp-&amp;gt;tcpm-&amp;gt;ip&lt;BR /&gt;rpcbind 696 root 8u STR 21,0x880001 0t0 166 /dev/tcp-&amp;gt;tcpm-&amp;gt;ip&lt;BR /&gt;rpcbind 696 root 9u STR 36,0x4 0t0 1743 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 696 root 10u STR 36,0x5 0t0 1743 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 696 root 11u STR 36,0x6 0t0 1743 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 696 root 12u STR 44,0x7 0t0 1749 /dev/tlcotsod-&amp;gt;tlcotsod&lt;BR /&gt;rpcbind 696 root 13u STR 44,0x8 0t0 1749 /dev/tlcotsod-&amp;gt;tlcotsod&lt;BR /&gt;rpcbind 696 root 14u STR 37,0x9 0t0 1744 /dev/tlcots-&amp;gt;tlcots&lt;BR /&gt;rpcbind 696 root 15u STR 37,0xa 0t0 1744 /dev/tlcots-&amp;gt;tlcots&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; No&amp;nbsp;&lt;SPAN&gt;TCP *:111 (LISTEN)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;11.23:&lt;/P&gt;&lt;P&gt;# ps -ef | grep rpcbind&lt;BR /&gt;root 1277 1 0 Nov 24 ? 0:01 /usr/sbin/rpcbind&lt;BR /&gt;root 10230 9756 1 23:35:55 pts/0 0:00 grep rpcbind&lt;/P&gt;&lt;P&gt;# lsof -p 1277&lt;BR /&gt;COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;rpcbind 1277 root cwd DIR 64,0x3 8192 2 /&lt;BR /&gt;rpcbind 1277 root txt REG 64,0x7 171740 6573 /usr (/dev/vg00/lvol7)&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x6 302908 77506 /opt/star-ncf-prod/ep_patch/usr/lib/hpux32/libxti.so.1&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 4645140 41140 /usr/lib/hpux32/libc.so.1&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 1570840 39925 /usr/lib/hpux32/libnsl.so.1&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 34616 1193 /usr (/dev/vg00/lvol7)&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 76236 54827 /usr/lib/hpux32/libdl.so.1&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 1066308 54826 /usr/lib/hpux32/dld.so&lt;BR /&gt;rpcbind 1277 root mem REG 64,0x7 176960 54829 /usr/lib/hpux32/uld.so&lt;BR /&gt;rpcbind 1277 root 0u CHR 3,0x2 0t0 72 /dev/null&lt;BR /&gt;rpcbind 1277 root 1u CHR 3,0x2 0t0 72 /dev/null&lt;BR /&gt;rpcbind 1277 root 2u CHR 3,0x2 0t0 72 /dev/null&lt;BR /&gt;rpcbind 1277 root 3u FIFO 0xe00000013cf44208 0t0 1042&lt;BR /&gt;rpcbind 1277 root 4u STR 18,0xd00000 0t0 22 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 1277 root 5u STR 18,0xd40000 0t0 22 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 1277 root 6u STR 18,0xd80000 0t0 22 /dev/udp-&amp;gt;udpm-&amp;gt;ip&lt;BR /&gt;rpcbind 1277 root 7u STR 20,0xdc0000 0t0 23 /dev/tcp-&amp;gt;tcpm-&amp;gt;ip&lt;BR /&gt;rpcbind 1277 root 8u STR 20,0xe00000 0t0 23 /dev/tcp-&amp;gt;tcpm-&amp;gt;ip&lt;BR /&gt;rpcbind 1277 root 9u STR 48,0x4 0t0 865 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 1277 root 10u STR 48,0x5 0t0 865 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 1277 root 11u STR 48,0x6 0t0 865 /dev/tlclts-&amp;gt;tlclts&lt;BR /&gt;rpcbind 1277 root 12u STR 44,0x7 0t0 863 /dev/tlcotsod-&amp;gt;tlcotsod&lt;BR /&gt;rpcbind 1277 root 13u STR 44,0x8 0t0 863 /dev/tlcotsod-&amp;gt;tlcotsod&lt;BR /&gt;rpcbind 1277 root 14u STR 45,0x9 0t0 864 /dev/tlcots-&amp;gt;tlcots&lt;BR /&gt;rpcbind 1277 root 15u STR 45,0xa 0t0 864 /dev/tlcots-&amp;gt;tlcots&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Does anyone know why 11.11 and 11.23 lsof output can't find "&lt;SPAN&gt;TCP *:111 (LISTEN)&lt;/SPAN&gt;"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 15:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915523#M529093</guid>
      <dc:creator>dl1963tw</dc:creator>
      <dc:date>2012-12-27T15:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: lsof and tcp port opened by rpcbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915589#M529094</link>
      <description>&lt;P&gt;Try searching for the ports with lsof.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;lsof -i tcp:111&lt;/P&gt;&lt;P&gt;lsof -i udp:111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will show any the processes accessing tcp/udp port 111.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2012 17:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915589#M529094</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-12-27T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: lsof and tcp port opened by rpcbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915701#M529095</link>
      <description>&lt;P&gt;Hello Patrick:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks a lot to your reply, and the following is my tests in HP-UX 11.23&lt;/P&gt;&lt;P&gt;# /usr/local/bin/lsof -v&lt;BR /&gt;lsof version information:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; revision: 4.84&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest revision: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest FAQ: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest man page: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; configuration info: PSTAT-based&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; constructed: Wed Aug 25 17:48:51 BST 2010&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; constructed by and on: &lt;A href="mailto:root@valhalla" target="_blank"&gt;root@valhalla&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compiler: /bin/cc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compiler flags: -DHAS_CONST -DHPUXV=1123 -D_PSTAT64 -Ae +DD32 -DHASIPv6 -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="B.11.23" -O&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loader flags: -L./lib -llsof&amp;nbsp; -lnsl&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; system info: HP-UX valhalla B.11.23 U ia64 0392673761 unlimited-user license&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only root can list all files.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /dev warnings are disabled.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel ID check is disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Version: 4.84&lt;/P&gt;&lt;P&gt;# /usr/local/bin/lsof -i tcp:111&lt;/P&gt;&lt;P&gt;/usr/local/bin/lsof -i udp:111&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Both have no outputs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HP-UX 11.11 gets the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But 11.31 is workable:&lt;/P&gt;&lt;P&gt;lsof -v&lt;BR /&gt;lsof version information:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; revision: 4.84&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest revision: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest FAQ: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; latest man page: &lt;A href="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man" target="_blank"&gt;ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; configuration info: PSTAT-based&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; constructed: Wed Aug 25 17:38:57 BST 2010&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; constructed by and on: &lt;A href="mailto:root@neon" target="_blank"&gt;root@neon&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compiler: /bin/cc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; compiler flags: -DHAS_CONST -DHPUXV=1131 -D_PSTAT64 -Ae +DD32 -DHASIPv6 -D_PSTAT_STREAM_GET_XPORT -D_LARGEFILE64_SOURCE -DHAS_STRFTIME -DLSOF_VSTR="B.11.31" -O&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; loader flags: -L./lib -llsof&amp;nbsp; -lnsl&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; system info: HP-UX neon B.11.31 U ia64 3980317654 unlimited-user license&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only root can list all files.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /dev warnings are disabled.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kernel ID check is disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# /usr/local/bin/lsof -i tcp:111&lt;BR /&gt;COMMAND&amp;nbsp; PID USER&amp;nbsp;&amp;nbsp; FD&amp;nbsp;&amp;nbsp; TYPE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;rpcbind 1539 root&amp;nbsp;&amp;nbsp;&amp;nbsp; 6u&amp;nbsp; IPv4 0xe000000332d31480&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0t0&amp;nbsp; TCP *:portmap (LISTEN)&lt;BR /&gt;# /usr/local/bin/lsof -i udp:111&lt;BR /&gt;COMMAND&amp;nbsp; PID USER&amp;nbsp;&amp;nbsp; FD&amp;nbsp;&amp;nbsp; TYPE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;rpcbind 1539 root&amp;nbsp;&amp;nbsp;&amp;nbsp; 3u&amp;nbsp; IPv4 0xe000000332d30580&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0t0&amp;nbsp; UDP *:portmap (Idle)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I make sure all of my lab machines for 11.11, 11.23 and 11.31 have rpcfind process running, but&lt;/P&gt;&lt;P&gt;only 11.31 can show output for lsof -i tcp:111 and lsof -i udp:111???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Danny&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2012 01:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5915701#M529095</guid>
      <dc:creator>dl1963tw</dc:creator>
      <dc:date>2012-12-28T01:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: lsof and tcp port opened by rpcbind</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5924565#M529096</link>
      <description>&lt;P&gt;Solutin found, you can use xportshow from HP to solve this issue.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 09:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lsof-and-tcp-port-opened-by-rpcbind/m-p/5924565#M529096</guid>
      <dc:creator>dl1963tw</dc:creator>
      <dc:date>2013-01-08T09:58:01Z</dc:date>
    </item>
  </channel>
</rss>

