<?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: Another HP-UX Mirroring Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635700#M378979</link>
    <description>If I select Mirror 1 in SAM, is SAM smart enough to use the other disk device?&lt;BR /&gt;&lt;BR /&gt;I guess the part that is throwing me is that UX/Mirroring starts with extending a Volume Group across two disks.  Initially, this is fine as all the lvols of interest happen to all be on the first physical disk.&lt;BR /&gt;&lt;BR /&gt;After this extension, what's to stop SAM (or the command line for that matter) from putting any new lvols created on both (or either/or) the primary and mirror physical devices (i.e. linearly across the open space)?  Or is SAM smart enough to know "Mirror = 1, so put lvol on device A, then mirror on device B if there are two devices for this vgroup).&lt;BR /&gt;&lt;BR /&gt;I mean, if you simply START by extended a volume group across two devices, it'll usually span lvols across the two however it sees fit, no?</description>
    <pubDate>Sat, 22 May 2010 19:21:57 GMT</pubDate>
    <dc:creator>Stevereno_1</dc:creator>
    <dc:date>2010-05-22T19:21:57Z</dc:date>
    <item>
      <title>Another HP-UX Mirroring Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635698#M378977</link>
      <description>Greetings,&lt;BR /&gt;I believe I have successfully implemented mirroring on an older HP-UX server (L-class, PA-RISC with 11.23).&lt;BR /&gt;&lt;BR /&gt;My question is- now that vg00 is extended onto the new disk with lvol1-7 mirrored, how are new lvols to be created with remaining space?&lt;BR /&gt;&lt;BR /&gt;If I use SAM, I don't see a way to specify that new lvols wind-up on primary or mirror device, and I'd assume at the minimum, after creation, I'd need to shell-out and -m them to the mirror device.  I'm just concerned if SAM is going to put them on the mirror device or if it will only put them on the parent/original vg disk.&lt;BR /&gt;&lt;BR /&gt;So what's the best way to add new lvols?  Is there anyway SAM can be used (even if post-fix mirroring afterwards at the shell, which is fine).  Or from the point of adding mirroring, do any and all new lvols need be added from the shell to specify the primary device? &lt;BR /&gt;&lt;BR /&gt;Thank you in advance!</description>
      <pubDate>Sat, 22 May 2010 19:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635698#M378977</guid>
      <dc:creator>Stevereno_1</dc:creator>
      <dc:date>2010-05-22T19:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Another HP-UX Mirroring Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635699#M378978</link>
      <description>When using SAM you can select the the option for mirroring or not, but I always use the command line for such task for better control.</description>
      <pubDate>Sat, 22 May 2010 19:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635699#M378978</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-05-22T19:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Another HP-UX Mirroring Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635700#M378979</link>
      <description>If I select Mirror 1 in SAM, is SAM smart enough to use the other disk device?&lt;BR /&gt;&lt;BR /&gt;I guess the part that is throwing me is that UX/Mirroring starts with extending a Volume Group across two disks.  Initially, this is fine as all the lvols of interest happen to all be on the first physical disk.&lt;BR /&gt;&lt;BR /&gt;After this extension, what's to stop SAM (or the command line for that matter) from putting any new lvols created on both (or either/or) the primary and mirror physical devices (i.e. linearly across the open space)?  Or is SAM smart enough to know "Mirror = 1, so put lvol on device A, then mirror on device B if there are two devices for this vgroup).&lt;BR /&gt;&lt;BR /&gt;I mean, if you simply START by extended a volume group across two devices, it'll usually span lvols across the two however it sees fit, no?</description>
      <pubDate>Sat, 22 May 2010 19:21:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635700#M378979</guid>
      <dc:creator>Stevereno_1</dc:creator>
      <dc:date>2010-05-22T19:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Another HP-UX Mirroring Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635701#M378980</link>
      <description>see man lvcreate:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;-s strict&lt;BR /&gt;Set the strict allocation policy. Mirror copies of a logical extent can be allocated to share or not share the same physical volume or physical volume group. strict can have one of the following values: &lt;BR /&gt;&lt;BR /&gt;y&lt;BR /&gt;Set a strict allocation policy. Mirrors of a logical extent cannot share the same physical volume. This is the default.&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Per default the mirror copy must be on another disk.</description>
      <pubDate>Sat, 22 May 2010 19:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/another-hp-ux-mirroring-question/m-p/4635701#M378980</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-05-22T19:30:09Z</dc:date>
    </item>
  </channel>
</rss>

