<?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: Best practice to backup Lv in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680073#M245210</link>
    <description>- dd can be used to make a copy of the logical volumes regardless of its content. So you can dd each lvol using the no-rewind device file.&lt;BR /&gt;- i am not sure, but you can take a try using make_tape_recovery to backup non rootvg&lt;BR /&gt;make_tape_recovery -p -v -x inc_entire=vg01&lt;BR /&gt;- why you need a nonroot vg image backup? we actually dont require image backup for nonroot vg. It is better to go for a normal backup with tar, fbackup or other 3rd party backup softwares.&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Nov 2005 10:39:11 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2005-11-28T10:39:11Z</dc:date>
    <item>
      <title>Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680068#M245205</link>
      <description>Hi.. i want to backup my lv inside my Vg to tape.&lt;BR /&gt;i try to use tar , but i think it only create one file inside the tape.&lt;BR /&gt;my lv are :&lt;BR /&gt;/dev/vgsapdev/lvusrsapput&lt;BR /&gt;/dev/vgsapdev/lvsapd01&lt;BR /&gt;/dev/vgsapdev/lvsaptrans&lt;BR /&gt;/dev/vgsapdev/lvinfd01&lt;BR /&gt;/dev/vgsapdev/lvsapmnt&lt;BR /&gt;&lt;BR /&gt;they all on different mountpoint. &lt;BR /&gt;How can i backup them ? and the restore it, since it's not root vg so i can't use make_recovery.&lt;BR /&gt;Responses really appreciate, thank you all :)</description>
      <pubDate>Mon, 28 Nov 2005 10:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680068#M245205</guid>
      <dc:creator>Muda Ikhsan_1</dc:creator>
      <dc:date>2005-11-28T10:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680069#M245206</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you would use tar for more file you can use the no rewind tape (example /dev/rmt/0mn ) in the tar command.&lt;BR /&gt;&lt;BR /&gt;DM.</description>
      <pubDate>Mon, 28 Nov 2005 10:12:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680069#M245206</guid>
      <dc:creator>mirco_1</dc:creator>
      <dc:date>2005-11-28T10:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680070#M245207</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you should use SAM:&lt;BR /&gt;&lt;BR /&gt;Type sam as root and go to Backup and Recovery -&amp;gt; Interactive Backup and Recovery -&amp;gt; [select the backup device OR go to Actions -&amp;gt; Use Remote Backup Device if the tape drive is in another server -&amp;gt;] -&amp;gt; Back Up Files Interactively... and select the files/directories you want to backup.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 28 Nov 2005 10:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680070#M245207</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-11-28T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680071#M245208</link>
      <description>Shalom Muda,&lt;BR /&gt;&lt;BR /&gt;I would run a vgexport with -p and -m to create a mapfile.&lt;BR /&gt;&lt;BR /&gt;This is quite helpful when restoring a system.&lt;BR /&gt;&lt;BR /&gt;You can use make_tape_recovery/make_net_recovery to back up the boot partition and all logical volume information.&lt;BR /&gt;&lt;BR /&gt;You can use fbackup.&lt;BR /&gt;&lt;BR /&gt;You can create one tar file and then re-tar it to tape.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Nov 2005 10:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680071#M245208</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-28T10:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680072#M245209</link>
      <description>If you are doing some kind of backup, it is hoped that the files in these LVs are included in the backup.&lt;BR /&gt;&lt;BR /&gt;If you are looking for saving the VG configuration, you can use the 'vgcfgbackup' command. &lt;BR /&gt;&lt;BR /&gt;Doing an Ignite on vg00 is always a good idea and this will get the /etc/lvmtab file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 10:16:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680072#M245209</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-11-28T10:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680073#M245210</link>
      <description>- dd can be used to make a copy of the logical volumes regardless of its content. So you can dd each lvol using the no-rewind device file.&lt;BR /&gt;- i am not sure, but you can take a try using make_tape_recovery to backup non rootvg&lt;BR /&gt;make_tape_recovery -p -v -x inc_entire=vg01&lt;BR /&gt;- why you need a nonroot vg image backup? we actually dont require image backup for nonroot vg. It is better to go for a normal backup with tar, fbackup or other 3rd party backup softwares.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 10:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680073#M245210</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2005-11-28T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Best practice to backup Lv</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680074#M245211</link>
      <description>If you would like to use tar get the mountpoints and perform the following:&lt;BR /&gt;&lt;BR /&gt; tar cv -C mountpoint1 . -C mountpoint2 .&lt;BR /&gt;&lt;BR /&gt;You get the idea... &lt;BR /&gt;&lt;BR /&gt;To recover this data:&lt;BR /&gt;&lt;BR /&gt;tar -xvf /dev/rmt/0m&lt;BR /&gt;&lt;BR /&gt;This will extract the data into the respective directories.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 10:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-practice-to-backup-lv/m-p/3680074#M245211</guid>
      <dc:creator>Tonya Underwood</dc:creator>
      <dc:date>2005-11-28T10:45:53Z</dc:date>
    </item>
  </channel>
</rss>

