<?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: TERM is set to VT100 instead of HP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726605#M836224</link>
    <description>Is the term '2392' means 'hp' term ?&lt;BR /&gt;One more question,&lt;BR /&gt;&lt;BR /&gt;What is 2392 ? Port number ?&lt;BR /&gt;&lt;BR /&gt;Aravind&lt;BR /&gt;</description>
    <pubDate>Thu, 23 May 2002 05:03:24 GMT</pubDate>
    <dc:creator>Aravind_3</dc:creator>
    <dc:date>2002-05-23T05:03:24Z</dc:date>
    <item>
      <title>TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726584#M836203</link>
      <description>When a root user is logging on the server, HP console  TERM is set to VT100 instead &lt;BR /&gt;of HP.&lt;BR /&gt;&lt;BR /&gt;.profile execute a tset -s -Q command and pick up value of TERM  which is set to VT100 before that.&lt;BR /&gt;- I was unable to identify where is set up the VT100 &lt;BR /&gt;- I have tried to modify /etc/ttytype to hp or 70096 for the console but it doesn't fix the problem.&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 15:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726584#M836203</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-17T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726585#M836204</link>
      <description>Hi Arvind:&lt;BR /&gt;&lt;BR /&gt;You can set the TERM value either in /etc/profile or in $HOME/.profile file.&lt;BR /&gt;&lt;BR /&gt;If you want to set it to hp, then add this in any of those files:&lt;BR /&gt;&lt;BR /&gt;TERM=hp&lt;BR /&gt;export TERM&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 17 May 2002 15:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726585#M836204</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-17T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726586#M836205</link>
      <description>Is the server a N/L/A Class or newer?&lt;BR /&gt;&lt;BR /&gt;vt100 is the correct setting for the console on these newer systems&lt;BR /&gt;&lt;BR /&gt;You can change it back to 70096 if you want to, but can expect some issues in some situations (e.g. ignite cold install/recovery  screens)&lt;BR /&gt;&lt;BR /&gt;To change the settings you need to change the configuration of the console itself, this is accomplished via the function keys at the top od the console itself. I don't have one in front of me right now, so I'll leave it to someone else to give you the exact key strokes...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 17 May 2002 15:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726586#M836205</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-05-17T15:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726587#M836206</link>
      <description>&lt;BR /&gt;It is happening on a N-Class machine &lt;BR /&gt;&lt;BR /&gt;- Modifying the "/.profile" is not a solution, since the terminal type is set and used before.&lt;BR /&gt;&lt;BR /&gt;- The workaround to adapt TERM and the console terminal can make the issue more worse since during the next reboot the machine will display a mixup of characters and some programs will not get requested instructions. (the console "hangs")&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 15:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726587#M836206</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-17T15:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726588#M836207</link>
      <description>Hi Aravind &lt;BR /&gt;&lt;BR /&gt;The only other place left to see is /etc/profile , or you can just add &lt;BR /&gt;&lt;BR /&gt;export TERM=hp aat the end of the .profile for the root.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 17 May 2002 15:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726588#M836207</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-17T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726589#M836208</link>
      <description>If you export the value of TERM in the profile then you will always set it to one value. Surely this should be variable depending on the terminal you are logged in at.&lt;BR /&gt;&lt;BR /&gt;The best option would be to look at the console settings.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Dave.</description>
      <pubDate>Fri, 17 May 2002 15:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726589#M836208</guid>
      <dc:creator>David Burgess</dc:creator>
      <dc:date>2002-05-17T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726590#M836209</link>
      <description>For the HP tool STM, it is necessary to have a terminal type of "hp" or "hpterm".&lt;BR /&gt;&lt;BR /&gt;With N4000 servers staged with a previous application the default terminal type was "vt100".&lt;BR /&gt;&lt;BR /&gt;With N4000 servers staged with current application the default terminal type is "hp".&lt;BR /&gt;&lt;BR /&gt;Background:&lt;BR /&gt;To execute HP specific support with the tool STM a password is necessary.&lt;BR /&gt;&lt;BR /&gt;If the wrong terminal type is set up, special characters are not interpreted like they should be (example: "Backspace" will be send as "Ctrl ?"). &lt;BR /&gt;&lt;BR /&gt;Please provide an instruction, how such N4000 servers can be set to terminal type "hp"&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 15:52:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726590#M836209</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-17T15:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726591#M836210</link>
      <description>Aravind,&lt;BR /&gt;&lt;BR /&gt;Assuming you're talking about a 70096 console terminal, here's what you can do:&lt;BR /&gt;&lt;BR /&gt;At the console keyboard,&lt;BR /&gt;1)press menu to get the menu on the bottom of the screen.&lt;BR /&gt;2)press user/system to get the system menu&lt;BR /&gt;3)press config keys (f8)&lt;BR /&gt;4)press terminal config (f5)&lt;BR /&gt;5)tab down to TermMode field&lt;BR /&gt;6)press f2 (next choice) until TermMode is hp&lt;BR /&gt;7)press f1 to save config&lt;BR /&gt;8)press menu to return to normal mode&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 17 May 2002 16:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726591#M836210</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-17T16:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726592#M836211</link>
      <description>Add the following to root's .profile:&lt;BR /&gt;&lt;BR /&gt; if [ "$TERM" = "" -o "$TERM" = "hp" ]&lt;BR /&gt;        then&lt;BR /&gt;             eval ` tset -h -s -Q `&lt;BR /&gt;        else&lt;BR /&gt;             eval ` tset -s -Q `&lt;BR /&gt; fi&lt;BR /&gt;&lt;BR /&gt;and set the term type on the console itself the way Pete suggested and you should be ok.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Fri, 17 May 2002 19:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726592#M836211</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-05-17T19:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726593#M836212</link>
      <description>&lt;BR /&gt;I did modify the console settings as told by Pete Randall in the above mail.&lt;BR /&gt;&lt;BR /&gt;and rebooted the machine.&lt;BR /&gt;When the machine came up and when i did&lt;BR /&gt;echo $TERM&lt;BR /&gt;it was set to vt100 again&lt;BR /&gt;&lt;BR /&gt;This is the piece of the code in my .profile file.&lt;BR /&gt;&lt;BR /&gt;It's a 700/96 console.&lt;BR /&gt;________________________________&lt;BR /&gt;&lt;BR /&gt;# Be sure that VUE does not invoke tty commands&lt;BR /&gt;&lt;BR /&gt;   if [ ! "$VUE" ]; then&lt;BR /&gt;&lt;BR /&gt;   # Set up the terminal:&lt;BR /&gt; if [ "$TERM" = "" ]&lt;BR /&gt; then&lt;BR /&gt;         eval ` tset -s -Q -m ':?hp' `&lt;BR /&gt; else&lt;BR /&gt;         eval ` tset -s -Q `&lt;BR /&gt; fi&lt;BR /&gt; stty erase "^H" kill "^U" intr "^C" eof "^D"&lt;BR /&gt; stty hupcl ixon ixoff&lt;BR /&gt; tabs&lt;BR /&gt;&lt;BR /&gt; echo&lt;BR /&gt; echo "Value of TERM has been set to \"$TERM\". "&lt;BR /&gt; export TERM &lt;BR /&gt;&lt;BR /&gt; EDITOR=vi&lt;BR /&gt; export EDITOR&lt;BR /&gt;&lt;BR /&gt;   fi        # if !VUE&lt;BR /&gt;&lt;BR /&gt;________________________________________&lt;BR /&gt;&lt;BR /&gt;Is anything wrong with this piece of code ?</description>
      <pubDate>Wed, 22 May 2002 08:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726593#M836212</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-22T08:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726594#M836213</link>
      <description>Aravind,&lt;BR /&gt;&lt;BR /&gt;You've changed the behaviour of your console that that it thinks it's a HP one, but you haven't changed the Terminal ID that is reported to the OS when tset is called. Go back into the config screen where you changed the mode, and on the left hand side of the second row, you will see a field called "Terminal ID" set this to hp or 70096 and everything should be fine.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 22 May 2002 08:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726594#M836213</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-05-22T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726595#M836214</link>
      <description>Duncan,&lt;BR /&gt;As you said, i changed the &lt;BR /&gt;TerminalID to hp ( it was 70096 before i changed )&lt;BR /&gt;and &lt;BR /&gt;TermMode to HP &lt;BR /&gt;&lt;BR /&gt;in the console settings.&lt;BR /&gt;&lt;BR /&gt;I rebooted the machine.&lt;BR /&gt;&lt;BR /&gt;When i logged in as root and did echo $TERM it is still setting to vt100.&lt;BR /&gt;&lt;BR /&gt;Where is this setting from which the machine is setting to vt100 ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Aravind&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 10:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726595#M836214</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-22T10:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726596#M836215</link>
      <description>Aravind,&lt;BR /&gt;&lt;BR /&gt;Are you sure you pressed F1 to save the config?&lt;BR /&gt;&lt;BR /&gt;Try commenting out the tset code from your profile, login as root and then run the tset manually to see what it returns.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 May 2002 10:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726596#M836215</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-22T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726597#M836216</link>
      <description>I commented out the above piece of code like this :&lt;BR /&gt;_________________________________________&lt;BR /&gt;# Be sure that VUE does not invoke tty commands &lt;BR /&gt;&lt;BR /&gt;#if [ ! "$VUE" ]; then &lt;BR /&gt;&lt;BR /&gt;# Set up the terminal: &lt;BR /&gt;#if [ "$TERM" = "" ] &lt;BR /&gt;#then &lt;BR /&gt;#eval ` tset -s -Q -m ':?hp' ` &lt;BR /&gt;#else &lt;BR /&gt;#eval ` tset -s -Q ` &lt;BR /&gt;#fi &lt;BR /&gt;#stty erase "^H" kill "^U" intr "^C" eof "^D" &lt;BR /&gt;#stty hupcl ixon ixoff &lt;BR /&gt;#tabs &lt;BR /&gt;&lt;BR /&gt;echo&lt;BR /&gt;echo "Value of TERM has been set to \"$TERM\" . "&lt;BR /&gt;export TERM&lt;BR /&gt;&lt;BR /&gt;EDITOR=vi &lt;BR /&gt;export EDITOR &lt;BR /&gt;&lt;BR /&gt;#fi # if !VUE &lt;BR /&gt;___________________________________________&lt;BR /&gt;&lt;BR /&gt;I exitted and logged in as root.&lt;BR /&gt;The term was set to vt100 again.&lt;BR /&gt;When i executed the tset command&lt;BR /&gt;The output was&lt;BR /&gt;Erase is backspace 74.3 $&lt;BR /&gt;&lt;BR /&gt;when i executed the tset -s command&lt;BR /&gt;The output was&lt;BR /&gt;export TERM&lt;BR /&gt;TERM=vt100&lt;BR /&gt;Erase is backspace 74.3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I do not know what to do next ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Aravind&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 15:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726597#M836216</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-22T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726598#M836217</link>
      <description>Aravind,&lt;BR /&gt;&lt;BR /&gt;I'm sorry to say I'm at a loss here.  It sounds like we have the same setup but are getting different results.  When I look at my Config Keys/Term Config, the Terminal ID is set to 70096 (and there is no other choice - I'm not quite sure how you managed to change it) and my TermMode is hp.  When I log in as root, my profile has the exact same tset code as yours.  And my TERM gets set to hp.  The only thing I can think of is that you didn't save the config by pressing f1 after you changed TermMode.  If you look at TermConfig now, does it show TermMode hp?&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;P.S.  You don't have to reboot after changing the TermConfig.</description>
      <pubDate>Wed, 22 May 2002 16:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726598#M836217</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-22T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726599#M836218</link>
      <description>Pete,&lt;BR /&gt;I have very much making sure that i press F1 to save the config.&lt;BR /&gt;&lt;BR /&gt;Initially the Terminal ID was set to 70096.&lt;BR /&gt;Then i changed it to hp by typing hp and two spacebars.&lt;BR /&gt;I didn't use F2 key for Next choice, as there are no other choice.&lt;BR /&gt;&lt;BR /&gt;It didn't help.&lt;BR /&gt;&lt;BR /&gt;Later i changed the TerminalID back to 70096 and saved the config and logged in as root but terminal again is setting to vt100.&lt;BR /&gt;Frustrating..&lt;BR /&gt;&lt;BR /&gt;The ignite i am using is B.2.4.307&lt;BR /&gt;&lt;BR /&gt;Could this be an issue with the ignite itself ?&lt;BR /&gt;It's just a guess !&lt;BR /&gt;&lt;BR /&gt;How come it is so tricky ?&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 16:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726599#M836218</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-22T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726600#M836219</link>
      <description>Aravind,&lt;BR /&gt;&lt;BR /&gt;At this point, I would say that you should force TERM to be hp in your .profile.  After the tset code, just add this:&lt;BR /&gt;TERM=hp;export TERM&lt;BR /&gt;&lt;BR /&gt;That will get it set the way you want.&lt;BR /&gt;&lt;BR /&gt;Sorry we couldn't figure this out.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 22 May 2002 16:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726600#M836219</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-22T16:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726601#M836220</link>
      <description>as another alternative, you can setup the /etc/ttytype file (man 4 ttytype) and then use this script in the .profile for root:&lt;BR /&gt;&lt;BR /&gt;if [ "$TERM" = "" -o "$TERM" = "hp" ] &lt;BR /&gt;then &lt;BR /&gt;eval ` tset -h -s -Q ` &lt;BR /&gt;else &lt;BR /&gt;eval ` tset -s -Q ` &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Wed, 22 May 2002 17:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726601#M836220</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-05-22T17:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726602#M836221</link>
      <description>My /etc/ttytype file looks like this:&lt;BR /&gt;&lt;BR /&gt;2392 conslole&lt;BR /&gt;2392 tty0p0&lt;BR /&gt;2392 tty0p1&lt;BR /&gt;2392 tty0p2&lt;BR /&gt;2392 tty0p3&lt;BR /&gt;2392 tty0p4&lt;BR /&gt;2392 tty0p5&lt;BR /&gt;~&lt;BR /&gt;~&lt;BR /&gt;&lt;BR /&gt;Mark,&lt;BR /&gt;What should i change in the above file. ?&lt;BR /&gt;&lt;BR /&gt;Thx&lt;BR /&gt;Aravind&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 04:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726602#M836221</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-23T04:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: TERM is set to VT100 instead of HP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726603#M836222</link>
      <description>I did make changes to the .profile as said by Mark in the above mail.&lt;BR /&gt;&lt;BR /&gt;if [ "$TERM"= "" -o "$TERM"="hp" ]&lt;BR /&gt;then&lt;BR /&gt;eval `tset -h -s -Q`&lt;BR /&gt;else&lt;BR /&gt;eval `tset -s -Q`&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now after this change,&lt;BR /&gt;the term is now getting set to 2392 !&lt;BR /&gt;&lt;BR /&gt;echo $TERM&lt;BR /&gt;2392&lt;BR /&gt;&lt;BR /&gt;it seems it is looking to my /etc/ttytype file and picking it's value from there.&lt;BR /&gt;&lt;BR /&gt;How do i make it set to 'hp' term&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Aravind&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 04:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-is-set-to-vt100-instead-of-hp/m-p/2726603#M836222</guid>
      <dc:creator>Aravind_3</dc:creator>
      <dc:date>2002-05-23T04:20:13Z</dc:date>
    </item>
  </channel>
</rss>

