<?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: 12H diskarray and JFS in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665342#M4047</link>
    <description>Insu,&lt;BR /&gt;Re point 3, &lt;BR /&gt;&lt;BR /&gt;3. Keep the disk capacity small ??? Having twelve disks with smaller capacities will improve the performance as compared to having twelve disks with larger capacities. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from a techy point of view this is true, but I was told by WTEC quite the reverse.&lt;BR /&gt;bigger disks and less of them is recommended.&lt;BR /&gt;However, this is possibly more due to expansion reasons.. to increase physical disk space you don't want to pull one out to slot in a bigger one.&lt;BR /&gt;Remember too that the 12H needs disks of larger capacity added in pair before you benefit from the addition.&lt;BR /&gt;&lt;BR /&gt;I recommend using 10 slots (not the lower 2 = closer to heat source) so that if you want to upgrade you have 2 free slots.&lt;BR /&gt;&lt;BR /&gt;But on upgrade you may need to change fans if moving to a higher RPM mech.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Fri, 15 Feb 2002 16:38:55 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2002-02-15T16:38:55Z</dc:date>
    <item>
      <title>12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665336#M4041</link>
      <description>Hi,&lt;BR /&gt;I have a fresh new L box with a 90GB 12H diskarray, and online JFS. The L box contains four separate 18.2 GB disks.&lt;BR /&gt;&lt;BR /&gt;My plan???&lt;BR /&gt;&lt;BR /&gt;1, Create 2 or 4 LUN???s on the 12H for our application &amp;amp; data  VG01&lt;BR /&gt;&lt;BR /&gt;2, Mirror one pair of system disks for VG00 (/  /stand /swap /usr /opt /home /etc ???) &lt;BR /&gt;&lt;BR /&gt;3, Mirror the second pair of system disk as a JFS snapshot volume for application &amp;amp; data (disk array), while archiving to an LTO. &lt;BR /&gt;&lt;BR /&gt;My questions..&lt;BR /&gt;&lt;BR /&gt;1, Dose the JFS snapshot volume have to be in the same VG that I???m snapshoting?&lt;BR /&gt;&lt;BR /&gt;2, When I cerate a VG on the array will I get better performance if it spans more then one LUN, even though I have two controllers and the raid is already striping?&lt;BR /&gt;&lt;BR /&gt;3,  We plan to expand in the future and I want to use only 2 LUN???s to start, will it be a major performance hit not using 4?&lt;BR /&gt;&lt;BR /&gt;The Primary goal is to maintain data integrity on a 24X365 financial system, while maximizing performance.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 00:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665336#M4041</guid>
      <dc:creator>Michael Salazar</dc:creator>
      <dc:date>2002-02-15T00:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665337#M4042</link>
      <description>1, Dose the JFS snapshot volume have to be in the same VG that I???m snapshoting? &lt;BR /&gt;&lt;BR /&gt;No.. but it needs to be the same size as the FILESYSTEM (built on an lvol)&lt;BR /&gt;At MAXIMUM.&lt;BR /&gt;&lt;BR /&gt;It depends on how long your backup takes and how much of the files change within that period.  I've always got away with 20% original size.&lt;BR /&gt;&lt;BR /&gt;See bdf.&lt;BR /&gt;&lt;BR /&gt;I'll try to answer your others in a sec...</description>
      <pubDate>Fri, 15 Feb 2002 10:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665337#M4042</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665338#M4043</link>
      <description>2, When I cerate a VG on the array will I get better performance if it spans more then one LUN, even though I have two controllers and the raid is already striping? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Not really no.. but you will if the autoraid is accesses by the two controllers on two different busses.&lt;BR /&gt;&lt;BR /&gt;ie: two PVs (luns) in your VG&lt;BR /&gt;access PV1 through ContrX&lt;BR /&gt;access PV2 through ContrY&lt;BR /&gt;&lt;BR /&gt;Create a Striped LV across the two&lt;BR /&gt;lvcreate -i 2 -I 64 -L MB VG&lt;BR /&gt;newfs -F vxfs /dev/VG/LV&lt;BR /&gt;&lt;BR /&gt;The cp stuff across&lt;BR /&gt;&lt;BR /&gt;iostat -t 3&lt;BR /&gt;to see io performance.&lt;BR /&gt;&lt;BR /&gt;Play around a bit..&lt;BR /&gt;&lt;BR /&gt;Add alternate paths to the PVs, but avoid accessing all luns through just one controller.&lt;BR /&gt;&lt;BR /&gt;If you look at my user profile here, go to the answers section, you'll find more detail on autoraid config I answered on if the above doesn't make sense..&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Feb 2002 10:27:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665338#M4043</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T10:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665339#M4044</link>
      <description>3, We plan to expand in the future and I want to use only 2 LUN???s to start, will it be a major performance hit not using 4? &lt;BR /&gt;&lt;BR /&gt;Quite the reverse.. one trafic is started on the 12h it'll start shifting data around as space fills up.&lt;BR /&gt;&lt;BR /&gt;Perf hits when you use near max space and get laid in R5.&lt;BR /&gt;&lt;BR /&gt;I've heard that the autoraid likes to manage 4 luns in its maps but I very much doubt that you'll notice any pb only using two...&lt;BR /&gt;&lt;BR /&gt;I also heard it prefers 6 36G drives versus 12 18G drives, which also confused me a bit..&lt;BR /&gt;&lt;BR /&gt;mm, strange little array, but you got to love it when you're short on space..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 15 Feb 2002 10:31:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665339#M4044</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T10:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665340#M4045</link>
      <description>just to add:&lt;BR /&gt;Re:&lt;BR /&gt;&lt;BR /&gt;The Primary goal is to maintain data integrity on a 24X365 financial system, while maximizing performance. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Well the AutoRAID isn't really a 24x7x365 array. F/W upgrade for example will require downtime.  The backplane itself is a SPOF,  Replacing anything at the back (SCSI) requires host downtime (to avoid potential panic).. If I were you, I'd consider a more robust array like the FC60 or better still, an XP48.&lt;BR /&gt;Both are pretty scalable..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 15 Feb 2002 11:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665340#M4045</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665341#M4046</link>
      <description>From performance optimizing standpoint,&lt;BR /&gt;&lt;BR /&gt;Factors that directly influence disk array performance.&lt;BR /&gt;1. Amount of available RAID 0/1.&lt;BR /&gt;The more RAID 0/1 space available, the better the disk array performance.&lt;BR /&gt;Enabling Hot spare will allow you to have more RAID 0/1 space.&lt;BR /&gt;2. Proper disk module installation.&lt;BR /&gt;Installing the disk modules in the correct slots in the enclosure distributes the disks across the internal SCSI busses and balances the I/O load properly. Disk modules should be installed from left-to-right, top-to-bottom.&lt;BR /&gt;3. Keep the disk capacity small ??? Having twelve disks with smaller capacities will improve the performance as compared to having twelve disks with larger capacities.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,</description>
      <pubDate>Fri, 15 Feb 2002 12:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665341#M4046</guid>
      <dc:creator>Insu Kim</dc:creator>
      <dc:date>2002-02-15T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: 12H diskarray and JFS</title>
      <link>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665342#M4047</link>
      <description>Insu,&lt;BR /&gt;Re point 3, &lt;BR /&gt;&lt;BR /&gt;3. Keep the disk capacity small ??? Having twelve disks with smaller capacities will improve the performance as compared to having twelve disks with larger capacities. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from a techy point of view this is true, but I was told by WTEC quite the reverse.&lt;BR /&gt;bigger disks and less of them is recommended.&lt;BR /&gt;However, this is possibly more due to expansion reasons.. to increase physical disk space you don't want to pull one out to slot in a bigger one.&lt;BR /&gt;Remember too that the 12H needs disks of larger capacity added in pair before you benefit from the addition.&lt;BR /&gt;&lt;BR /&gt;I recommend using 10 slots (not the lower 2 = closer to heat source) so that if you want to upgrade you have 2 free slots.&lt;BR /&gt;&lt;BR /&gt;But on upgrade you may need to change fans if moving to a higher RPM mech.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 15 Feb 2002 16:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/12h-diskarray-and-jfs/m-p/2665342#M4047</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-02-15T16:38:55Z</dc:date>
    </item>
  </channel>
</rss>

