<?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: Disk Mirroring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466449#M555385</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Did you first 'pvcreate' with the bootable option to reserve space?&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/c2t15d0&lt;BR /&gt;&lt;BR /&gt;Too, you must mirror lvol1, lvol2 and lvol3 (at least) in that order.  You should mirror all of the logical volume in vg00 anyway, but the order of the first three matters.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 24 Jul 2009 18:22:42 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-07-24T18:22:42Z</dc:date>
    <item>
      <title>Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466448#M555384</link>
      <description>Hi i am getting this error when i am trying to mirror my test machine drive:&lt;BR /&gt;&lt;BR /&gt;# mkboot –l /dev/rdsk/c2t15d0&lt;BR /&gt;# mkboot –a “hpux” /dev/rdsk/c2t15d0&lt;BR /&gt;# lvextend –m 1 /dev/vg00/lvol2 /dev/dsk/c2t2&lt;BR /&gt;d0&lt;BR /&gt;&lt;BR /&gt;Logical volume "/dev/vg00/lvol2" has been successfully extended.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I really appreciate your help,Please advise. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Fri, 24 Jul 2009 17:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466448#M555384</guid>
      <dc:creator>Frank Sam</dc:creator>
      <dc:date>2009-07-24T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466449#M555385</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Did you first 'pvcreate' with the bootable option to reserve space?&lt;BR /&gt;&lt;BR /&gt;# pvcreate -B /dev/rdsk/c2t15d0&lt;BR /&gt;&lt;BR /&gt;Too, you must mirror lvol1, lvol2 and lvol3 (at least) in that order.  You should mirror all of the logical volume in vg00 anyway, but the order of the first three matters.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 24 Jul 2009 18:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466449#M555385</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-24T18:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466450#M555386</link>
      <description>&lt;!--!*#--&gt;I am getting this message when i do pvcreate&lt;BR /&gt;&lt;BR /&gt;pvcreate: The physical volume already belongs to a volume group&lt;BR /&gt;&lt;BR /&gt;also this is the setup that i followed.Note that i only got this message when i was adding the second lvol. everything else synchronized perfectly.&lt;BR /&gt; &lt;BR /&gt;(see the attachment if you cannot read the below.)&lt;BR /&gt;&lt;BR /&gt;#mkboot â  l /dev/rdsk/c2t2d0&lt;BR /&gt;&lt;BR /&gt;# mkboot -a "hpux" /dev/rdsk/c2t2d0&lt;BR /&gt;There appear to be non-boot logical volumes on this device.&lt;BR /&gt;Overwriting them could destroy all the data on this device&lt;BR /&gt;Should the logical volumes be overwritten [y/n]? y&lt;BR /&gt;# lifls -l /dev/rdsk/c2t2d0&lt;BR /&gt;volume c2t2d0 data size 7984 directory size 8 09/07/24 13:53:41&lt;BR /&gt;filename   type   start   size     implement  created&lt;BR /&gt;===============================================================&lt;BR /&gt;ISL        -12800 584     242      0          06/04/19 14:02:34&lt;BR /&gt;AUTO       -12289 832     1        0          06/04/19 14:02:34&lt;BR /&gt;HPUX       -12928 840     1024     0          06/04/19 14:02:34&lt;BR /&gt;PAD        -12290 1864    1468     0          06/04/19 14:02:34&lt;BR /&gt;LABEL      BIN    3336    8        0          09/07/24 14:13:02&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0&lt;BR /&gt;The newly allocated mirrors are now being synchronized. This operation will&lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;Logical volume "/dev/vg00/lvol1" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t2d0&lt;BR /&gt;The newly allocated mirrors are now being synchronized. This operation will&lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;Logical volume "/dev/vg00/lvol2" has been successfully extended.&lt;BR /&gt;lvlnboot: LIF information corrupt or not present on  "/dev/dsk/c2t2d0".&lt;BR /&gt;Use the "mkboot" command to initialize the LIF area.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t2d0&lt;BR /&gt;The newly allocated mirrors are now being synchronized. This operation will&lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;Logical volume "/dev/vg00/lvol3" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvol4 /dev/dsk/c2t2d0&lt;BR /&gt;The newly allocated mirrors are now being synchronized. This operation will&lt;BR /&gt;take some time. Please wait ....&lt;BR /&gt;Logical volume "/dev/vg00/lvol4" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;Thank You for the quick reply.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jul 2009 18:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466450#M555386</guid>
      <dc:creator>Frank Sam</dc:creator>
      <dc:date>2009-07-24T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466451#M555387</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;I don't believe that your 'pvcreate' of the physical volume that you are attempting to mirror to was created as a bootable disk (with 'pvcreate -B').&lt;BR /&gt;&lt;BR /&gt;At this point, 'lvreduce' the mirrored logical volumes on it; 'vgreduce' it from the vg00 volume group and _begin_ again with 'pvcreate -B'; 'vgextend' the physical disk into the existing volume group; do your 'mkboot' commands and 'lvextend -m' each logical volume in order.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 24 Jul 2009 18:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466451#M555387</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-24T18:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466452#M555388</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It worked didnt give me that error on that step so i am gonna sync the rest of the volumes. You are the best .&lt;BR /&gt;Thank You</description>
      <pubDate>Fri, 24 Jul 2009 19:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466452#M555388</guid>
      <dc:creator>Frank Sam</dc:creator>
      <dc:date>2009-07-24T19:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Mirroring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466453#M555389</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It worked didnt give me that error on that step so i am gonna sync the rest of the volumes. You are the best .  Thank you&lt;BR /&gt;&lt;BR /&gt;You're welcome.  Please read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Points are a way of saying "thank you" _AND_ of leading future readers to posts that may help them solve their particular problem.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Jul 2009 20:51:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-mirroring/m-p/4466453#M555389</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-24T20:51:25Z</dc:date>
    </item>
  </channel>
</rss>

