<?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: LVM vs Internal RAID - rx2660 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031742#M600705</link>
    <description>I would configure the internal RAID. This makes life easier.&lt;BR /&gt;&lt;BR /&gt;Most problems are created by users doing the wrong steps during a disk replacement. You cannot count related threads here in this forum ...&lt;BR /&gt;I guess many people are just doing without reading before ...</description>
    <pubDate>Thu, 05 Jul 2007 10:05:11 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2007-07-05T10:05:11Z</dc:date>
    <item>
      <title>LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031736#M600699</link>
      <description>What are the advantages and disadvantages using LVM or internal RAID on an rx2660?&lt;BR /&gt;&lt;BR /&gt;Where is the best documentation source for configuring internal RAID?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Tue, 03 Jul 2007 15:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031736#M600699</guid>
      <dc:creator>Joao Rei</dc:creator>
      <dc:date>2007-07-03T15:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031737#M600700</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;with lvm you can mirror logical volumes if you want, the disadvantage is when you have to replace the disk you have to unmirror all the logical volumes and mirror it back when you repalced the disk. futher more every new logical volume you make you have to realise if you want to mirror that logical volume our not.&lt;BR /&gt;With raid configuration everyting is mirrorded at the 2 disks instantly. When the disk where little LVM was the better choice but nowdays the disk are big enough to do a raid configuration.&lt;BR /&gt;&lt;BR /&gt;grtz. mark</description>
      <pubDate>Wed, 04 Jul 2007 06:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031737#M600700</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2007-07-04T06:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031738#M600701</link>
      <description>No need to un-mirror LVOLs in LVM if you replace a disk. You have to use pvchange -a n dev_file&lt;BR /&gt;&lt;BR /&gt;But, if you mirror with LVM and you need to replace a disk - manual interaction is needed (no problem so far). The PRO is, you can use different pathes, different controllers and different disk locations to mirror your disks.&lt;BR /&gt;&lt;BR /&gt;With a hardware raid controller the SPOF is the controller, but no manual action (except replacing the disk) is needed.&lt;BR /&gt;&lt;BR /&gt;How to?&lt;BR /&gt;&lt;BR /&gt;see&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J6369-90045/index.html" target="_blank"&gt;http://docs.hp.com/en/J6369-90045/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HP 8 Internal Port SAS Controller Users Guide, June 2007</description>
      <pubDate>Wed, 04 Jul 2007 08:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031738#M600701</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-04T08:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031739#M600702</link>
      <description>And about possible issues / disavantages:&lt;BR /&gt;&lt;BR /&gt;1) Disk failure alarm&lt;BR /&gt;2) Boot without quorum&lt;BR /&gt;3) How disks synch? Who is the primary disk in a HW RAID 1 config?&lt;BR /&gt;4) System cloning&lt;BR /&gt;5) Is it necessary any kind of additional LVM configuration/procedures&lt;BR /&gt;&lt;BR /&gt;Any comments are apreciated.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joao Rei</description>
      <pubDate>Thu, 05 Jul 2007 09:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031739#M600702</guid>
      <dc:creator>Joao Rei</dc:creator>
      <dc:date>2007-07-05T09:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031740#M600703</link>
      <description>1) Disk failure alarm&lt;BR /&gt;done by the diagnostics/EMS&lt;BR /&gt;2) Boot without quorum&lt;BR /&gt;"boot vmunix -lq" for LVM &lt;BR /&gt;3) How disks synch? Who is the primary disk in a HW RAID 1 config?&lt;BR /&gt;automatic sync. if you replace a disk in LVM you have to configure it. There is no "primary" in both cases, but "Participating Physical disks"&lt;BR /&gt;4) System cloning&lt;BR /&gt;ignite is recommended for cloning hp-ux systems (both cases)&lt;BR /&gt;5) Is it necessary any kind of additional LVM configuration/procedures&lt;BR /&gt;To do what???</description>
      <pubDate>Thu, 05 Jul 2007 09:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031740#M600703</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-05T09:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031741#M600704</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1) Disk failure alarm&lt;BR /&gt;That is a problem either way, the system keeps running and in LVM you need as script to check dmesg. In hardware raid a light comes on on the front of the server.&lt;BR /&gt;&lt;BR /&gt;2) Boot without quorum&lt;BR /&gt;No problem with hardware raid.&lt;BR /&gt;&lt;BR /&gt;3) How disks synch? Who is the primary disk in a HW RAID 1 config?&lt;BR /&gt;2 disks in HW RAID 1.&lt;BR /&gt;&lt;BR /&gt;4) System cloning&lt;BR /&gt;No impact.&lt;BR /&gt;5) Is it necessary any kind of additional LVM configuration/procedures&lt;BR /&gt;None.&lt;BR /&gt;&lt;BR /&gt;Hardware Raid has an advantage over LVM. None of the work uses system memory or CPU resouces. The Hardware RAID card has its own CPU and RAM to maintain the raid set. This normally provides better performance than mirror/ux&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Jul 2007 09:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031741#M600704</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-05T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031742#M600705</link>
      <description>I would configure the internal RAID. This makes life easier.&lt;BR /&gt;&lt;BR /&gt;Most problems are created by users doing the wrong steps during a disk replacement. You cannot count related threads here in this forum ...&lt;BR /&gt;I guess many people are just doing without reading before ...</description>
      <pubDate>Thu, 05 Jul 2007 10:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031742#M600705</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-07-05T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031743#M600706</link>
      <description>I just finished setting up hardware mirroring on a RX6600 - very slick and fairly easy to do.&lt;BR /&gt;&lt;BR /&gt;I used the same doc Torsten pointed to - basically, EFI Shell and the drvcfg utility.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 05 Jul 2007 10:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031743#M600706</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-07-05T10:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031744#M600707</link>
      <description>This thread helped me to decide create an IM volume.&lt;BR /&gt;&lt;BR /&gt;I have two disks. One contains HP-UX v2.&lt;BR /&gt;I want to create an IM volume and keep the O.S.&lt;BR /&gt;&lt;BR /&gt;When creating the IM in drvcfg Ive choosen "M" - Keep existing data&lt;BR /&gt;&lt;BR /&gt;But I received this warning:  &lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;WARNING! There is currently not enough empty space at the end of this disk to create an array. Using this disk in an array will result in loss of ALL data on the disk. "  &lt;BR /&gt;&lt;BR /&gt;From the SAS User Guide:&lt;BR /&gt;"...&lt;BR /&gt;Press M to keep the existing data, synchronize the contents of the Primary and Secondary&lt;BR /&gt;disks, and create a logical volume with RAID 1 mirroring."&lt;BR /&gt;&lt;BR /&gt;Is It possible to mirror the O.S.? From the warning It says I cant.&lt;BR /&gt;&lt;BR /&gt;Has someone experienced this?&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Tanks in advance&lt;BR /&gt;&lt;BR /&gt;Joao Rei&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Aug 2007 06:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031744#M600707</guid>
      <dc:creator>Joao Rei</dc:creator>
      <dc:date>2007-08-22T06:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: LVM vs Internal RAID - rx2660</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031745#M600708</link>
      <description>The "M" option on drvcfg (Keep existing data) can only be used on disks that do not contain EFI partitions.&lt;BR /&gt;&lt;BR /&gt;To keep the O.S. I'll create an IM with two other disks. Mirror with Mirrordisk/UX the O.S. and the IM. Finally, unmirror the original S.O disk and keep the IR volume.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Aug 2007 12:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-vs-internal-raid-rx2660/m-p/4031745#M600708</guid>
      <dc:creator>Joao Rei</dc:creator>
      <dc:date>2007-08-24T12:36:29Z</dc:date>
    </item>
  </channel>
</rss>

