<?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 Backup Structure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896607#M633595</link>
    <description>How can I do to backup the struture de LVM, volumen group, logical volumen, disks and file systems, Is It possible?&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 04 Feb 2003 18:18:31 GMT</pubDate>
    <dc:creator>Diego_19</dc:creator>
    <dc:date>2003-02-04T18:18:31Z</dc:date>
    <item>
      <title>Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896607#M633595</link>
      <description>How can I do to backup the struture de LVM, volumen group, logical volumen, disks and file systems, Is It possible?&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Feb 2003 18:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896607#M633595</guid>
      <dc:creator>Diego_19</dc:creator>
      <dc:date>2003-02-04T18:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896608#M633596</link>
      <description>You run the vgcfgbackup command which saves the meta data to a file. Man vgcfgbackup and vgcfgrestore for details. &lt;BR /&gt;&lt;BR /&gt;You can also get valuable data using the "strings /etc/lvmtab" command.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 18:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896608#M633596</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-04T18:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896609#M633597</link>
      <description>One way is to run an inventory script on the system that identifies all the components that you mentioned, and which stores it off the server.&lt;BR /&gt;&lt;BR /&gt;The 'sysinfo' is a good start, as is 'print_manifest' (part of the Ignite suite).&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Tue, 04 Feb 2003 18:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896609#M633597</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-04T18:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896610#M633598</link>
      <description>Example&lt;BR /&gt;I have a volume group /dev/vg01 with several logical volume and filesystems. I need remove the logical volume and vg01, and restore the same way, and fast.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Feb 2003 18:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896610#M633598</guid>
      <dc:creator>Diego_19</dc:creator>
      <dc:date>2003-02-04T18:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896611#M633599</link>
      <description>Have you already removed vg01 and want to restore it? Or do you wish to try this now?&lt;BR /&gt;&lt;BR /&gt;I am not sure what you want. Can you tell us more?&lt;BR /&gt;&lt;BR /&gt;Thanks, Ian</description>
      <pubDate>Tue, 04 Feb 2003 18:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896611#M633599</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-04T18:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896612#M633600</link>
      <description>Here is an approach....&lt;BR /&gt;&lt;BR /&gt;/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;This will back up vg00 and all LVM structure.  &lt;BR /&gt;&lt;BR /&gt;Seperately back up the data on vg01.&lt;BR /&gt;&lt;BR /&gt;Boot of the Ignite tape and restore that, then the data to vg01.&lt;BR /&gt;&lt;BR /&gt;If all you need to back up is the LVM structure, this will do it.  Handle data seperately and you're done.&lt;BR /&gt;&lt;BR /&gt;If you need to somehow change vg01's structure,and then restore data to a modified LVM structure then A. Clay already gave you the answer.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Tue, 04 Feb 2003 19:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896612#M633600</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-04T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896613#M633601</link>
      <description>To Iam&lt;BR /&gt;Yes, I do but is a test machine.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The vg01 it has a one disk c1t4d0, logical volumes and file systems.&lt;BR /&gt;I do this&lt;BR /&gt;# vgcfgbackup -f /tmp/vg01.backup vg01&lt;BR /&gt;Remove the logical volumens and vg01&lt;BR /&gt;lvremove, vgremove&lt;BR /&gt;&lt;BR /&gt;Question one I need to create the /dev/vg01 againg before run vgrestore&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 19:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896613#M633601</guid>
      <dc:creator>Diego_19</dc:creator>
      <dc:date>2003-02-04T19:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896614#M633602</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls explore vgexport and vgimport commands. Read about -p option in vgexport command.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 04 Feb 2003 19:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896614#M633602</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-04T19:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Structure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896615#M633603</link>
      <description>I don`t want to do export o import.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 04 Feb 2003 19:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-structure/m-p/2896615#M633603</guid>
      <dc:creator>Diego_19</dc:creator>
      <dc:date>2003-02-04T19:24:41Z</dc:date>
    </item>
  </channel>
</rss>

