<?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: Failing backupscripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202760#M166985</link>
    <description>Ok, it works but where did it come from . .&lt;BR /&gt;I've rebuild my kernel and the only thing changed was the parameter nflocks, it went from 4096 to 10.000 because of problems with my applications.&lt;BR /&gt;nfile is set to 20.000 by the way.&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
    <pubDate>Fri, 27 Feb 2004 01:51:54 GMT</pubDate>
    <dc:creator>Klaas D. Eenkhoorn</dc:creator>
    <dc:date>2004-02-27T01:51:54Z</dc:date>
    <item>
      <title>Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202752#M166977</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;Monday i've rebuild my kernel on our hpux11.0 box.&lt;BR /&gt;Suddenly the Omniback 5.10 start and stopscripts that i use after the backup behave wierd.&lt;BR /&gt;&lt;BR /&gt;The script to start and stop my database is the same, i call the script simply with the option start, to start and stop, to stop.&lt;BR /&gt;During the start operation everything works fine but during stopping the script can't find anny command like su, basename, id etc. that it used before.&lt;BR /&gt;&lt;BR /&gt;I've compaired /etc/profile /etc/PATH and found no differance.&lt;BR /&gt;&lt;BR /&gt;What happend or what can i do !!!&lt;BR /&gt;&lt;BR /&gt;The start/stop scripts have not been changed sinse last week till now.</description>
      <pubDate>Thu, 26 Feb 2004 03:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202752#M166977</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2004-02-26T03:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202753#M166978</link>
      <description>Can I suggest that before proceeding, you create a "stop" script that simply does "env".  Run this from a dummy backup schedule. Now you can see the "stop" scripts environment in your Omniback log for that session.&lt;BR /&gt; &lt;BR /&gt;Then, post that and the script here :)</description>
      <pubDate>Thu, 26 Feb 2004 03:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202753#M166978</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-02-26T03:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202754#M166979</link>
      <description>Hi,&lt;BR /&gt;It sounds strange. As a first test you can try to add a line in each script.&lt;BR /&gt;in the pre_exec script:&lt;BR /&gt;env &amp;gt;/tmp/pre.log&lt;BR /&gt;&lt;BR /&gt;in the pre_exec script:&lt;BR /&gt;env &amp;gt;/tmp/post.log&lt;BR /&gt;&lt;BR /&gt;And compare the files after backup.</description>
      <pubDate>Thu, 26 Feb 2004 03:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202754#M166979</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-02-26T03:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202755#M166980</link>
      <description>By the way, running them from the commandline gives no poblem.&lt;BR /&gt;When i came in these last day's i've used the very same scripts to start the databases and applications after the backup manualy.&lt;BR /&gt;&lt;BR /&gt;Futher i've found out calling the commands explicitly in the script like&lt;BR /&gt;/usr/bin/basename seems to work fine.&lt;BR /&gt;&lt;BR /&gt;Probably an Omniback/Dataprotector problem ??&lt;BR /&gt;&lt;BR /&gt;Kl@@S</description>
      <pubDate>Thu, 26 Feb 2004 03:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202755#M166980</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2004-02-26T03:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202756#M166981</link>
      <description>Klaas,&lt;BR /&gt;&lt;BR /&gt;i too think it has to do with environment settings, especially $PATH. Did you try the suggestion to execute the 'env' command?&lt;BR /&gt;Also check whether $PATH is set explicitly in your script and if it is correct.&lt;BR /&gt;&lt;BR /&gt;If you reaaly think it has to do with your kernel: what changes did you make?&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 26 Feb 2004 05:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202756#M166981</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-02-26T05:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202757#M166982</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If they run from the command line then the problem is environmental viarables which exits for a login but not when the scripts try to run. Ensure you path fully to all commands that you call in your scripts.&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Thu, 26 Feb 2004 05:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202757#M166982</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-02-26T05:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202758#M166983</link>
      <description>This sounds like a very common PATH problem. But the odd ting about it is:&lt;BR /&gt;1. You use the same script for starting and stopping.&lt;BR /&gt;2. The only change was the building of the new kernel. (?)&lt;BR /&gt;In addittion to what has already been suggested, could you please also post the script.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 26 Feb 2004 08:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202758#M166983</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-02-26T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202759#M166984</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;My problem is solved, i've added the line "PATH=`/usr/bin/cat /etc/PATH`" to my script after the first line "#!/usr/bin/sh".&lt;BR /&gt;Yesterday i've checked the forum group Dataprotector and there were some questions about this behaviour in some old versions of omniback.&lt;BR /&gt;All the answers pointed to the fact that omniback does not use a 'default' shell, if you have luck the environment settings are there but it is not guaranteed .&lt;BR /&gt;&lt;BR /&gt;Thanks for all the input !!!&lt;BR /&gt;&lt;BR /&gt;Kl@@s&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2004 01:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202759#M166984</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2004-02-27T01:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Failing backupscripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202760#M166985</link>
      <description>Ok, it works but where did it come from . .&lt;BR /&gt;I've rebuild my kernel and the only thing changed was the parameter nflocks, it went from 4096 to 10.000 because of problems with my applications.&lt;BR /&gt;nfile is set to 20.000 by the way.&lt;BR /&gt;&lt;BR /&gt;Kl@@s</description>
      <pubDate>Fri, 27 Feb 2004 01:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failing-backupscripts/m-p/3202760#M166985</guid>
      <dc:creator>Klaas D. Eenkhoorn</dc:creator>
      <dc:date>2004-02-27T01:51:54Z</dc:date>
    </item>
  </channel>
</rss>

