<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208188#M793045</link>
    <description>Hi Jeff,&lt;BR /&gt;  Yes there is a webserver running in the destination server on port 80. Also the same command works from other 2 machines..&lt;BR /&gt;&lt;BR /&gt;Mark,&lt;BR /&gt;  Same result for ip address also..&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
    <pubDate>Wed, 03 Mar 2004 11:29:07 GMT</pubDate>
    <dc:creator>Ganesh Babu</dc:creator>
    <dc:date>2004-03-03T11:29:07Z</dc:date>
    <item>
      <title>telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208185#M793042</link>
      <description>if i do a telnet &lt;BR /&gt;&lt;BR /&gt;ex., telnet &lt;MACHINENAME&gt; 80&lt;BR /&gt;&lt;BR /&gt;from a Hp-UX box.. i get an error as "Parameter Not Set" why is it?? same thing runs from other hp-ux box.&lt;BR /&gt;&lt;BR /&gt;Ganesh&lt;/MACHINENAME&gt;</description>
      <pubDate>Wed, 03 Mar 2004 11:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208185#M793042</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208186#M793043</link>
      <description>HI Ganesh,&lt;BR /&gt;&lt;BR /&gt;Run the following on the system to which you were telneting&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 80&lt;BR /&gt;&lt;BR /&gt;Is there anything listening on port 80 like a webserver or something? I suspect you tried to telnet to a port in use &amp;amp; got that response from whatever was listening.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 03 Mar 2004 11:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208186#M793043</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-03T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208187#M793044</link>
      <description>What happens if you telnet to the ip address?&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 03 Mar 2004 11:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208187#M793044</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-03-03T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208188#M793045</link>
      <description>Hi Jeff,&lt;BR /&gt;  Yes there is a webserver running in the destination server on port 80. Also the same command works from other 2 machines..&lt;BR /&gt;&lt;BR /&gt;Mark,&lt;BR /&gt;  Same result for ip address also..&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 03 Mar 2004 11:29:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208188#M793045</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208189#M793046</link>
      <description>Okay,&lt;BR /&gt;&lt;BR /&gt;The web server should be downing an error in the error_log file&lt;BR /&gt;&lt;BR /&gt;if its apache that's the name.&lt;BR /&gt;&lt;BR /&gt;It would appear to be web server configuration or permissions on the html doc.  You should get a message like this.&lt;BR /&gt;&lt;BR /&gt;Attaching a sample run.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 Mar 2004 11:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208189#M793046</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-03T11:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208190#M793047</link>
      <description>On the target system, run this command:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/services | grep telnet&lt;BR /&gt;&lt;BR /&gt;Find out the port where telnet is running (default port is 23) and try again on that port number. As you said, port 80 is used by a web server.&lt;BR /&gt;&lt;BR /&gt;# telnet system_name 23&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;# telnet system_name</description>
      <pubDate>Wed, 03 Mar 2004 11:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208190#M793047</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-03-03T11:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208191#M793048</link>
      <description>Hi SEP,&lt;BR /&gt;  This is a server which we don't own.. so we cannot see the log files.. the message attached were seen when i tried the same command from other machines which were working..&lt;BR /&gt;&lt;BR /&gt;Wilson,&lt;BR /&gt;  When i try it in the default port &lt;BR /&gt;telnet &lt;MACHINENAME&gt;&lt;BR /&gt;&lt;BR /&gt;i get the following error&lt;BR /&gt;&lt;BR /&gt;Trying...&lt;BR /&gt;Unable to connect to a server: Error 0&lt;BR /&gt;telnet: Unable to connect to remote host: Error 0&lt;BR /&gt;&lt;BR /&gt;Ganesh&lt;/MACHINENAME&gt;</description>
      <pubDate>Wed, 03 Mar 2004 11:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208191#M793048</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T11:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208192#M793049</link>
      <description>Did you find out which port telnet daemon is listening to? Find out the port number from /etc/services and do:&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep port_number&lt;BR /&gt;&lt;BR /&gt;If the daemon is not running, you won't be able to connect through telnet.&lt;BR /&gt;&lt;BR /&gt;Are you able to connect to the same target system from other servers? If yes, check if any telnet restriction is set.</description>
      <pubDate>Wed, 03 Mar 2004 12:16:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208192#M793049</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2004-03-03T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208193#M793050</link>
      <description>hi Wilson,&lt;BR /&gt;  Yes the telnet is running in port 23.. i was able to connect from other servers.. i am checking the permissions now..&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 03 Mar 2004 12:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208193#M793050</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208194#M793051</link>
      <description>telnetd does not have to be running in order to telnet to a port not controlled by telnetd. telnet port 80 should work if:&lt;BR /&gt;&lt;BR /&gt;-there is something listening on port 80&lt;BR /&gt;-there is no network magic to prevent you from doing so (firewall, etc.)</description>
      <pubDate>Wed, 03 Mar 2004 12:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208194#M793051</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-03T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208195#M793052</link>
      <description>Do just telnet. On telnet prompt do toggle options and try to open connection.&lt;BR /&gt;open hostname/ip address.&lt;BR /&gt;&lt;BR /&gt;Post results.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 03 Mar 2004 13:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208195#M793052</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-03T13:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208196#M793053</link>
      <description>Hi Anil,&lt;BR /&gt;&lt;BR /&gt;$ telnet &lt;BR /&gt;_telnet[6]: 3: parameter not set&lt;BR /&gt;&lt;BR /&gt;another server&lt;BR /&gt;&lt;BR /&gt;$telnet&lt;BR /&gt;telnet&amp;gt; open &lt;MACHINENAME&gt;&lt;BR /&gt;Trying...&lt;BR /&gt;Unable to connect to a server: Error 0&lt;BR /&gt;telnet: Unable to connect to remote host: Error 0&lt;BR /&gt;&lt;BR /&gt;Ganesh&lt;/MACHINENAME&gt;</description>
      <pubDate>Wed, 03 Mar 2004 13:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208196#M793053</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208197#M793054</link>
      <description>Try using /usr/bin/telnet instead.  It looks like the telnet you are using is actually a shell script which is in turn spitting the "Parameter not set" error.</description>
      <pubDate>Wed, 03 Mar 2004 13:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208197#M793054</guid>
      <dc:creator>Kenneth Platz</dc:creator>
      <dc:date>2004-03-03T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208198#M793055</link>
      <description>type telnet. &lt;BR /&gt;&lt;BR /&gt;What it returns? It should return /usr/bin/telnet. Seems that it is some script through which you are running telnet.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 03 Mar 2004 13:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208198#M793055</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-03T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208199#M793056</link>
      <description>yes..&lt;BR /&gt;&lt;BR /&gt;when i did &lt;BR /&gt;&lt;BR /&gt;/usr/bin/telnet &lt;MACHINENAME&gt; 80&lt;BR /&gt;&lt;BR /&gt;i got the connection made and got the message from the webserver..&lt;BR /&gt;&lt;BR /&gt;thanks Guys..&lt;BR /&gt;&lt;BR /&gt;Now how will I change it like, if i run telnet it should user /usr/bin/telnet&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ganesh&lt;/MACHINENAME&gt;</description>
      <pubDate>Wed, 03 Mar 2004 13:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208199#M793056</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208200#M793057</link>
      <description>Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;I have never seen this error while using telnet.&lt;BR /&gt;&lt;BR /&gt;Do a 'which telnet' and compare the binary against another server. If this is really a binary, run it with 'tusc' and see if you get any hints.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 03 Mar 2004 13:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208200#M793057</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-03T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208201#M793058</link>
      <description>Wow!!.. as you can see I almost posted at the same time as your response. &lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;PS: no points for either posts.</description>
      <pubDate>Wed, 03 Mar 2004 13:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208201#M793058</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-03T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208202#M793059</link>
      <description>Hi All,&lt;BR /&gt;  Thanks for all your inputs..&lt;BR /&gt;&lt;BR /&gt;actually when i ran&lt;BR /&gt;$type telnet or&lt;BR /&gt;$which telnet&lt;BR /&gt;&lt;BR /&gt;i got the path as &lt;BR /&gt;/opt/socks/bin/telnet&lt;BR /&gt;&lt;BR /&gt;i think it is the socksified telnet and that is the reason it was not working.. &lt;BR /&gt;&lt;BR /&gt;Now how do i change this to /usr/bin/telnet??&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 03 Mar 2004 13:36:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208202#M793059</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T13:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208203#M793060</link>
      <description>echo $PATH.&lt;BR /&gt;&lt;BR /&gt;Your /opt/socks/xxx path is first. Correct your path. put /usr/bin before /opt stuff&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 03 Mar 2004 13:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208203#M793060</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-03-03T13:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: telnet error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208204#M793061</link>
      <description>Thanks Anil &amp;amp; all of the guys who had helped me out...&lt;BR /&gt;&lt;BR /&gt;It worked.&lt;BR /&gt;&lt;BR /&gt;Ganesh</description>
      <pubDate>Wed, 03 Mar 2004 13:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-error/m-p/3208204#M793061</guid>
      <dc:creator>Ganesh Babu</dc:creator>
      <dc:date>2004-03-03T13:46:32Z</dc:date>
    </item>
  </channel>
</rss>

