<?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 ignite/ux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783756#M77906</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there an option of excluding a directory during image creation of ignite/ux using make_recovery command? By the way I'm using make_recovery -ACv.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Mon, 12 Aug 2002 05:22:47 GMT</pubDate>
    <dc:creator>Ricky_4</dc:creator>
    <dc:date>2002-08-12T05:22:47Z</dc:date>
    <item>
      <title>ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783756#M77906</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Is there an option of excluding a directory during image creation of ignite/ux using make_recovery command? By the way I'm using make_recovery -ACv.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 12 Aug 2002 05:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783756#M77906</guid>
      <dc:creator>Ricky_4</dc:creator>
      <dc:date>2002-08-12T05:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783757#M77907</link>
      <description>#make_recovery -A -c -v -i -p -d /dev/rmt/0mn&lt;BR /&gt;&lt;BR /&gt;This p option will do a preview instead doing a ignite image.&lt;BR /&gt;Then you can edit&lt;BR /&gt;/var/opt/ignite/recovery/arch.include&lt;BR /&gt;file and exclude the files and directories that are not required.&lt;BR /&gt;&lt;BR /&gt;Then the -r option resumes the ignite image creation.&lt;BR /&gt;&lt;BR /&gt;check for the man pages of make_recovery.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;G Manikandan</description>
      <pubDate>Mon, 12 Aug 2002 05:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783757#M77907</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-12T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783758#M77908</link>
      <description>You can use make_tape_recovery:&lt;BR /&gt;# make_tape_recovery -I -v -a /dev/rmt/0m -x inc_entire=vg00 -x exc_dir=/dir&lt;BR /&gt;&lt;BR /&gt;key: exc_dir will exclude this directory&lt;BR /&gt;&lt;BR /&gt;regards Seba &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 05:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783758#M77908</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-08-12T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783759#M77909</link>
      <description>Sorry there is a mistake in syntax, should be keywords: include and exclude look to man pages: man make_tape_recovery&lt;BR /&gt;&lt;BR /&gt;seba</description>
      <pubDate>Mon, 12 Aug 2002 05:39:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783759#M77909</guid>
      <dc:creator>Sebastian Galeski_1</dc:creator>
      <dc:date>2002-08-12T05:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783760#M77910</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;# make_tape_recovery -I -v -a /dev/rmt/?mn -x inc_entire=vg00 -x exclude=/dir/name &lt;BR /&gt;&lt;BR /&gt;This information is in the man page for 'make_tape_recovery'  &lt;BR /&gt;&lt;BR /&gt;BTW: The 'Interactive' (-I) option is better, you can have total control over what get's recovered.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 05:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783760#M77910</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-12T05:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783761#M77911</link>
      <description>Hi Michael Tully,&lt;BR /&gt;&lt;BR /&gt;Using this command&lt;BR /&gt;"#make_tape_recovery -I -v -a /dev/rmt/?mn -x inc_entire=vg00 -x exclude=/dir/name", what will be the separator if there is many exclude directory within the "-x exclude" option?&lt;BR /&gt;&lt;BR /&gt;Thank again.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 07:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783761#M77911</guid>
      <dc:creator>Ricky_4</dc:creator>
      <dc:date>2002-08-12T07:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: ignite/ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783762#M77912</link>
      <description># make_tape_recovery -I -v -a /dev/rmt/?mn -x inc_entire=vg00 -x exclude=/xxx -x exclude=/yyy -x exclude=/zzz&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 13 Aug 2002 05:47:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-ux/m-p/2783762#M77912</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-13T05:47:48Z</dc:date>
    </item>
  </channel>
</rss>

