<?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: Ignite problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293373#M513675</link>
    <description>Leif,&lt;BR /&gt; &lt;BR /&gt;backslashes in file names are perfectly legal from a Unix point of view. Unfortunately Ignite is unable to handle them, which is a known limitation (JAGaf01832).&lt;BR /&gt; &lt;BR /&gt;The problem is the filter_dead_files() &lt;BR /&gt;function, coded in the Ignite script /opt/ignite/data/scripts/make_sys_image. Add the -r option to the two print statements and you're done.&lt;BR /&gt; &lt;BR /&gt; filter_dead_files() {&lt;BR /&gt;  # NREad from standard-in and then check for any files&lt;BR /&gt;  # that are no longer on the system and remove them&lt;BR /&gt;  # from the list.  Also note that the files in the list&lt;BR /&gt;  # have been stripped of their first "/".  Therefore,&lt;BR /&gt;  # it has been added for the test.&lt;BR /&gt;  while read -r FILE_IN&lt;BR /&gt;  do&lt;BR /&gt;    # Check if file exists and is readable.  If not, do not archive.&lt;BR /&gt;    if [[ -r "/${FILE_IN}" || -L "/${FILE_IN}" || -S "/${FILE_IN}" \&lt;BR /&gt;       || -p "/${FILE_IN}" || -b "/${FILE_IN}" || -c "/${FILE_IN}" \&lt;BR /&gt;       || -d "/${FILE_IN}" || -f "/${FILE_IN}" ]]; then&lt;BR /&gt;      # The calling program accepts all output, so just do so.&lt;BR /&gt;      print -r -- "${FILE_IN}"&lt;BR /&gt;    else&lt;BR /&gt;      print -r "       /${FILE_IN}" &amp;gt;&amp;gt; ${TMP_GONE_FILE_LIST}&lt;BR /&gt;    fi&lt;BR /&gt;  done&lt;BR /&gt;} # End filter_dead_files()&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
    <pubDate>Wed, 02 Jun 2004 10:08:00 GMT</pubDate>
    <dc:creator>Dietmar Konermann</dc:creator>
    <dc:date>2004-06-02T10:08:00Z</dc:date>
    <item>
      <title>Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293369#M513671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I get the following error messages when trying to create a network recovery archive for two of our servers:&lt;BR /&gt;&lt;BR /&gt;       * Archiving contents of SRV00404 via tar to&lt;BR /&gt;         /var/opt/ignite/recovery/arch_mnt/2004-06-01,22:03.&lt;BR /&gt;pax: tmp/^Kar\opt\OV\log\OpC\opcerror : No such file or directory&lt;BR /&gt;WARNING: The pax command returned a non-zero exit status (exit status 1)&lt;BR /&gt;WARNING: The pax command returned a non-zero exit status (exit status 1)&lt;BR /&gt;       * Creation of system archive complete&lt;BR /&gt;NOTE:  The following files are in the list of files that were on the&lt;BR /&gt;       system, but they are no longer present.  These files are not&lt;BR /&gt;       included in the back-up:&lt;BR /&gt;       /var/tmp/ign_configure/make_sys_image.log&lt;BR /&gt;&lt;BR /&gt;ERROR:   The make_sys_image command failed. The system recovery archive will &lt;BR /&gt;         not be created.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem seems to have something to do with OpenView. Is it necessary to stop the OV agents before creating the archive ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2004 04:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293369#M513671</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-06-02T04:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293370#M513672</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;you dont need to stop the ovo agnet before doing make_net_recovery . &lt;BR /&gt;&lt;BR /&gt;the problem is with the temp direcotry that you have that you need to find and delete .&lt;BR /&gt;&lt;BR /&gt;i can see that the files that the pax complain is in /tmp .&lt;BR /&gt;&lt;BR /&gt;please find this direcotry and delete it ( most of the time you can delete all files in /tmp ) &lt;BR /&gt;&lt;BR /&gt;and try to run the make_net_recovery , i thing it will work fine .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i have work with this doc that i have attach</description>
      <pubDate>Wed, 02 Jun 2004 05:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293370#M513672</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2004-06-02T05:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293371#M513673</link>
      <description>Alternatively, exclude /tmp from the ignite backup.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 02 Jun 2004 05:11:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293371#M513673</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-06-02T05:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293372#M513674</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was confused by the filename, there is a file "/var/opt/OV/log/OpC/opcerror" and I thought the problem was releted to this file.&lt;BR /&gt;I could never imagine there should be a file called: &lt;BR /&gt;/tmp/\var\opt\OV\log\OpC\opcerror&lt;BR /&gt;A such filename is not valid in HP-UX and not possible to create by mistake. I have no idea about where the file has come from.&lt;BR /&gt;&lt;BR /&gt;Even more strange, on the other server I could not find a such file. It must have been there yesterday but can't find it today. And "make_net_recovery" completed without any problem.&lt;BR /&gt;&lt;BR /&gt;As it seems, the file &lt;BR /&gt;/tmp/\var\opt\OV\log\OpC\opcerror is created and deleted automatic by some process.&lt;BR /&gt;&lt;BR /&gt;Can it have something to do with the OV server, it is a Windows box (and the filename has Windows syntax).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jun 2004 07:16:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293372#M513674</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-06-02T07:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293373#M513675</link>
      <description>Leif,&lt;BR /&gt; &lt;BR /&gt;backslashes in file names are perfectly legal from a Unix point of view. Unfortunately Ignite is unable to handle them, which is a known limitation (JAGaf01832).&lt;BR /&gt; &lt;BR /&gt;The problem is the filter_dead_files() &lt;BR /&gt;function, coded in the Ignite script /opt/ignite/data/scripts/make_sys_image. Add the -r option to the two print statements and you're done.&lt;BR /&gt; &lt;BR /&gt; filter_dead_files() {&lt;BR /&gt;  # NREad from standard-in and then check for any files&lt;BR /&gt;  # that are no longer on the system and remove them&lt;BR /&gt;  # from the list.  Also note that the files in the list&lt;BR /&gt;  # have been stripped of their first "/".  Therefore,&lt;BR /&gt;  # it has been added for the test.&lt;BR /&gt;  while read -r FILE_IN&lt;BR /&gt;  do&lt;BR /&gt;    # Check if file exists and is readable.  If not, do not archive.&lt;BR /&gt;    if [[ -r "/${FILE_IN}" || -L "/${FILE_IN}" || -S "/${FILE_IN}" \&lt;BR /&gt;       || -p "/${FILE_IN}" || -b "/${FILE_IN}" || -c "/${FILE_IN}" \&lt;BR /&gt;       || -d "/${FILE_IN}" || -f "/${FILE_IN}" ]]; then&lt;BR /&gt;      # The calling program accepts all output, so just do so.&lt;BR /&gt;      print -r -- "${FILE_IN}"&lt;BR /&gt;    else&lt;BR /&gt;      print -r "       /${FILE_IN}" &amp;gt;&amp;gt; ${TMP_GONE_FILE_LIST}&lt;BR /&gt;    fi&lt;BR /&gt;  done&lt;BR /&gt;} # End filter_dead_files()&lt;BR /&gt; &lt;BR /&gt;Best regards...&lt;BR /&gt;Dietmar.</description>
      <pubDate>Wed, 02 Jun 2004 10:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293373#M513675</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2004-06-02T10:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293374#M513676</link>
      <description>Unix likes the filenames,has no issues.&lt;BR /&gt;&lt;BR /&gt;Ignite coughs up furballs. Looks like pax, maybe a pax patch will help. Probably not.&lt;BR /&gt;&lt;BR /&gt;If the files are generated regularly, then you'll need for the short term to go get the files before running make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;I've got a back thread on the same issue, only it wasn't an openview file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 02 Jun 2004 10:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293374#M513676</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-06-02T10:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293375#M513677</link>
      <description>Hi,&lt;BR /&gt;I expressed me unclear.&lt;BR /&gt;A filename containing backslashes can obviously exist in HP-UX (as I had a such file on my system). &lt;BR /&gt;&lt;BR /&gt;What I should say was that backslash is a special character for the shell and must be escaped if you want to use in filenames (and it is a little risk a such file is created by mistake).&lt;BR /&gt;&lt;BR /&gt;I will try the solution described by Dieter.&lt;BR /&gt;&lt;BR /&gt;Thank You !&lt;BR /&gt;&lt;BR /&gt;Leif</description>
      <pubDate>Wed, 02 Jun 2004 13:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-problem/m-p/3293375#M513677</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2004-06-02T13:47:42Z</dc:date>
    </item>
  </channel>
</rss>

