<?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 makrec.append in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950957#M115950</link>
    <description>Can someone please give me the correct format to set up the makrec.append file for ignite tape.  I have never used it before but need to now to include one file system in a different vg.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 14 Apr 2003 15:54:28 GMT</pubDate>
    <dc:creator>JohnMuir</dc:creator>
    <dc:date>2003-04-14T15:54:28Z</dc:date>
    <item>
      <title>makrec.append</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950957#M115950</link>
      <description>Can someone please give me the correct format to set up the makrec.append file for ignite tape.  I have never used it before but need to now to include one file system in a different vg.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 14 Apr 2003 15:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950957#M115950</guid>
      <dc:creator>JohnMuir</dc:creator>
      <dc:date>2003-04-14T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: makrec.append</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950958#M115951</link>
      <description>Hhm, could only find the following info.&lt;BR /&gt;&lt;BR /&gt;To be honest doesn't sound very familiar to me.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdca8e3ed7640d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdca8e3ed7640d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Mon, 14 Apr 2003 16:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950958#M115951</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-04-14T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: makrec.append</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950959#M115952</link>
      <description>If you are using make_tape_recovery you can include any file(s) you like with the -x option. Let's say you want to backup everything in vg00 and include /oracle/stuff on the Ignite tape:&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -v -x include=/oracle/stuff &lt;BR /&gt;&lt;BR /&gt;man make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;you can include many dirs/files with multiple -x options.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2003 16:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950959#M115952</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-14T16:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: makrec.append</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950960#M115953</link>
      <description>If you have an old version of Ignite or you just want to use the outdated make_recovery then you have to have a makrec_append file to get stuff not in vg00.&lt;BR /&gt;&lt;BR /&gt;From the man page on make_recovery:&lt;BR /&gt;&lt;BR /&gt; ** User Core OS **&lt;BR /&gt;      file: filename&lt;BR /&gt;      file: filename&lt;BR /&gt;      file: filename&lt;BR /&gt;      dir: dirname&lt;BR /&gt;      product: productname&lt;BR /&gt;      ** User Data **&lt;BR /&gt;      file: filename&lt;BR /&gt;      file: filename&lt;BR /&gt;      product: productname&lt;BR /&gt;      dir: dirname&lt;BR /&gt;&lt;BR /&gt;      The headers ** User Core OS ** and ** User Data ** are fixed form.&lt;BR /&gt;      The file, product, dir keywords indicate that portions of the OS can&lt;BR /&gt;      be appended on a per file, directory, or productname bases.  Files,&lt;BR /&gt;      products names and/or directories included under ** User CORE OS **&lt;BR /&gt;      are included in /var/opt/ignite/recovery/makrec.last, while file,&lt;BR /&gt;      product, dir contained under the ** User Data ** portion are not&lt;BR /&gt;      appended to /var/opt/ignite/recovery/makrec.last.  The&lt;BR /&gt;      /var/opt/ignite/recovery/makrec.last file is used by check_recovery.&lt;BR /&gt;Standard input&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So your makrec.append file would look like this:&lt;BR /&gt;&lt;BR /&gt;** User Core OS **&lt;BR /&gt;file: /oracle/stuff&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2003 16:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/makrec-append/m-p/2950960#M115953</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2003-04-14T16:43:10Z</dc:date>
    </item>
  </channel>
</rss>

