<?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: VA lun space allocation in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879967#M38558</link>
    <description>Steve,&lt;BR /&gt;I've checked an old training guide and it says:&lt;BR /&gt;&lt;BR /&gt;* LUN creation reserves space from available clusters&lt;BR /&gt;&lt;BR /&gt;* 'new writes' (space not previously allocated) cause allocation of physical space (cluster)&lt;BR /&gt;&lt;BR /&gt;(Each disk is broken up into 4MB spaces called Physical Extents (PEX). PEXs are broken into 256K segments called a cluster.)</description>
    <pubDate>Thu, 13 Jan 2005 10:02:12 GMT</pubDate>
    <dc:creator>Uwe Zessin</dc:creator>
    <dc:date>2005-01-13T10:02:12Z</dc:date>
    <item>
      <title>VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879965#M38556</link>
      <description>The horrid thing about the VAs is that we never know where its going to put stuff in reality.  All we do know is that all data within a RG is striped over all the disks in the RG.&lt;BR /&gt;&lt;BR /&gt;Can anybody who knows please tell me this:&lt;BR /&gt;When you create a LUN, does is pre-allocate a portion of physical RG space to the LUN in the form of a single fat empty block of space striped over the disks, &lt;BR /&gt;OR does it merely subtract the size from the total available, allocate a single block from the space map, then allocate further physical blocks as the space gets used up, until the LUN is full?&lt;BR /&gt;&lt;BR /&gt;Knowing this would significantly help me with configuration for performance as I have database 3 instances on 1 VA and I don't want them interleaved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 09:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879965#M38556</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-01-13T09:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879966#M38557</link>
      <description>As I recall, the VA allocates entire stripes at a time.&lt;BR /&gt;&lt;BR /&gt;If you're concerned about where the data is, you can 'dd' to the LUN(s) one at a time to pre-allocate the space on the disks.&lt;BR /&gt;&lt;BR /&gt;However, the VA can "shuffle" the data blocks around - to locate often-accessed blocks closer together.  This is to increase your performance by decreasing head movement within the array.  The effect of this can interleave the LUNs at a later date.&lt;BR /&gt;&lt;BR /&gt;So, interleaving the LUNs is not necessairly a bad thing.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Thu, 13 Jan 2005 09:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879966#M38557</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2005-01-13T09:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879967#M38558</link>
      <description>Steve,&lt;BR /&gt;I've checked an old training guide and it says:&lt;BR /&gt;&lt;BR /&gt;* LUN creation reserves space from available clusters&lt;BR /&gt;&lt;BR /&gt;* 'new writes' (space not previously allocated) cause allocation of physical space (cluster)&lt;BR /&gt;&lt;BR /&gt;(Each disk is broken up into 4MB spaces called Physical Extents (PEX). PEXs are broken into 256K segments called a cluster.)</description>
      <pubDate>Thu, 13 Jan 2005 10:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879967#M38558</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-01-13T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879968#M38559</link>
      <description>Thank you both that was quite helpful.&lt;BR /&gt;I have a bizarre situation in that somebody has dumped 200Gb of data into my 2nd big database and now when I run a regular process that reads from old tables and creates new ones I suddenly have a hot disk with queues up to 350(!) and wait times &amp;gt;1 second in sar -d.  There are no errors in the logs.&lt;BR /&gt;The copying of all that data is the only change that has happened.  The code is the same, the patches are the same, everything else is unchanged.&lt;BR /&gt;Maybe, previously the new tables were closer to the old ones in the same LUN and have been moved way off toward the centre of the disks, causing head flapping.&lt;BR /&gt;Maybe the array decided to start moving blocks closer together at the same time the process was running.&lt;BR /&gt;Increasing the SCSI max_queue_depth in HP-UX has had not effect because it merely moved the bottleneck to the storage array.&lt;BR /&gt;I have about 1.6Tb of usable storage in 20 LUNs of 80Gb, fixed RAID 1/0.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jan 2005 10:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879968#M38559</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-01-13T10:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879969#M38560</link>
      <description>VA prodically optimize and balance itself. so all data on VA will be reorganzie at this time.&lt;BR /&gt;When you Create new LUN. VA get space from total available. (total available is spave that strip ovar all disks in RG)</description>
      <pubDate>Fri, 14 Jan 2005 01:01:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879969#M38560</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-01-14T01:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879970#M38561</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;Keep in mind that HP recommends to leave the space of 1 or disks per RG unallocated for best performance. Did you configure the Queue Full Treshold (QFT) to the right value?.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Arend</description>
      <pubDate>Mon, 17 Jan 2005 09:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879970#M38561</guid>
      <dc:creator>Arend Lensen</dc:creator>
      <dc:date>2005-01-17T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879971#M38562</link>
      <description>Yes I have left &amp;gt; 1 disks' worth in each RG and Yes the queue full threshold is tuned.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 06:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879971#M38562</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-01-18T06:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: VA lun space allocation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879972#M38563</link>
      <description>thanks all</description>
      <pubDate>Tue, 18 Jan 2005 06:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/va-lun-space-allocation/m-p/4879972#M38563</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2005-01-18T06:26:10Z</dc:date>
    </item>
  </channel>
</rss>

