<?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: specify the stripe LVM during cold installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967148#M631978</link>
    <description>&lt;BR /&gt;Thanks for your suggestions.&lt;BR /&gt;For my situation, mirror disk is impossible, because I couldn't put everything into one disk, while the other one is purly mirror. Because one disk don't have enough space to contain everything.&lt;BR /&gt;&lt;BR /&gt;So maybe it's the time to upgrade the hardware to archive high performance.</description>
    <pubDate>Thu, 08 May 2003 02:27:23 GMT</pubDate>
    <dc:creator>emily_3</dc:creator>
    <dc:date>2003-05-08T02:27:23Z</dc:date>
    <item>
      <title>specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967134#M631964</link>
      <description>Is it possible to specify the stripe LVM during cold installation by using the configuration file. If could what's the format to specify the stripe LVM in the configuration file?</description>
      <pubDate>Wed, 07 May 2003 06:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967134#M631964</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-05-07T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967135#M631965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you mean you want to strippe the lv on vg00 ?&lt;BR /&gt;&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 07:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967135#M631965</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-07T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967136#M631966</link>
      <description>Hi Emily,&lt;BR /&gt;&lt;BR /&gt;There is no support for striping vg00.&lt;BR /&gt;Sorry, you'dd better not try it.&lt;BR /&gt;&lt;BR /&gt;This I thought because of the direct load of /stand/vmunix outside of LVM. &lt;BR /&gt;&lt;BR /&gt;Best Regs David</description>
      <pubDate>Wed, 07 May 2003 07:08:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967136#M631966</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-05-07T07:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967137#M631967</link>
      <description>My server only have 2 harddisk, so is it possible to creat a stripe LVM. &lt;BR /&gt;   My thinking is I have to specify lovl1, lovl2,lvol3 in vg00 in the root disk, and these couldn't be stripe LVM. So could I join the 2th. harddisk to vg00, and specify the other LVM to be stripe LVM? Can part of LVM is stripe, and part of LVM is not stripe under the same VG? &lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 07:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967137#M631967</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-05-07T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967138#M631968</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should not strippe the vg00.&lt;BR /&gt;The best thing to do is to use the second disk to mirror the vg00.&lt;BR /&gt;&lt;BR /&gt;Create the vg00 on the first disk, then :&lt;BR /&gt;&lt;BR /&gt;#pvcreate -B /dev/rdsk/cxtydz  (your second disk)&lt;BR /&gt;#mkboot /dev/rdsk/cxtydz  &lt;BR /&gt;#mkboot -a "hpux -lq" /dev/rdsk/cxtydz  &lt;BR /&gt;#vgextend vg00 /dev/dsk/cxtydz  &lt;BR /&gt;&lt;BR /&gt;then for each lv of vg00 :&lt;BR /&gt;# lvextend -m 1 /dev/vg00/lvolx /dev/dsk/cxtydz  &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 07:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967138#M631968</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-07T07:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967139#M631969</link>
      <description>Actually this server is our Ignite (IUX) server, the purpose i want to creat some stripe LVM is to speed the s/w loading by seperating the s/w depot in different harddisk. &lt;BR /&gt;So is there any better way to do this?</description>
      <pubDate>Wed, 07 May 2003 07:59:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967139#M631969</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-05-07T07:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967140#M631970</link>
      <description>I am not sure that stripping your lv will increase performance. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 08:18:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967140#M631970</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-07T08:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967141#M631971</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Striping is required only when,&lt;BR /&gt;a. You need better read and write performance&lt;BR /&gt;b. Data is not critical&lt;BR /&gt;&lt;BR /&gt;Since you want to improve the performance of IUX server, I think mirror disk alone can do the trick. Because, IUX server is read intensive. Network clients boot from the IUX server and read the install image to install the OS and is not write intensive. Hence, You can plan for Mirroring the Disk. Mirrordisk UX comes built-in with HP-UX 11.11 Mission Critical OE.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Wed, 07 May 2003 08:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967141#M631971</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-05-07T08:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967142#M631972</link>
      <description>You can create all vg00 logicals volumes on your first disk exept the depot's one. Then create the lv for the depot on the other disk :&lt;BR /&gt;&lt;BR /&gt;Create vg00 and all lv on first disk.&lt;BR /&gt;&lt;BR /&gt;# lvcreate lv_depot vg00&lt;BR /&gt;# lvextend -L &lt;SIZE&gt; /dev/vg00/lv_depot /dev/dsk/cxtydz  (the second disk)&lt;BR /&gt;# newfs -F vxfs /dev/vg00/rlv_depot &lt;BR /&gt; Now the lv_depot is on the second disk.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fr??d??ric&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Wed, 07 May 2003 08:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967142#M631972</guid>
      <dc:creator>Frederic Sevestre</dc:creator>
      <dc:date>2003-05-07T08:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967143#M631973</link>
      <description>hi techssk,&lt;BR /&gt;&lt;BR /&gt;My understanding is since the IUX server is read intensive, so stripping should be able to have better performance. Why have to be both read and write intensive? &lt;BR /&gt;if my understanding is wrong, please correct me?</description>
      <pubDate>Wed, 07 May 2003 08:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967143#M631973</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-05-07T08:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967144#M631974</link>
      <description>Hi Emily,&lt;BR /&gt;&lt;BR /&gt;Striping (RAID0) :&lt;BR /&gt;a. Better Read Performance ( Data is spread across multiple disks )&lt;BR /&gt;b. Better Write Performance ( Data can be written in multiple disks simultaneously )&lt;BR /&gt;c. Not fault-tolerant ( One disk fail and the whole volume fails )&lt;BR /&gt;&lt;BR /&gt;Mirroring (RAID1) :&lt;BR /&gt;a. Best read performance ( Data can be read from the actual disk and from Mirrored disk as well )&lt;BR /&gt;b. Degraded write performance ( As it has to write the same data physically on to 2 disks (2 is minimum but you can have more) )&lt;BR /&gt;c. Fault tolerant ( One disk fails but you have the data on mirrored disk)&lt;BR /&gt;&lt;BR /&gt;Now coming back to IUX Server. IUX Server is typically only read intensive. Hence the better option is to go for mirroring as it offers the best read performance and the meantime fault tolerance.&lt;BR /&gt;&lt;BR /&gt;Hope this answers your question&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Karthik</description>
      <pubDate>Wed, 07 May 2003 09:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967144#M631974</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-05-07T09:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967145#M631975</link>
      <description>I do recall that there used to be an option during install to choose a striped layout for vg00, assuming you had more than one disk available.  This was back in 10.20 on 700 series workstations.  I don't know if such a thing is available for 11.x on servers or not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 07 May 2003 09:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967145#M631975</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-07T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967146#M631976</link>
      <description>Further investigation indicates that this option is no longer available as of 11.0.  The File System options you can select from are:  "Whole Disk (not LVM);  "Logical Volume Manager (LVM) with HFS"; and Logical Volume Manager (LVM) with VxFS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 09:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967146#M631976</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-07T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967147#M631977</link>
      <description>If you are talking about LVM striping, then you stripe a logical volume, not the entire volume group. You can easily set LVM striping up on a logical volume in the same area that you set HFS vs. JFS. &lt;BR /&gt;&lt;BR /&gt;Note that even though you have enough disk space, sometimes you can't stripe a logical volume because the HP-UX installation utilities that configure the logical volumes will process them in alphabetical order based on their mount directory names. If you wanted to stripe /tmp, for instance, it will get built AFTER /, /opt, and /etc, and put them all on the primary (boot) physical volume. When it's time to build /tmp, though, you may not have enough free disk space on your primary disk to put half of /tmp on it. &lt;BR /&gt;&lt;BR /&gt;In any case, LVM striping CAN be done, and while it may not be as performant or safe as Mirror Disk, it is vastly cheaper. :)</description>
      <pubDate>Wed, 07 May 2003 15:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967147#M631977</guid>
      <dc:creator>Mark Landin</dc:creator>
      <dc:date>2003-05-07T15:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: specify the stripe LVM during cold installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967148#M631978</link>
      <description>&lt;BR /&gt;Thanks for your suggestions.&lt;BR /&gt;For my situation, mirror disk is impossible, because I couldn't put everything into one disk, while the other one is purly mirror. Because one disk don't have enough space to contain everything.&lt;BR /&gt;&lt;BR /&gt;So maybe it's the time to upgrade the hardware to archive high performance.</description>
      <pubDate>Thu, 08 May 2003 02:27:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/specify-the-stripe-lvm-during-cold-installation/m-p/2967148#M631978</guid>
      <dc:creator>emily_3</dc:creator>
      <dc:date>2003-05-08T02:27:23Z</dc:date>
    </item>
  </channel>
</rss>

