<?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 Non-root volume groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913623#M511432</link>
    <description>I've used ignite on systems w/ only root volume group (everything else was mounted).  Now, I'm working on systems w/ multiple volume groups. &lt;BR /&gt;&lt;BR /&gt;I'm including all of vg00 on the ignite tape. &lt;BR /&gt;&lt;BR /&gt;I am assuming that when the system is booted from the tape, all of the vgs will have there configuration restored as well.  I'm also assuming that if the ignite tape is current, all of the data on the other vgs will be accessible.&lt;BR /&gt;&lt;BR /&gt;Are these correct assumptions (I've got good backups of the other vgs, I'm just trying to document recovery procedures for various scenarios)&lt;BR /&gt;&lt;BR /&gt;Thx...</description>
    <pubDate>Wed, 20 Jul 2005 09:55:50 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2005-07-20T09:55:50Z</dc:date>
    <item>
      <title>Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913623#M511432</link>
      <description>I've used ignite on systems w/ only root volume group (everything else was mounted).  Now, I'm working on systems w/ multiple volume groups. &lt;BR /&gt;&lt;BR /&gt;I'm including all of vg00 on the ignite tape. &lt;BR /&gt;&lt;BR /&gt;I am assuming that when the system is booted from the tape, all of the vgs will have there configuration restored as well.  I'm also assuming that if the ignite tape is current, all of the data on the other vgs will be accessible.&lt;BR /&gt;&lt;BR /&gt;Are these correct assumptions (I've got good backups of the other vgs, I'm just trying to document recovery procedures for various scenarios)&lt;BR /&gt;&lt;BR /&gt;Thx...</description>
      <pubDate>Wed, 20 Jul 2005 09:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913623#M511432</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-07-20T09:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913624#M511433</link>
      <description>Hi SA,&lt;BR /&gt;&lt;BR /&gt;No they're not.&lt;BR /&gt;ONLY if you include -x inc_entire=vg_name will the non-vg00 VGs be backed up &amp;amp; therefore restored. However the vg info from /etc/lvmconf will be backed up allowing you to re-import them post restore.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 20 Jul 2005 09:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913624#M511433</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-07-20T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913625#M511434</link>
      <description>That's exactly the info that I wanted to know.&lt;BR /&gt;&lt;BR /&gt;My concern was that all of the data in the other volume groups would have to be recovered everytime.&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Wed, 20 Jul 2005 10:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913625#M511434</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-07-20T10:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913626#M511435</link>
      <description>as Jeff said, unless you used the -x inc_entire=vgname switch multiple times for every volume group to be included in your ignite image, you will not have access to these vg's contents when you ignite another server with this tape. Even though it is "do"able, this is not the best way to recover systems. Only -x inc_entire=vg00 should be included in your ignite tape creation and the rest of the vg's should be backed p by whatever backup solution you are using and restored once the other server finishes getting ignited.</description>
      <pubDate>Wed, 20 Jul 2005 10:12:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913626#M511435</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-20T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913627#M511436</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;as far as I know the best way to backup the entire system is as follows:&lt;BR /&gt;&lt;BR /&gt;- for vg00&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00 -v&lt;BR /&gt;&lt;BR /&gt;This will do a bootable tape saving whole vg00 (LVM structure+data) and the LVM structure of other VGs but of course not data.&lt;BR /&gt;&lt;BR /&gt;- for data of other VGs (NOT-vg00)&lt;BR /&gt;backup data by other tools (fbackup, tar, Data Protector and so on....)&lt;BR /&gt;&lt;BR /&gt;This is my preferable way.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 20 Jul 2005 10:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913627#M511436</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-07-20T10:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913628#M511437</link>
      <description>We do:&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/3mn&lt;BR /&gt;&lt;BR /&gt;and get Data Protector to backup the rest.&lt;BR /&gt;&lt;BR /&gt;I got this Ignite command from the forums some time ago.&lt;BR /&gt;&lt;BR /&gt;I'll be testing it again quite soon, which is always interesting.</description>
      <pubDate>Thu, 21 Jul 2005 08:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913628#M511437</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-07-21T08:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913629#M511438</link>
      <description>Make you have created map files of all your volume groups, and that the maps are are stored in vg00&lt;BR /&gt;&lt;BR /&gt;vgexport -p -m vg02.map /dev/vg02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will allow you to easily import the volume groups after restoring vg00</description>
      <pubDate>Thu, 21 Jul 2005 09:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913629#M511438</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-21T09:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Non-root volume groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913630#M511439</link>
      <description>My concern was that, if the data in the other vgs wasn't corrupted (damage vg00 only), I would still have to restore everything from OmniBack.  &lt;BR /&gt;&lt;BR /&gt;It appears that in this case, all I need to to is ignite then vgimport and I'd be good to go.&lt;BR /&gt;&lt;BR /&gt;thanks all.</description>
      <pubDate>Thu, 21 Jul 2005 10:09:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/non-root-volume-groups/m-p/4913630#M511439</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-07-21T10:09:42Z</dc:date>
    </item>
  </channel>
</rss>

