<?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: system administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601997#M34445</link>
    <description>lsof is good for checking on ports. &lt;BR /&gt;If you want to do more serious sniffing, Ethereal is free and a pretty power sniffer as well.&lt;BR /&gt;&lt;BR /&gt;Just another option,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;..here's the thread if you decide to try it, to help get it working...it's at the  same porting site as above..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x56b9cf38d6bdd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x56b9cf38d6bdd5118ff10090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Fri, 26 Oct 2001 15:03:56 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-10-26T15:03:56Z</dc:date>
    <item>
      <title>system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601991#M34439</link>
      <description>Is there any way I can monitor ports in unix ?&lt;BR /&gt;I have a frontend server and a backend server. The application on the frontend uses certain ports to access the database on the backend server. I need to monitor these ports. &lt;BR /&gt;I have Patrol from BMC, with which I can monitor log files for a certain search string.&lt;BR /&gt;Can I write a script which generates a log file and this log file in turn is monitored by Patrol.&lt;BR /&gt;I tried using telnet, but did not succeed.&lt;BR /&gt;Please give some clue/help.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Jayant &lt;BR /&gt;</description>
      <pubDate>Fri, 26 Oct 2001 07:24:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601991#M34439</guid>
      <dc:creator>Jayant Butte_1</dc:creator>
      <dc:date>2001-10-26T07:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601992#M34440</link>
      <description>try lsof and/or netstat -an&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 26 Oct 2001 07:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601992#M34440</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-10-26T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601993#M34441</link>
      <description>By monitor, do you mean you want (a) some sort of port sniffer, i.e. some program which sees all the traffic going through on that port, or are you just trying to see (b) which ports are in use and possibly (c) by which process.&lt;BR /&gt;&lt;BR /&gt;If its (a), then you'd have to use something like snort (&lt;A href="http://www.snort.org)" target="_blank"&gt;www.snort.org)&lt;/A&gt; or nettl (bundled with os).  If its (b), then netstat -an|grep LISTEN.  If its (c), then lsof -i.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 26 Oct 2001 07:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601993#M34441</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-26T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601994#M34442</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at ngrep and dsniff&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openbsd.org/cgi-bin/cvsweb/ports/net/ngrep/" target="_blank"&gt;www.openbsd.org/cgi-bin/cvsweb/ports/net/ngrep/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.monkey.org/~dugsong/dsniff/" target="_blank"&gt;http://www.monkey.org/~dugsong/dsniff/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Fri, 26 Oct 2001 09:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601994#M34442</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-10-26T09:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601995#M34443</link>
      <description>Jayant,&lt;BR /&gt;&lt;BR /&gt;  If your intention is to just monitor&lt;BR /&gt;the status of the PORTs ,  &lt;BR /&gt;&lt;BR /&gt;  netstat -a  would be sufficient.&lt;BR /&gt;&lt;BR /&gt;  If you want to know what processes are&lt;BR /&gt;using the ports,  you need to use the tool&lt;BR /&gt;  "lsof "   (free tool).&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Fri, 26 Oct 2001 11:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601995#M34443</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-26T11:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601996#M34444</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Download lsof from hp porting centre website. It's a wonderfl tool to have.&lt;BR /&gt;This is the address&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Fri, 26 Oct 2001 12:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601996#M34444</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-10-26T12:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: system administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601997#M34445</link>
      <description>lsof is good for checking on ports. &lt;BR /&gt;If you want to do more serious sniffing, Ethereal is free and a pretty power sniffer as well.&lt;BR /&gt;&lt;BR /&gt;Just another option,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;..here's the thread if you decide to try it, to help get it working...it's at the  same porting site as above..&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x56b9cf38d6bdd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x56b9cf38d6bdd5118ff10090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 26 Oct 2001 15:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2601997#M34445</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-10-26T15:03:56Z</dc:date>
    </item>
  </channel>
</rss>

