<?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: dec-vt320 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054764#M435481</link>
    <description>Ok, it's not clear to me whether the user is running an emulator and starting an application on the Unix box, or if a pc application is logging in on their behalf.  &lt;BR /&gt;&lt;BR /&gt;in either case, it appears that when the login runs, the script /etc/profile is getting run.  part of this is a terminal identification "ttytype -s -a" which appears to be getting answered "dec-vt320".&lt;BR /&gt;&lt;BR /&gt;make the following change in /etc/profile and see if your application works&lt;BR /&gt;&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;# added code here&lt;BR /&gt;        if [ "$TERM" = "dec-vt320" ]&lt;BR /&gt;        then&lt;BR /&gt;  TERM=vt320&lt;BR /&gt;        fi&lt;BR /&gt;# end added code&lt;BR /&gt;&lt;BR /&gt;        export TERM&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Jun 2007 09:53:40 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2007-06-25T09:53:40Z</dc:date>
    <item>
      <title>dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054759#M435476</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have an Application that is telneting to our HP-UX IA-64 box that is expecting a TERM type of dec-vt320.   It looks like no TERM Type of the kind exists for HP-UX 11.23 (IA-64).   Is there a way to make this work or at least trick the application to think it's getting dec-vt320 and link it to vt320 or something?  Or maybe install something to allow for this?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any ideas or workarounds...&lt;BR /&gt;&lt;BR /&gt;KPS&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054759#M435476</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-06-25T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054760#M435477</link>
      <description>all of the "dec" term files are vtxxx, vt320 is listed in terminfo database, although its not listed in termcap. &lt;BR /&gt;&lt;BR /&gt;You say you have an application that is telneting to HP that expects vt-320?&lt;BR /&gt;&lt;BR /&gt;Are you running this on PC w/ a terminal emulator?  If so, does the emulator support vt320? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:15:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054760#M435477</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-06-25T09:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054761#M435478</link>
      <description>Is this the same question?&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138243" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138243&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If not, what exactly, are you trying to accomplish?  &lt;BR /&gt;&lt;BR /&gt;For example, "i have application yxv on a PC that needs...."&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054761#M435478</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-06-25T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054762#M435479</link>
      <description>Hmmm, and application telnetting into hpux and expecting a vt320? That does not compute for me. Please try to explain.&lt;BR /&gt;&lt;BR /&gt;Is this per chance an appliaction running on hpux expecting to talk to a vt320?&lt;BR /&gt;How does check? Envorinment variables? Query to terminal/emulator like 'what are you'.&lt;BR /&gt;&lt;BR /&gt;Anyway &lt;BR /&gt;&lt;BR /&gt;Check out the manpages for terminfo, tic and untic.&lt;BR /&gt;I have used those tools succesfully to declare a new terminal / alias name.&lt;BR /&gt;&lt;BR /&gt;Also check out your emulator settings.&lt;BR /&gt;&lt;BR /&gt;Finally... I have a little Windoze product called 'VT320e'. It is a 'Multia' terminal emulator produced in 1995 by Digital. For the longest time it was my favourite, but I since switched to PuTTy. Send me an Email if you think that product might solve your problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054762#M435479</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-06-25T09:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054763#M435480</link>
      <description>Sorry, this is very confusing to me...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138243" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1138243&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The above inquiry from last week is surrounding the same question. The way I understand it is the Application has a Telnet utility that certain folks need to use. For some reason, when the Telnet Util is used within the application to the HP-UX 11.23 host, we get the following message from a PC:&lt;BR /&gt;&lt;BR /&gt;Type dec-vt320 unknown&lt;BR /&gt;&lt;BR /&gt;Why the Telnet Utility within the Application is trying to use this is beyond me. Please let me know if this clears anything up or helps?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;-KPS  &lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054763#M435480</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-06-25T09:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054764#M435481</link>
      <description>Ok, it's not clear to me whether the user is running an emulator and starting an application on the Unix box, or if a pc application is logging in on their behalf.  &lt;BR /&gt;&lt;BR /&gt;in either case, it appears that when the login runs, the script /etc/profile is getting run.  part of this is a terminal identification "ttytype -s -a" which appears to be getting answered "dec-vt320".&lt;BR /&gt;&lt;BR /&gt;make the following change in /etc/profile and see if your application works&lt;BR /&gt;&lt;BR /&gt;   # set term if it's not set&lt;BR /&gt;&lt;BR /&gt;        if [ "$TERM" = "" -o "$TERM" = "unknown" -o "$TERM" = "dialup"  \&lt;BR /&gt;             -o "$TERM" = "network" ]&lt;BR /&gt;        then&lt;BR /&gt;                eval `ttytype -s -a`&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;# added code here&lt;BR /&gt;        if [ "$TERM" = "dec-vt320" ]&lt;BR /&gt;        then&lt;BR /&gt;  TERM=vt320&lt;BR /&gt;        fi&lt;BR /&gt;# end added code&lt;BR /&gt;&lt;BR /&gt;        export TERM&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054764#M435481</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2007-06-25T09:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054765#M435482</link>
      <description>Okay, your application is apparently setting TERM to dec-vt320 which ain't in the terminfo database. Let's make one:&lt;BR /&gt;&lt;BR /&gt;1) cd /tmp&lt;BR /&gt;2) untic vt320 &amp;gt; dec-vt320&lt;BR /&gt;3)vi dec-vt320&lt;BR /&gt;The first line will be similar to:&lt;BR /&gt;&lt;BR /&gt;vt320|vt320-nam|Digital VT320 w/no automargins,&lt;BR /&gt;&lt;BR /&gt;change it to:&lt;BR /&gt;&lt;BR /&gt;dec-vt320|dec-vt320-nam|Digital VT320 w/no automargins,&lt;BR /&gt;&lt;BR /&gt;4) tic -v dec-vt320&lt;BR /&gt;&lt;BR /&gt;You may get some errors about NULL strings but these can be ignored.&lt;BR /&gt;&lt;BR /&gt;You should be good to go.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2007 09:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054765#M435482</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-06-25T09:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: dec-vt320</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054766#M435483</link>
      <description>Thanks everyone,&lt;BR /&gt;&lt;BR /&gt;I went with the if, then, statemenet in the /etc/profile and that seems to do the trick.   &lt;BR /&gt;&lt;BR /&gt;I think we're in better shape now with this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards and Thanks,&lt;BR /&gt;&lt;BR /&gt;KPS</description>
      <pubDate>Mon, 25 Jun 2007 16:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dec-vt320/m-p/5054766#M435483</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2007-06-25T16:43:56Z</dc:date>
    </item>
  </channel>
</rss>

