<?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 variable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767461#M895370</link>
    <description>Oops! DON'T set TERM=vt100.  Since TERM=70096 already, that means you are using a smart HP terminal and things will be really screwed up by telling applications to use incompatible escape sequences such as the vt100.&lt;BR /&gt;&lt;BR /&gt;When you login, the standard /etc/profile will run ttytype to 'guess' what terminal you have. Since HP terminals are quite smart, they identify not just a family bu the actual model number. Unfortunately, some manufacturers use an older termcap style of terminal handling and have a limited number of terminal features. Since Oracle shows hp as a 'supported' terminal, just echnge TERM to hp as in:&lt;BR /&gt;&lt;BR /&gt;export TERM=hp&lt;BR /&gt;&lt;BR /&gt;and continue.  Some syadmins have bee told to change HP smart terminals into dumb vt100's on the new N/L/A class computers--which is neither necessary nor desirable. See this comment I made about HP terminals:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60e09200caded5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60e09200caded5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since your terminal is responding to the ttytype query as a 70096 model (which is correct), then change TERM to hp to satisfy the limited Oracle selections.</description>
    <pubDate>Thu, 18 Jul 2002 16:59:51 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-07-18T16:59:51Z</dc:date>
    <item>
      <title>TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767456#M895365</link>
      <description>I was trying to de-install oracle database software on HP-UX 11.  I did a cold-install from HP-UX 10.20&lt;BR /&gt;[SMT1:/u01/app/oracle/product/7.3.4/orainst]&amp;gt; ./orainst&lt;BR /&gt;&lt;BR /&gt;Supported Terminals are:&lt;BR /&gt;3151 386 386s 386u 386x ansi avx3 dec dgd2 dgd4 hft hftc hp iris ncd sun sun5 tandm vt100 vt220 wy150 wy50 xsun xsun5&lt;BR /&gt;TERM=70096 ORACLE_TERM=70096&lt;BR /&gt;Can't find resource file&lt;BR /&gt;/u01/app/oracle/product/7.3.4/orainst/ ./tk2{TERM}.res or&lt;BR /&gt;/u01/app/oracle/product/7.3.4/orainst/ ./tk2{ORACLE_TERM}.res&lt;BR /&gt;Please set your TERM variable to one of the supported terminals.&lt;BR /&gt;Exiting orainst procedure.&lt;BR /&gt;&lt;BR /&gt;How do I change or set up the TERM.&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 16:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767456#M895365</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-07-18T16:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767457#M895366</link>
      <description>Hi Teck:&lt;BR /&gt;&lt;BR /&gt;Generally this is done automaticall when you login via '/etc/profile'.  However you can do, for example:&lt;BR /&gt;&lt;BR /&gt;# export TERM=vt100&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Jul 2002 16:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767457#M895366</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-18T16:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767458#M895367</link>
      <description>Define the TERM variable in the .profile flle of the oracle user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$TERM=vt100;export TERM&lt;BR /&gt;&lt;BR /&gt;re-login again.&lt;BR /&gt;&lt;BR /&gt;if it is c shell &lt;BR /&gt;$setenv TERM vt100&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 16:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767458#M895367</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-18T16:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767459#M895368</link>
      <description>If you are using the posix shell (sh) then you may have to issue the command in two steps.&lt;BR /&gt;     TERM=vt100; export TERM&lt;BR /&gt;&lt;BR /&gt;If you are using the c shell (csh) the following command will set the term varialbe&lt;BR /&gt;     setenv TERM vt100</description>
      <pubDate>Thu, 18 Jul 2002 16:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767459#M895368</guid>
      <dc:creator>Brant Evans</dc:creator>
      <dc:date>2002-07-18T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767460#M895369</link>
      <description>I have set TERM=vt100.  Thanks.&lt;BR /&gt;&lt;BR /&gt;Now, I am in Installer, and the Installer asks for $ORACLE_HOME location:, which is default to :/u01/app/oracle/product/7.3.4, and I pressed enter, and I got this message:&lt;BR /&gt;&lt;BR /&gt;A write error occurred while trying to modify ' ' in '/u04/apps/oracle/product/7.3.4/orainst/install.log'. (no such file or directory)  Would you like to retry the operationm ignore the error, or allow the error to be processed by the Installer.&lt;BR /&gt;&lt;BR /&gt;There aren't any 'ignore' button, so I did retry and process, and I got another message:&lt;BR /&gt;&lt;BR /&gt;unix.stp(3563):WRITE_ERROR while modifying in '/u04/apps/oracle/product/7.3.4/orainst/install.log.&lt;BR /&gt;&lt;BR /&gt;I did a bdf, or mount and I don't see any u04 at all.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 18 Jul 2002 16:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767460#M895369</guid>
      <dc:creator>Teck Sim</dc:creator>
      <dc:date>2002-07-18T16:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767461#M895370</link>
      <description>Oops! DON'T set TERM=vt100.  Since TERM=70096 already, that means you are using a smart HP terminal and things will be really screwed up by telling applications to use incompatible escape sequences such as the vt100.&lt;BR /&gt;&lt;BR /&gt;When you login, the standard /etc/profile will run ttytype to 'guess' what terminal you have. Since HP terminals are quite smart, they identify not just a family bu the actual model number. Unfortunately, some manufacturers use an older termcap style of terminal handling and have a limited number of terminal features. Since Oracle shows hp as a 'supported' terminal, just echnge TERM to hp as in:&lt;BR /&gt;&lt;BR /&gt;export TERM=hp&lt;BR /&gt;&lt;BR /&gt;and continue.  Some syadmins have bee told to change HP smart terminals into dumb vt100's on the new N/L/A class computers--which is neither necessary nor desirable. See this comment I made about HP terminals:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60e09200caded5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x60e09200caded5118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since your terminal is responding to the ttytype query as a 70096 model (which is correct), then change TERM to hp to satisfy the limited Oracle selections.</description>
      <pubDate>Thu, 18 Jul 2002 16:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767461#M895370</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-18T16:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767462#M895371</link>
      <description>Hi Teck,&lt;BR /&gt;&lt;BR /&gt;I agree with Bill.  Try setting you TERM to hp.  However, I do believe I have used vt100 in the past.  It has been awhile since 7.3.4????????&lt;BR /&gt;&lt;BR /&gt;export TERM=hp&lt;BR /&gt;&lt;BR /&gt;Also, you really don't have to use the orainst to de-install the software, but you will have to resolve the issue to reinstall with the 11.0 version.&lt;BR /&gt;&lt;BR /&gt;rm -rf /u01/app/oracle/product/7.3.4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jul 2002 17:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767462#M895371</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2002-07-18T17:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: TERM variable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767463#M895372</link>
      <description>Well, in Oracle7 and Oracle8, you dont need to deinstall anything.  Just delete the old ORACLE_HOME and move on.  In 8i, you should deinstall so that it doesn't clutter your OUI (Oracle Universal Installer).  &lt;BR /&gt;&lt;BR /&gt;The enviroment variables you are looking for probably are:&lt;BR /&gt;&lt;BR /&gt;ORACLE_TERM=hp&lt;BR /&gt;ORACLE_HOME=/u01/app/oracle/product/7.3.4&lt;BR /&gt;ORACLE_BASE=/u01/app/oracle&lt;BR /&gt;&lt;BR /&gt;This should let you into the installer.  Make sure you have an /etc/oratab in place, or you need to set the following:&lt;BR /&gt;&lt;BR /&gt;ORATAB_FAIL=TRUE&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 18 Jul 2002 22:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/term-variable/m-p/2767463#M895372</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-07-18T22:23:22Z</dc:date>
    </item>
  </channel>
</rss>

