<?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 compare with set host confused me ?? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376294#M47710</link>
    <description>SET HOST may use some different protocols.&lt;BR /&gt;Without any qualifier, use CTERM (over decnet); you use /LAT for LAT transport that's indipendent by decnet; /TELNET that's the same of TELNET command; /DTE to access directly to a device (for exampe to TTA0: serial port); /RLOGIN to call remote shell; /TN3270 to open a 3270 terminal on IBM host.&lt;BR /&gt;See HELP SET HOST for details.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Sep 2004 04:18:30 GMT</pubDate>
    <dc:creator>Antoniov.</dc:creator>
    <dc:date>2004-09-10T04:18:30Z</dc:date>
    <item>
      <title>telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376285#M47701</link>
      <description>Dear all:&lt;BR /&gt;&lt;BR /&gt;I have a question about what's the difference between telnet and DCL command "set host"&lt;BR /&gt;&lt;BR /&gt;Followings is the version of each machines I use&lt;BR /&gt; &lt;BR /&gt;A: TCP/IP ver4.2  Openvms 6.2&lt;BR /&gt;B: TCP/IP ver5.1  Openvms 7.2-2&lt;BR /&gt;C: TCP/IP ver5.1  Openvms 7.2-2&lt;BR /&gt;&lt;BR /&gt;I am used to use "set host A" to connect other system but I feel the response becomes more and more slow.&lt;BR /&gt;So I have a test with telnet and "set host"&lt;BR /&gt;&lt;BR /&gt;Using Set host to connect to each system&lt;BR /&gt;the order is A-&amp;gt;B-&amp;gt;C-&amp;gt;B-&amp;gt;A&lt;BR /&gt;Using telnet to connect to each system&lt;BR /&gt;the order is A-&amp;gt;B-&amp;gt;C-&amp;gt;B-&amp;gt;A&lt;BR /&gt;&lt;BR /&gt;Using "Set host" to connect do make me feel a little delay .Could anyone tell me why?? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 01:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376285#M47701</guid>
      <dc:creator>S.C Lee</dc:creator>
      <dc:date>2004-09-10T01:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376286#M47702</link>
      <description>&lt;BR /&gt;Hi, and welcome to the forum.&lt;BR /&gt;&lt;BR /&gt;You are using two different network protocols. SET HOST uses DECnet, and Telnet is an application using TCP/IP.&lt;BR /&gt;Since TCP/IP only implements 4 layers of the OSI model, and DECnet all of them, I think that a SET HOST incurs a little bit more overhead than a Telnet connection, hence you can "feel" that a Telnet connection is a little bit faster than a SET HOST.&lt;BR /&gt;&lt;BR /&gt;You could also experiment with a SET HOST/LAT, if the LAT protocol is enabled on your systems. LAT is also pretty light-weight.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Kris&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 01:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376286#M47702</guid>
      <dc:creator>Kris Clippeleyr</dc:creator>
      <dc:date>2004-09-10T01:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376287#M47703</link>
      <description>Hi Lee,&lt;BR /&gt;telnet use telnet protocol over tcp/ip transport; set host use cterm over decnet.&lt;BR /&gt;You have not posted what decnet version you are using (decnet IV or decnet V).&lt;BR /&gt; &lt;BR /&gt;I'm agree with Kris (if you are using decnet V).&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 02:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376287#M47703</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-10T02:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376288#M47704</link>
      <description>With DECnet Phase V, things get even more interesting, as you can also do DECnet-over-IP&lt;BR /&gt;&lt;BR /&gt;$ SET HOST node.domain&lt;BR /&gt;$ SET host a.b.c.d&lt;BR /&gt;&lt;BR /&gt;This will allow you to run native DECnet applications transparently via a TCP/IP only network.&lt;BR /&gt;&lt;BR /&gt;DECnet (e.g. SET HOST) might therefore try different transports depending on name resolution setup, so the initial connect may be more complicated and therefore taking more time.&lt;BR /&gt;&lt;BR /&gt;When do you experience the 'delay' ? Initial connection until receiving Username: prompt. Or when logged in and hitting characters and having to wait for the 'echo' ? (note that SET HOST does local echoing !).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 10 Sep 2004 03:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376288#M47704</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-09-10T03:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376289#M47705</link>
      <description>Thanks for the help&lt;BR /&gt;But I still get confused.&lt;BR /&gt;&lt;BR /&gt;LAT is the protocol over DECnet.&lt;BR /&gt;Following URL shows that protocol is on the Application Layer&lt;BR /&gt;&lt;A href="http://www.protocols.com/pbook/decnet.htm#LAT" target="_blank"&gt;http://www.protocols.com/pbook/decnet.htm#LAT&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Page5-1 in the book "TCP/IP Networking on OpenVMS Systems" also indicate "set host" could invoke the telnet or rlogin  &lt;BR /&gt;&lt;BR /&gt;I DO have a test for Using DCL command "set host/telnet A" to invoke TELNET.The result is indeed the same as TELNET.&lt;BR /&gt;&lt;BR /&gt;But using "set host" without any qualifier really make me feel a little delay.  &lt;BR /&gt;&lt;BR /&gt;The question is why using "set host/lat" will make the response time faster than "set host", I think both of them using the protocol over Decnet , right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 03:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376289#M47705</guid>
      <dc:creator>S.C Lee</dc:creator>
      <dc:date>2004-09-10T03:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376290#M47706</link>
      <description>SET HOST/LAT does NOT use DECnet. It's completely separate protocol (60-04), which runs on your local network adapter (no routing).&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 10 Sep 2004 03:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376290#M47706</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-09-10T03:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376291#M47707</link>
      <description>the delay may be due to name resolution issues on the host to which you are connecting. As you connect the receiving host attempts to backtranslate the network address from which the connection is recieved. Check for a backtranslation failure opcom message.</description>
      <pubDate>Fri, 10 Sep 2004 03:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376291#M47707</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-10T03:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376292#M47708</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the link you posted LAT and some other protocols (LAVC,MOP...) are listed as DECnet protocols. This is not realy true. If you look at the picture at the top of the page you see that LAT (and other mentioned before) have only the physical layer in common. The physical layer means cabling and devices (ethernet I supose in yours case, but can be a telephone line or something else).&lt;BR /&gt;&lt;BR /&gt;So LAT is a separate protocol which uses the same physical layer as DECnet and TCP/IP.&lt;BR /&gt;&lt;BR /&gt;Regarding set host. In OpenVMS you create a command with Command Language Definition (CLD), all the DCL commands use this mechanism. In CLD you define that a command runs a program, but you can also define that if a specified qualifier (or parameter) is present this command runs another program. Set host define that the program is sys$system:rtpad.exe which is the DECnet "telnet". When you add the /lat qualifier it runs sys$system:ltpad.exe which is the LAT version. If you add /telnet qualifier the program is sys$system:tcpip$telnet.exe which is the same as with the command telnet.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 10 Sep 2004 03:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376292#M47708</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-09-10T03:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376293#M47709</link>
      <description>Lat and Decnet are completely distincts.&lt;BR /&gt;&lt;BR /&gt;if you do &lt;BR /&gt;$ ana/sys&lt;BR /&gt;sh lan&lt;BR /&gt;&lt;BR /&gt;you will see, among other things, lines such as the following&lt;BR /&gt;&lt;BR /&gt;EWA13    81642A80  Eth   60-04           LAT     0015 STRTN,UNIQ,STRTD&lt;BR /&gt;&lt;BR /&gt;EWA5     815AEF40  Eth   60-03           DECNET  0017 STRTN,LEN,UNIQ,STRTD&lt;BR /&gt;&lt;BR /&gt;and at &lt;BR /&gt;&lt;A href="http://www.iana.org/assignments/ethernet-numbers" target="_blank"&gt;http://www.iana.org/assignments/ethernet-numbers&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you will find&lt;BR /&gt; 24579   6003        -      -     DEC DECNET Phase IV Route[XEROX]&lt;BR /&gt; 24580   6004        -      -     DEC LAT                  [XEROX]&lt;BR /&gt;&lt;BR /&gt;By the way, I like a lot LAT. It is the first protocol to "give up" when network problems come, so I know it quickly &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376293#M47709</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2024-09-16T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376294#M47710</link>
      <description>SET HOST may use some different protocols.&lt;BR /&gt;Without any qualifier, use CTERM (over decnet); you use /LAT for LAT transport that's indipendent by decnet; /TELNET that's the same of TELNET command; /DTE to access directly to a device (for exampe to TTA0: serial port); /RLOGIN to call remote shell; /TN3270 to open a 3270 terminal on IBM host.&lt;BR /&gt;See HELP SET HOST for details.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 04:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376294#M47710</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-10T04:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376295#M47711</link>
      <description>Check the login.com too : there might be something in it that delays the sesssion only for tcpip.&lt;BR /&gt;&lt;BR /&gt;There might be a message in the operator.log file.&lt;BR /&gt;&lt;BR /&gt;There might be a routing problem in decnet. We had and have a routing problem that all traffic went via a 10 Mbit line. And since the network team only knows IP, IP will be managed better than decnet. Or decnet uses more hops to reach the destination or ...&lt;BR /&gt;&lt;BR /&gt;In any case, TCP is faster than decnet.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 10 Sep 2004 04:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376295#M47711</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-10T04:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376296#M47712</link>
      <description>If your network is very saturated, decnet has a much higher retransmission delay than tcp.&lt;BR /&gt;&lt;BR /&gt;If your network card is badly configured, decnet may perform "strange" too (10/100/duplex).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 10 Sep 2004 05:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376296#M47712</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-09-10T05:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376297#M47713</link>
      <description>if you think your telnet command is slow and you want to see what is going on after you typed &lt;BR /&gt;$ telnet node&lt;BR /&gt;just do &lt;BR /&gt;&lt;BR /&gt;$ def tcpip$bind_res_options "debug"&lt;BR /&gt;&lt;BR /&gt;funny to see all the dialog !&lt;BR /&gt;&lt;BR /&gt;and of course, a traceroute&lt;BR /&gt;$ @sys$startup:tcpip$define_commands&lt;BR /&gt;$ traceroute node&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 05:16:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376297#M47713</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-10T05:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376298#M47714</link>
      <description>Hi,&lt;BR /&gt;for Decnet IV may delay factor;&lt;BR /&gt;$ MC NCP&lt;BR /&gt;NCP&amp;gt;SH EXEC CHAR&lt;BR /&gt;....&lt;BR /&gt;Delay factor = 80&lt;BR /&gt;....&lt;BR /&gt;You could modify delay factor&lt;BR /&gt;$ MC NCP SET EXEC DELAY FACTOR nn&lt;BR /&gt;where nn may any value form 24 to 80; with 24 Decnet is more aggressive.&lt;BR /&gt;If value set works fine you can store in permanet storage&lt;BR /&gt;$ MC NCP DEF EXEC DELAY FACTOR nn&lt;BR /&gt;Delay factor is decnet latency to retrasmission.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 07:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376298#M47714</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-10T07:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376299#M47715</link>
      <description>For decnet (I don't yet know well) you can read related documentation.&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/72final/6499/6499PRO.HTML" target="_blank"&gt;http://h71000.www7.hp.com/doc/72final/6499/6499PRO.HTML&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Sep 2004 07:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376299#M47715</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-10T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: telnet compare with set host confused me ??</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376300#M47716</link>
      <description>sorry for the typo, of course, you must first define the logical and then do the telnet &lt;BR /&gt;&lt;BR /&gt;it is really week-end time&lt;BR /&gt;&lt;BR /&gt;:-)</description>
      <pubDate>Fri, 10 Sep 2004 08:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-compare-with-set-host-confused-me/m-p/3376300#M47716</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-09-10T08:55:02Z</dc:date>
    </item>
  </channel>
</rss>

