<?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: answering vxdump by signals in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631081#M807680</link>
    <description>See &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for details.&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Sep 2005 06:20:21 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-09-21T06:20:21Z</dc:date>
    <item>
      <title>answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631078#M807677</link>
      <description>hello everyone,&lt;BR /&gt;does anyone know how can i reply to vxdump question (like when a tape ends and replaced etc) by signals ? (kill -??)&lt;BR /&gt;can't find about it in the manual pages.&lt;BR /&gt;i found out (by guessing ) that kill -15 answers "NO" ... &lt;BR /&gt;if there is an alternative way to communitcate with backup procedure that runs on the background - i'll be glad to hear.&lt;BR /&gt;thanks ppl&lt;BR /&gt;Itai&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 05:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631078#M807677</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-09-21T05:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631079#M807678</link>
      <description>If you want to run an interactive process (like vxdump) in the background you should think about using something like "expect".</description>
      <pubDate>Wed, 21 Sep 2005 05:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631079#M807678</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-21T05:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631080#M807679</link>
      <description>what is that?&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 05:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631080#M807679</guid>
      <dc:creator>itai weisman</dc:creator>
      <dc:date>2005-09-21T05:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631081#M807680</link>
      <description>See &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Tcl/expect-5.43/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for details.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 06:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631081#M807680</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-21T06:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631082#M807681</link>
      <description>expect is scripting language used to automate interactive procedure in a non-interactive manner.&lt;BR /&gt;&lt;BR /&gt;To say with example:&lt;BR /&gt;&lt;BR /&gt;Automating telnet login:&lt;BR /&gt;&lt;BR /&gt;telnet &lt;HOST&gt;&lt;BR /&gt;&lt;BR /&gt;will prompt for &lt;BR /&gt;&lt;BR /&gt;Login: &lt;BR /&gt;Passwd:&lt;BR /&gt;&lt;BR /&gt;It will expect for "Login" and "Passwd" strings and send our input to that.&lt;BR /&gt;&lt;BR /&gt;Above link will give source area.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/HOST&gt;</description>
      <pubDate>Wed, 21 Sep 2005 06:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631082#M807681</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-09-21T06:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631083#M807682</link>
      <description>kill -15 is SIGTERM.This signal is used to politely request a program terminates. It is the default signal for kill(1) and killall(1). This signal can be caught in contrast to SIGKILL, and used to cleanup before exiting. The signals default action is to cause the program to terminate.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 21 Sep 2005 06:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631083#M807682</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-09-21T06:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: answering vxdump by signals</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631084#M807683</link>
      <description>&lt;BR /&gt;See also&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.oreilly.com/catalog/expect/reviews.html" target="_blank"&gt;http://www.oreilly.com/catalog/expect/reviews.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 06:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/answering-vxdump-by-signals/m-p/3631084#M807683</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-21T06:55:01Z</dc:date>
    </item>
  </channel>
</rss>

