<?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: Console display in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925334#M408792</link>
    <description>export TERM=hp&lt;BR /&gt;clear&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should clear the screen.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
    <pubDate>Mon, 12 Sep 2005 13:12:21 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-09-12T13:12:21Z</dc:date>
    <item>
      <title>Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925333#M408791</link>
      <description>I have a problem with the console display on my two HP-UX servers running 11.0.  I have put off trying to resolve this issue and could not really tell you when it started.  (I know how to spell HP but am still learning how to spell UNIX!)&lt;BR /&gt;&lt;BR /&gt;When I log in at the console, the login is successful, then then the screen fills with what appears to be previously run commands.  TERM is set to vt220 and DISPLAY is not set.  Is there a 'clear' command I can use or is there some other way I can set a variable differently to resolve this problem?&lt;BR /&gt;&lt;BR /&gt;Your assistance is requested - thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Judy Halter</description>
      <pubDate>Mon, 12 Sep 2005 13:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925333#M408791</guid>
      <dc:creator>Judy Halter</dc:creator>
      <dc:date>2005-09-12T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925334#M408792</link>
      <description>export TERM=hp&lt;BR /&gt;clear&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This should clear the screen.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 12 Sep 2005 13:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925334#M408792</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-12T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925335#M408793</link>
      <description>yes, there is a comand named clear&lt;BR /&gt;man clear&lt;BR /&gt;&lt;BR /&gt;It appears your profile may be set incorrectly, or something has been setup to sho wthese commands.&lt;BR /&gt;&lt;BR /&gt;One way to manually do this is issue the folowing (if you know your terminal type)&lt;BR /&gt;&lt;BR /&gt;export TERM=vt100    (replace vt100 with your terminalt type)&lt;BR /&gt;tset&lt;BR /&gt;clear&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or I usually use:&lt;BR /&gt;eval `ttytype -s`&lt;BR /&gt;tset&lt;BR /&gt;clear&lt;BR /&gt;&lt;BR /&gt;Note the single BACK quotes in the eval command</description>
      <pubDate>Mon, 12 Sep 2005 13:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925335#M408793</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-09-12T13:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925336#M408794</link>
      <description>Sorry, its:&lt;BR /&gt;&lt;BR /&gt;export TERM=hpterm&lt;BR /&gt;clear&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(zero to previous reply plz)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Mon, 12 Sep 2005 13:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925336#M408794</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-12T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925337#M408795</link>
      <description>Hi Judy,&lt;BR /&gt;&lt;BR /&gt;the terminal capabilities have to match the terminal settings, e.g. if you are using a vt100 terminal emulation, the TERM have to set to vt100. Example:&lt;BR /&gt;&lt;BR /&gt;server/ (rem) #ttytype&lt;BR /&gt;vt100&lt;BR /&gt;server/ (rem) #export TERM=vt100&lt;BR /&gt;server/ (rem) #&lt;BR /&gt;&lt;BR /&gt;The "clear" command is named "clear" ;-))&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Torsten</description>
      <pubDate>Mon, 12 Sep 2005 13:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925337#M408795</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-12T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925338#M408796</link>
      <description>Judy &lt;BR /&gt;log in and &lt;BR /&gt;export TERM=hpterm&lt;BR /&gt;then execute &lt;BR /&gt;clear</description>
      <pubDate>Mon, 12 Sep 2005 13:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925338#M408796</guid>
      <dc:creator>Blofeld</dc:creator>
      <dc:date>2005-09-12T13:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925339#M408797</link>
      <description>Judy,&lt;BR /&gt;&lt;BR /&gt;When you log into the console, you are logging into an ASCII device.  It will only display characters.  The DISPLAY variable is for use with a graphics disply, and not necessary with the console.  The most common type of console is hpterm.  I would suggest setting your TERM variable to that, and see if it displays properly.&lt;BR /&gt;&lt;BR /&gt;As other have mentioned clear will clear the screen&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 12 Sep 2005 13:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925339#M408797</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-09-12T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Console display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925340#M408798</link>
      <description>Thanks to everyone for their replies.  I modified the /.profile to set TERM = hpterm, export TERM, then put the clear command at the bottom.  Works great!</description>
      <pubDate>Mon, 12 Sep 2005 13:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-display/m-p/4925340#M408798</guid>
      <dc:creator>Judy Halter</dc:creator>
      <dc:date>2005-09-12T13:28:25Z</dc:date>
    </item>
  </channel>
</rss>

