<?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: setting a dump terminal in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812063#M84552</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is no option to use dump terminal in this way. &lt;BR /&gt;May be you can check the logs(log files) generated by programs to know the status on the dump terminal</description>
    <pubDate>Tue, 24 Sep 2002 08:34:18 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2002-09-24T08:34:18Z</dc:date>
    <item>
      <title>setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812061#M84550</link>
      <description>How to setup a small terminal that will receive and display the message/status from another shell window running a program/script. &lt;BR /&gt;&lt;BR /&gt;The dump terminal is meant to act as an indicator to user about the status of the program during testing operation.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 08:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812061#M84550</guid>
      <dc:creator>David Khoo</dc:creator>
      <dc:date>2002-09-24T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812062#M84551</link>
      <description>I think the eaiest mode is&lt;BR /&gt;&lt;BR /&gt;open a telnet session and look at the device file&lt;BR /&gt;&lt;BR /&gt;# who am i&lt;BR /&gt;&lt;BR /&gt;From the terminal where you're running the script, before to run this run&lt;BR /&gt;&lt;BR /&gt;# script &lt;DEVICE_FILE&gt;&lt;BR /&gt;&lt;BR /&gt;this saves all input/output against the file... and appears on the other window&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;/DEVICE_FILE&gt;</description>
      <pubDate>Tue, 24 Sep 2002 08:29:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812062#M84551</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-09-24T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812063#M84552</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There is no option to use dump terminal in this way. &lt;BR /&gt;May be you can check the logs(log files) generated by programs to know the status on the dump terminal</description>
      <pubDate>Tue, 24 Sep 2002 08:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812063#M84552</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-24T08:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812064#M84553</link>
      <description>Hi, thanks for the replies. The question may be confusing. The dump terminal is not physical terminal. What I meant is to customize a shell window to be a small size dump terminal receiving status from another active shell window that is executing the program in a workplace. &lt;BR /&gt;If I want to send the status to the terminal, how do I get its device file during setup and customize it to be a display window only. &lt;BR /&gt;&lt;BR /&gt;Appreciate the helps!</description>
      <pubDate>Tue, 24 Sep 2002 09:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812064#M84553</guid>
      <dc:creator>David Khoo</dc:creator>
      <dc:date>2002-09-24T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812065#M84554</link>
      <description>Hi, david&lt;BR /&gt;&lt;BR /&gt;Unix treat terminal as a file. If no o/p file is specified it writes to standard o/p (terminal/console) which is also a file.&lt;BR /&gt;&lt;BR /&gt;you are trying to customize a shell window to be a small size dump terminal receiving status from another active shell window that is executing the program in a workplace. &lt;BR /&gt;&lt;BR /&gt;Now the unix has to recognize the shell window has another o/p device, so this shell window must be a device file, which we can only dream &lt;BR /&gt;</description>
      <pubDate>Tue, 24 Sep 2002 11:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812065#M84554</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-24T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: setting a dump terminal</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812066#M84555</link>
      <description>In window 1 do&lt;BR /&gt;&lt;BR /&gt;sv1:/home/root&amp;gt;who am i&lt;BR /&gt;root       pts/tc       Sep 24 14:15&lt;BR /&gt;sv1:/home/root&amp;gt;Script started on Tue Sep 24 14:16:12 2002&lt;BR /&gt;sv1:/home/root&amp;gt;hola&lt;BR /&gt;sh: hola:  not found.&lt;BR /&gt;sv1:/home/root&amp;gt;l&lt;BR /&gt;.ICEauthority, .TTauthority, .WindU, .Xauthority, .dt, .dtprofile,&lt;BR /&gt;.elm, .hh, .lsof_luna1, .netscape, .ovweb.conf, .profile,&lt;BR /&gt;.pvdrill_DISK.txt, .pvdrill_GLOBAL.txt, .pvdrill_PROCESS.txt,&lt;BR /&gt;.pvprinters_pattern, .rhosts, .sgmgr, .sh_history, .sw, .windu.hpito.seur.es,&lt;BR /&gt;CPU.csv, Mail, adviser.out, cfg, core, depotsg, etc, import,&lt;BR /&gt;kmtune_luna1, llll, mapfile, memoria.csv, nohup.out, nsmail,&lt;BR /&gt;sqlnet.log, swap.csv&lt;BR /&gt;sv1:/home/root&amp;gt;&lt;BR /&gt;&lt;BR /&gt;In window 2&lt;BR /&gt;&lt;BR /&gt;sv1:/home/root&amp;gt;script /dev/pts/tc&lt;BR /&gt;Script started, file is /dev/pts/tc&lt;BR /&gt;sv1:/home/root&amp;gt;hola&lt;BR /&gt;sh: hola:  not found.&lt;BR /&gt;sv1:/home/root&amp;gt;l&lt;BR /&gt;.ICEauthority, .TTauthority, .WindU, .Xauthority, .dt, .dtprofile,&lt;BR /&gt;.elm, .hh, .lsof_luna1, .netscape, .ovweb.conf, .profile,&lt;BR /&gt;.pvdrill_DISK.txt, .pvdrill_GLOBAL.txt, .pvdrill_PROCESS.txt,&lt;BR /&gt;.pvprinters_pattern, .rhosts, .sgmgr, .sh_history, .sw, .windu.hpito.seur.es,&lt;BR /&gt;CPU.csv, Mail, adviser.out, cfg, core, depotsg, etc, import,&lt;BR /&gt;kmtune_luna1, llll, mapfile, memoria.csv, nohup.out, nsmail,&lt;BR /&gt;sqlnet.log, swap.csv&lt;BR /&gt;sv1:/home/root&amp;gt;&lt;BR /&gt;&lt;BR /&gt;All that apperar in window 2 is copied to window 1 ....&lt;BR /&gt;&lt;BR /&gt;try... it work!</description>
      <pubDate>Tue, 24 Sep 2002 11:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-a-dump-terminal/m-p/2812066#M84555</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-09-24T11:11:02Z</dc:date>
    </item>
  </channel>
</rss>

