<?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: Need help on backup script on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494969#M364124</link>
    <description>Thanks Gaby</description>
    <pubDate>Fri, 18 Sep 2009 08:49:28 GMT</pubDate>
    <dc:creator>Roland Piette</dc:creator>
    <dc:date>2009-09-18T08:49:28Z</dc:date>
    <item>
      <title>Need help on backup script on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494965#M364120</link>
      <description>Hi,&lt;BR /&gt;I am attaching a backup script(create_archive) here which we were using on HP-UX PA-RISC 11.11 system but now we are migrating to HP-UX Itanium 11.31 system. This script is working fine on Itanium as well but when it finish the backup it is not coming back to # prompt. But when we see the log file it says "make_net_recovery completed successfully!".&lt;BR /&gt;&lt;BR /&gt;Please find below what we are getting.I have to do ctrl+c to come back to # prompt. Please let me know what needs to be added in the script so that when backup is completed we get the # promt .&lt;BR /&gt;&lt;BR /&gt;# ./create_archive&lt;BR /&gt;&lt;BR /&gt;Checking version...&lt;BR /&gt;Archiving started...Thu Sep 10 01:15:35 PDT 2009&lt;BR /&gt;0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(Interrupt -- one more to kill letter)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt; root@: /usr/local/bin &amp;gt; [vi: (root) pts/1]&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Gaby</description>
      <pubDate>Thu, 10 Sep 2009 08:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494965#M364120</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-09-10T08:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on backup script on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494966#M364121</link>
      <description>Sorry , I forgot to attach the script. Attaching the same now</description>
      <pubDate>Thu, 10 Sep 2009 08:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494966#M364121</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-09-10T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on backup script on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494967#M364122</link>
      <description>Hi Gaby,&lt;BR /&gt;&lt;BR /&gt;Line 53 &amp;amp; 54 give the problem !&lt;BR /&gt;&lt;BR /&gt;line 53 : mailx -s "Net archive creation completed on `hostname`" $MAILLIST &lt;BR /&gt;line 54 : &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;line 54 is the continuation of the line 53 so you need to add a \ character at the end of the line or join the line 54 to the line 53.&lt;BR /&gt;&lt;BR /&gt;Actually mailx is waiting on stdin to complet the body of your message. Your script doens't reach the line 54 ! &amp;lt; /dev/null is needed to close the stdin. So they must be part of mailx.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roland</description>
      <pubDate>Fri, 11 Sep 2009 08:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494967#M364122</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-09-11T08:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on backup script on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494968#M364123</link>
      <description>Thanks a lot Roland...&lt;BR /&gt;&lt;BR /&gt;Will allocate points..</description>
      <pubDate>Thu, 17 Sep 2009 14:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494968#M364123</guid>
      <dc:creator>Gaby1110</dc:creator>
      <dc:date>2009-09-17T14:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on backup script on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494969#M364124</link>
      <description>Thanks Gaby</description>
      <pubDate>Fri, 18 Sep 2009 08:49:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help-on-backup-script-on-hp-ux/m-p/4494969#M364124</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-09-18T08:49:28Z</dc:date>
    </item>
  </channel>
</rss>

