<?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: Telnet question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666640#M49779</link>
    <description>My all-time favorite monitoring program...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netsaint.org/" target="_blank"&gt;http://www.netsaint.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will let you monitor any port on any number of machines on any interval you want and notify you any way you want (email, sound, etc.).&lt;BR /&gt;&lt;BR /&gt;Hope you find it as usefull as i have...&lt;BR /&gt;&lt;BR /&gt;enjoy.</description>
    <pubDate>Mon, 18 Feb 2002 15:05:56 GMT</pubDate>
    <dc:creator>Edward Alfert_2</dc:creator>
    <dc:date>2002-02-18T15:05:56Z</dc:date>
    <item>
      <title>Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666638#M49777</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to check telnet connectivity for all production boxes, Do anyone have an idea how to use telnet in a script or is there any other way to do it.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 18 Feb 2002 15:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666638#M49777</guid>
      <dc:creator>Anthony khan</dc:creator>
      <dc:date>2002-02-18T15:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666639#M49778</link>
      <description>'netstat -a |grep telnet' on the server concerned will show if the telnet daemon is listening.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Mon, 18 Feb 2002 15:05:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666639#M49778</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2002-02-18T15:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666640#M49779</link>
      <description>My all-time favorite monitoring program...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netsaint.org/" target="_blank"&gt;http://www.netsaint.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will let you monitor any port on any number of machines on any interval you want and notify you any way you want (email, sound, etc.).&lt;BR /&gt;&lt;BR /&gt;Hope you find it as usefull as i have...&lt;BR /&gt;&lt;BR /&gt;enjoy.</description>
      <pubDate>Mon, 18 Feb 2002 15:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666640#M49779</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2002-02-18T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666641#M49780</link>
      <description>Hi Anthony,&lt;BR /&gt;&lt;BR /&gt;you should be able to use telnet in a script like every other command, if you know the structure of a script file: It is ASCII text file, this means at the end of a line there is a RETURN which is also registered when a shell is reading and interpreting the script. So you can use the lines&lt;BR /&gt;&lt;BR /&gt;telnet host_that_you_want_or_IP&lt;BR /&gt;login_name&lt;BR /&gt;password&lt;BR /&gt;&lt;BR /&gt;as alternative you can use the rsh-command without password, if you did the requested configuration. ( host- and system- aequivalency files are configured )&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 18 Feb 2002 15:07:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666641#M49780</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-18T15:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666642#M49781</link>
      <description>I like to use this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.perlfect.com/articles/telnet.shtml" target="_blank"&gt;http://www.perlfect.com/articles/telnet.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 18 Feb 2002 15:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666642#M49781</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-18T15:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666643#M49782</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;With telnet you can try something like this &lt;BR /&gt;&lt;BR /&gt;#(sleep 3;echo &lt;USER&gt;;sleep 3;echo &lt;PASS&gt;;sleep 5;echo;sleep 5;echo "uname -a"; echo "exit")|telnet &lt;HOST&gt;&lt;/HOST&gt;&lt;/PASS&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 18 Feb 2002 15:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-question/m-p/2666643#M49782</guid>
      <dc:creator>Andrei Petrov</dc:creator>
      <dc:date>2002-02-18T15:25:41Z</dc:date>
    </item>
  </channel>
</rss>

