<?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: set term problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585816#M856532</link>
    <description>Hi Idis,&lt;BR /&gt;&lt;BR /&gt;Check your .profile and comment this line.&lt;BR /&gt;&lt;BR /&gt;eval ` tset -s -Q -m ':?hp'  `&lt;BR /&gt;&lt;BR /&gt;make it &lt;BR /&gt;# eval ` tset -s -Q -m ':?hp'  `&lt;BR /&gt;&lt;BR /&gt;and set your term as&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;TERM=vt100;export TERM&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Sep 2001 17:41:27 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-09-27T17:41:27Z</dc:date>
    <item>
      <title>set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585810#M856526</link>
      <description>Normally, when I su to my oracle user , system won't prompt me (TERM=hp) to input the vt100.But now, system always prompt me the set term and I need to key vt100 all the time. I have checked the .profile and env setting but it still the same problem. any idea ?</description>
      <pubDate>Thu, 27 Sep 2001 08:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585810#M856526</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2001-09-27T08:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585811#M856527</link>
      <description>have you tried to set the term in the .profile ? &lt;BR /&gt;TERM=vt100&lt;BR /&gt;export TERM&lt;BR /&gt;?</description>
      <pubDate>Thu, 27 Sep 2001 08:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585811#M856527</guid>
      <dc:creator>jim bidebo</dc:creator>
      <dc:date>2001-09-27T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585812#M856528</link>
      <description>Typically it prompts you to enter the TERM type when it can't determine the TERM by itself using the ttytytpe command.  Check your telnet client, what does IT think its terminal type is?  If its not set to VT100, then try setting it to that.&lt;BR /&gt;&lt;BR /&gt;Also see this forum thread for more details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x686187dc4d7dd5118ff00090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x686187dc4d7dd5118ff00090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 27 Sep 2001 08:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585812#M856528</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-09-27T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585813#M856529</link>
      <description>Hi,&lt;BR /&gt;Are you doing su - oracle or su oracle ?&lt;BR /&gt;"su - oracle" will execute .profile of oracle.&lt;BR /&gt;Hope you have set the term in .profile.&lt;BR /&gt;export ORACLE_TERM=vt100&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 08:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585813#M856529</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-09-27T08:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585814#M856530</link>
      <description>Hi Idris,&lt;BR /&gt;&lt;BR /&gt;The prompt is being generated by the ttytype command, which is normally called in /etc/profile.  I would check this file + any other login scripts to find out why the TERM is not being set properly.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Thu, 27 Sep 2001 08:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585814#M856530</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-09-27T08:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585815#M856531</link>
      <description>Hello Idris,&lt;BR /&gt;&lt;BR /&gt;instead of "ttytype" and could be the command&lt;BR /&gt;"tset", so look for that in "/etc/profile" and&lt;BR /&gt;in your "$HOME/.profile" (well, oracle's).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Thu, 27 Sep 2001 17:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585815#M856531</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-09-27T17:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: set term problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585816#M856532</link>
      <description>Hi Idis,&lt;BR /&gt;&lt;BR /&gt;Check your .profile and comment this line.&lt;BR /&gt;&lt;BR /&gt;eval ` tset -s -Q -m ':?hp'  `&lt;BR /&gt;&lt;BR /&gt;make it &lt;BR /&gt;# eval ` tset -s -Q -m ':?hp'  `&lt;BR /&gt;&lt;BR /&gt;and set your term as&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;TERM=vt100;export TERM&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Sep 2001 17:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/set-term-problem/m-p/2585816#M856532</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-27T17:41:27Z</dc:date>
    </item>
  </channel>
</rss>

