<?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 Snapshots snapof= in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741054#M786252</link>
    <description>This should be an easy one.  I think I know the answer but because it has to do with backups I want a second opinion.&lt;BR /&gt;&lt;BR /&gt;I have the following command which creates a snapshot.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mount -F vxfs -o snapof=/dev/vgprd/prd /dev/vgprd/prdbu /buprd&lt;BR /&gt;&lt;BR /&gt;Now that I have the snapshot.....&lt;BR /&gt;I backup using the new mount point of /buprd (/dev/vgprd/prdbu) not my original mount point /prd (/dev/vgprd/prd).  Correct???</description>
    <pubDate>Tue, 28 Feb 2006 13:40:44 GMT</pubDate>
    <dc:creator>Ray Humpage</dc:creator>
    <dc:date>2006-02-28T13:40:44Z</dc:date>
    <item>
      <title>Snapshots snapof=</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741054#M786252</link>
      <description>This should be an easy one.  I think I know the answer but because it has to do with backups I want a second opinion.&lt;BR /&gt;&lt;BR /&gt;I have the following command which creates a snapshot.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mount -F vxfs -o snapof=/dev/vgprd/prd /dev/vgprd/prdbu /buprd&lt;BR /&gt;&lt;BR /&gt;Now that I have the snapshot.....&lt;BR /&gt;I backup using the new mount point of /buprd (/dev/vgprd/prdbu) not my original mount point /prd (/dev/vgprd/prd).  Correct???</description>
      <pubDate>Tue, 28 Feb 2006 13:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741054#M786252</guid>
      <dc:creator>Ray Humpage</dc:creator>
      <dc:date>2006-02-28T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshots snapof=</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741055#M786253</link>
      <description>Yes, that is correct although my convention (and therefore, by definition, the "correct" convention) is to use "snap" as the prefix so that /buprd would become /snapprd. You would backup using the "/buprd" mountpoint but the regular application continues to use normal mountpoint.&lt;BR /&gt;&lt;BR /&gt;You haven't quite got the command right; I assume that your filesystem is called /u01/myfilesystem.&lt;BR /&gt;&lt;BR /&gt;mount -F vxfs -o snapof=/u01/myfilesystem /dev/vgprd/prdbu /snapmyfilesystem&lt;BR /&gt;&lt;BR /&gt;You use the mountpoint of the original filesystem rather than the underlying block device. The 2nd argument should be a block device ~ 15% as large as the original filesystem. It is used as the snapshot buffer.&lt;BR /&gt;&lt;BR /&gt;When you all all done, you issue a umount /snapmyfilesystem and you are done. I typically also remove the snapshot mountpoints at this time and recreate them just prior to the next snapshot.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 13:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741055#M786253</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-28T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshots snapof=</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741056#M786254</link>
      <description>I am so glad that I asked my question!&lt;BR /&gt;&lt;BR /&gt;I have been running it using the block device name instead of the mount point for a couple of months now.   Glad I haven't had an outage and had to restore.  Thanks.</description>
      <pubDate>Tue, 28 Feb 2006 14:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741056#M786254</guid>
      <dc:creator>Ray Humpage</dc:creator>
      <dc:date>2006-02-28T14:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Snapshots snapof=</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741057#M786255</link>
      <description>Actually I should have said that either the mountpoint or the block device could be used as the snapof= argument. It's just that, if the mountpoint is used, the association (at least with respect to us dumb humans) to the snapshot mointpoint is much more obvious. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;snapof=/prd /dev/vgprd/prdbu /snapprd&lt;BR /&gt;is clearer than&lt;BR /&gt;snapof=/dev/vgprd/prd /dev/vgprd/prdbu /snapprd&lt;BR /&gt;&lt;BR /&gt;It's even more clear when the standard lvol1, lvol2, ... convention is used.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Feb 2006 14:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/snapshots-snapof/m-p/3741057#M786255</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-28T14:31:58Z</dc:date>
    </item>
  </channel>
</rss>

