<?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: Raw Device backup on mounted filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392469#M665451</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not clear about your requirement. If it is a mounted filesystem, you can use tar to take the image bakcup.&lt;BR /&gt;&lt;BR /&gt;#tar cvf /tmp/imagefile.tar /&lt;MOUNT point=""&gt;&lt;/MOUNT&gt;</description>
    <pubDate>Wed, 01 Apr 2009 14:11:45 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-04-01T14:11:45Z</dc:date>
    <item>
      <title>Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392466#M665448</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;  I would like to know if there is a way to do an image backup of a mounted filesystem, knowing that it will be inconsistent and then use another backup utility to read this image and do the correction of the corrupted files?&lt;BR /&gt;&lt;BR /&gt;HP UX 11.11&lt;BR /&gt;Data Protector 5.5&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 01 Apr 2009 14:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392466#M665448</guid>
      <dc:creator>samboom71</dc:creator>
      <dc:date>2009-04-01T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392467#M665449</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In general, the application using the raw disk area has a utility for backing up the data to a regular file system or tape.&lt;BR /&gt;&lt;BR /&gt;For example, Oracle ships with rman, DP has a module for backing up oracle databases. These utilities can do what you want.&lt;BR /&gt;&lt;BR /&gt;To provide more specific help, you will need to tell us what application is using the raw disk area.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Apr 2009 14:07:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392467#M665449</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-01T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392468#M665450</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If it is an Oracle database, you will always need to start with a consistent cold (cp, tar, fbackup, DP, etc...) or hot (RMAN) backup to restore your database. Then, if you are in archivelog mode and have those archivelogs in the appropriate fs directory (parameter log_archive_dest) you can recover to a specific date/time.  &lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 01 Apr 2009 14:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392468#M665450</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2009-04-01T14:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392469#M665451</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not clear about your requirement. If it is a mounted filesystem, you can use tar to take the image bakcup.&lt;BR /&gt;&lt;BR /&gt;#tar cvf /tmp/imagefile.tar /&lt;MOUNT point=""&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Wed, 01 Apr 2009 14:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392469#M665451</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-01T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392470#M665452</link>
      <description>Hi there,&lt;BR /&gt;  in fact, it's a huge filesystem which is in the production (Not Oracle files), I want to take a hot image (mounted) of it and find a way to repair the inconsistency. I hope you've got my point.&lt;BR /&gt;&lt;BR /&gt;thanx</description>
      <pubDate>Wed, 01 Apr 2009 14:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392470#M665452</guid>
      <dc:creator>samboom71</dc:creator>
      <dc:date>2009-04-01T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Raw Device backup on mounted filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392471#M665453</link>
      <description>No, I think it will not work this way.&lt;BR /&gt;&lt;BR /&gt;You can consider to mount a snapshot and &lt;BR /&gt;backup the snapshot instead of the real filesystem.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Fri, 03 Apr 2009 20:07:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-device-backup-on-mounted-filesystem/m-p/4392471#M665453</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2009-04-03T20:07:53Z</dc:date>
    </item>
  </channel>
</rss>

