<?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: Strange problem using SAM to create a new filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225856#M626862</link>
    <description>I just have to hang on to this thread :-))&lt;BR /&gt;I'd love to see the reply ... he-he&lt;BR /&gt;&lt;BR /&gt;/2r</description>
    <pubDate>Wed, 24 Mar 2004 21:13:19 GMT</pubDate>
    <dc:creator>Tor-Arne Nostdal</dc:creator>
    <dc:date>2004-03-24T21:13:19Z</dc:date>
    <item>
      <title>Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225833#M626839</link>
      <description>I am running HP-UX 11.00 and have an XP512 using open-9 in RAID-5 which gives me LUNs of size 7040MB each. I create a new vg using lets say 4 of this using command line programs. I then use SAM to create a single lvol1 on that new vg using 2 stripes, strip size 64K, VxFS, and Largefiles. If I try to create this new lvol with &amp;gt;7000MB, I get an error message about not enough extents available. I can create the lvol as say 7000MB, then increase the size in increments of 7000MB until finally able to reach final size of 28160MB.&lt;BR /&gt;Does anyone know of a patch I might have install to cause this, or am I missing some flag when I create the vg? I am getting tired of the work around and would like to find the root cause.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;-Dave</description>
      <pubDate>Mon, 22 Mar 2004 12:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225833#M626839</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-22T12:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225834#M626840</link>
      <description>It could be a SAM limit, though I'm not sure.&lt;BR /&gt;&lt;BR /&gt;Why not just do this at the command line as well?&lt;BR /&gt;&lt;BR /&gt;# lvcreate -L 28160 -i 2 -I 64 /dev/vg??&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg??/lvol1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2004 12:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225834#M626840</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-03-22T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225835#M626841</link>
      <description>Looks like SAM is balking on the single disk size... thats another reason I dont use SAM for LVM work...it is to persnickety, imho.&lt;BR /&gt;&lt;BR /&gt;I much prefer command line for LVM where I can specify everything. Of course you dont get the "are you sure?" message on the command line nearly as often as you can with SAM.&lt;BR /&gt;&lt;BR /&gt;You might try to fool it by doing -l &lt;LEVALUE&gt; instead of -L&lt;MBSIZE&gt; and see if that works...&lt;/MBSIZE&gt;&lt;/LEVALUE&gt;</description>
      <pubDate>Mon, 22 Mar 2004 12:51:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225835#M626841</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-03-22T12:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225836#M626842</link>
      <description>Well I have tried your suggestions and they did not help. It appears to be a problem with LVM. I was able to reduce an FS I was working with on Saturday from 56320MB to 28160MB, then issued the command:&lt;BR /&gt;lvextend -L 56320 /dev/vg06/lvol1&lt;BR /&gt;and received the following:&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg06/lvol1" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg06".&lt;BR /&gt;Failure possibly caused by strict allocation policy&lt;BR /&gt;Here is partial output of vgdisplay -v vg06&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg06&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      64&lt;BR /&gt;Cur PV                      8&lt;BR /&gt;Act PV                      8&lt;BR /&gt;Max PE per PV               1760&lt;BR /&gt;VGDA                        16&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    14080&lt;BR /&gt;Alloc PE                    7040&lt;BR /&gt;Free PE                     7040&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg06/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            28160&lt;BR /&gt;   Current LE                  7040&lt;BR /&gt;   Allocated PE                7040&lt;BR /&gt;   Used PV                     4&lt;BR /&gt;&lt;BR /&gt;You can see there are free extents in the vg to be added to this lvol. The largest I was able to make it at one shot is 42240MB, which is the size of 2 LUNs. It seems funny this is the same as the stripe count.</description>
      <pubDate>Mon, 22 Mar 2004 13:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225836#M626842</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-22T13:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225837#M626843</link>
      <description>Unless I have badly misread this... You only have Free PE 7040... = 1 disk(LUN)&lt;BR /&gt;&lt;BR /&gt;You cant add more than that till you add more disks to the VG... Also, since you appear to have the LVOL mirrored... you only show ONE free disk Free PE 7040 = 1 disk(LUN)... in the VG...&lt;BR /&gt;&lt;BR /&gt;So there is no way you can even extend it at all untill you add at least one more disk to the VG...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you reduced the Lvol the other day, did you remove the disks from the VG? It appears that you did...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2004 15:17:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225837#M626843</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-03-22T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225838#M626844</link>
      <description>Todd,&lt;BR /&gt;Yes you did misread it. 1 PE is not 1MB, it is 4MB. I have infact 4 free/unused LUNs and 4 inuse. I am able to increase the space form 28160MB to 56320MB but I have to do it in steps of 14080MB at most.&lt;BR /&gt;&lt;BR /&gt;Thanks for trying.&lt;BR /&gt;&lt;BR /&gt;Anyone else have an idea?&lt;BR /&gt;-Dave</description>
      <pubDate>Mon, 22 Mar 2004 15:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225838#M626844</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-22T15:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225839#M626845</link>
      <description>Just bringing this back to the head of the list.&lt;BR /&gt;Anyone else see this before?&lt;BR /&gt;-Dave</description>
      <pubDate>Tue, 23 Mar 2004 10:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225839#M626845</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-23T10:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225840#M626846</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;I have seen problems with using the max extents...&lt;BR /&gt;&lt;BR /&gt;Can you try to do lvextend with a few hundred less extents?&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;lvextend -L 55000 /dev/vg06/lvol1&lt;BR /&gt;&lt;BR /&gt;Instead of:&lt;BR /&gt;lvextend -L 56320 /dev/vg06/lvol1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 12:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225840#M626846</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-03-24T12:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225841#M626847</link>
      <description>Todd,&lt;BR /&gt;I tried using 56000, 55000, 50000, 45000, and so on until I found it was in a maximum increment of 14080MB. I believe the magic number is the size of a LUN times the number of stripes.&lt;BR /&gt;&lt;BR /&gt;Thanks for trying,&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 12:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225841#M626847</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T12:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225842#M626848</link>
      <description>That does make perfect sense to me since you have a striped LVol...it should error if you dont have the increment of extents for a disk in your striped Lvol.&lt;BR /&gt;&lt;BR /&gt;You should only be able to add increments that are full disks based upon what disks you have in the stripe.&lt;BR /&gt;&lt;BR /&gt;It seemed wierd to me at first b/c I have never added disks to a stripe... I only ever created them once at inception, never adding disks later as you did.</description>
      <pubDate>Wed, 24 Mar 2004 12:38:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225842#M626848</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-03-24T12:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225843#M626849</link>
      <description>Todd,&lt;BR /&gt;The truly strange bit is that I have 4 unused disks so I thought I should be able to add all 28160MB to the filesystem but I am tuck with a max of 14080MB. So if I was creating a new filesystem with 16 LUNs, I would have to allocate the space 8 times in increments of 14080MB to get to the full 112640MB. What a pain in the but. Image if I was creating a FS with 30 LUNs, or even 100 LUNs!!!!&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 12:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225843#M626849</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T12:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225844#M626850</link>
      <description>no points here...&lt;BR /&gt;&lt;BR /&gt;I would think you could add in ANY increment that is (N x 14080)???&lt;BR /&gt;&lt;BR /&gt;ie 24160, or 48320 etc...&lt;BR /&gt;&lt;BR /&gt;If you just script it cut and paste your lines in vi... with Nlines/shiftY/P</description>
      <pubDate>Wed, 24 Mar 2004 13:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225844#M626850</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-03-24T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225845#M626851</link>
      <description>Todd,&lt;BR /&gt;I did try all values. The current size is 28160MB which is 4 LUNs. I added 4 LUNs to the vg then tried to add the 28160MB to the lvol to get 56320MB but was only able to increase to 42240 which is 28160+14080. Then I was able to increase another 14080 to get to 56320 the full size of the vg.&lt;BR /&gt;&lt;BR /&gt;I think I will open a case with HP to see if they know of some patch for LVM I might be missing or perhaps this by design (god I hope not).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 13:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225845#M626851</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T13:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225846#M626852</link>
      <description>How did the rabbit in the hat get attached to this question. I do not recall setting it and yet there it is??&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 13:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225846#M626852</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T13:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225847#M626853</link>
      <description>Ignore my last comments. It is because I assigned 8 points or more to one or more responses. Dah!&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 13:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225847#M626853</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225848#M626854</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Out of curiosity can we see&lt;BR /&gt;lvdisplay /dev/vg06/lvol1 ?&lt;BR /&gt;&lt;BR /&gt;Also you should diskinfo EACH of those newly added 4 LUNs. I'm wondering if one of them is 14GB &amp;amp; the other is a "gatekeeper" LUN.&lt;BR /&gt;That would certainly cause the symptoms you're seeing because the striping would prevent using all four.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 24 Mar 2004 14:02:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225848#M626854</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-24T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225849#M626855</link>
      <description>OK,&lt;BR /&gt;Here is partial output:&lt;BR /&gt;lvdisplay -v /dev/vg06/lvol1 | head -30&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg06/lvol1&lt;BR /&gt;VG Name                     /dev/vg06&lt;BR /&gt;LV Permission               read/write&lt;BR /&gt;LV Status                   available/syncd&lt;BR /&gt;Mirror copies               0&lt;BR /&gt;Consistency Recovery        MWC&lt;BR /&gt;Schedule                    striped&lt;BR /&gt;LV Size (Mbytes)            28160&lt;BR /&gt;Current LE                  7040&lt;BR /&gt;Allocated PE                7040&lt;BR /&gt;Stripes                     2&lt;BR /&gt;Stripe Size (Kbytes)        64&lt;BR /&gt;Bad block                   NONE&lt;BR /&gt;Allocation                  strict&lt;BR /&gt;IO Timeout (Seconds)        default&lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV&lt;BR /&gt;   /dev/dsk/c5t2d0    1760      1760&lt;BR /&gt;   /dev/dsk/c7t2d1    1760      1760&lt;BR /&gt;   /dev/dsk/c5t2d2    1760      1760&lt;BR /&gt;   /dev/dsk/c7t2d3    1760      1760&lt;BR /&gt;&lt;BR /&gt;   --- Logical extents ---&lt;BR /&gt;   LE    PV1                PE1   Status 1&lt;BR /&gt;   00000 /dev/dsk/c5t2d0    00000 current&lt;BR /&gt;   00001 /dev/dsk/c7t2d1    00000 current&lt;BR /&gt;   00002 /dev/dsk/c5t2d0    00001 current&lt;BR /&gt;   00003 /dev/dsk/c7t2d1    00001 current&lt;BR /&gt;&lt;BR /&gt;Note all these LUNs come from an XP512 disk array. The process that adds them to a vg forces me to provide 2 paths to each LUN and guarantee that each LUN is exactly 7040MB in size. Each LUN can only have one SCSI ID to any given host.&lt;BR /&gt;Here is the diskinfo output:&lt;BR /&gt;for i in /dev/rdsk/c5t2d*&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt;   diskinfo $i&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d0:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d1:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d2:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d3:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d4:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d5:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d6:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;SCSI describe of /dev/rdsk/c5t2d7:&lt;BR /&gt;             vendor: HP&lt;BR /&gt;         product id: OPEN-9&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 7211520 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;Note: I am able to eventually get the size increased to the full 56320MB in the striped environment and all is right with the world, it just takes multiple steps to get there.&lt;BR /&gt;&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 14:12:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225849#M626855</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225850#M626856</link>
      <description>Ok - I see it in the later post now.&lt;BR /&gt;I believe this is normal in a 2 PV striped LV.&lt;BR /&gt;I think you can only add a single stripe extension at a time.&lt;BR /&gt;IF you had created the LV as a 4 PV stripe, then you could have added the next 4 all at once.&lt;BR /&gt;Not 100% positive, but I'm fairly sure.&lt;BR /&gt;If you think about it, you'd *want* to control this. Let's say the 4 new LUNs had 2 on c5 &amp;amp; 2 on c7. If LVM was choosing you may get the 1st extension on c5 &amp;amp; c5 &amp;amp; the 2nd on c7 &amp;amp; c7 - not optimal at all. So I'd certainly want to insure the 1st extension is c5 &amp;amp; c7 &amp;amp; the second was the same.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 24 Mar 2004 14:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225850#M626856</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-24T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225851#M626857</link>
      <description>I see where you are going with that. &lt;BR /&gt;&lt;BR /&gt;It has been my experience that LVM will allocate on a FIFO basis, or if you look at the LUN list of the vg, the order they are listed, top down. Since I purposely set up the primary link to alternate between c5 and c7 then the order in the listing is how I want it. &lt;BR /&gt;&lt;BR /&gt;LVM might be designed to not assume an ideal configuration and then only allow smaller allocations. Why then can I add in say 5000MB chunks? While the first few chunks are all on a pair of LUNs, eventually they will cross one pair and continue on the next pair. So LVM can allocate space from more than one pair of LUNs in a 2 stripe setup.&lt;BR /&gt;&lt;BR /&gt;The more I talk to people about this, the more it seems like a bug in lvcreate/lvextend.&lt;BR /&gt;&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 14:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225851#M626857</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Strange problem using SAM to create a new filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225852#M626858</link>
      <description>More information,&lt;BR /&gt;I just blew away the entire vg and rebuilt it from all command line commands. When I tried to:&lt;BR /&gt;  lvcreate -L 56320 -i 2 -I 64 /dev/vg06&lt;BR /&gt;I got the following:&lt;BR /&gt;Logical volume "/dev/vg06/lvol1" has been successfully created with&lt;BR /&gt;character device "/dev/vg06/rlvol1".&lt;BR /&gt;lvcreate: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg06/lvol1" could not be extended.&lt;BR /&gt;lvcreate: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg06".&lt;BR /&gt;Run the "lvextend" command to create space on the Logical Volume.&lt;BR /&gt;&lt;BR /&gt;Then I tried to use:&lt;BR /&gt;   lvextend -L 56320 /dev/vg06/lvol1&lt;BR /&gt;and got the following:&lt;BR /&gt;lvextend: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vg06/lvol1" could not be extended.&lt;BR /&gt;lvextend: Couldn't retrieve the list of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg06".&lt;BR /&gt;&lt;BR /&gt;I was then able to:&lt;BR /&gt;   lvextend -L 14080 /dev/vg06/lvol1&lt;BR /&gt;   lvextend -L 28160 /dev/vg06/lvol1&lt;BR /&gt;   lvextend -L 42240 /dev/vg06/lvol1&lt;BR /&gt;   lvextend -L 56320 /dev/vg06/lvol1&lt;BR /&gt;each ran with out any errors. I was then able to newfs it and mount it with out any problems.&lt;BR /&gt;&lt;BR /&gt;I will be opening a case with HP about this.&lt;BR /&gt;&lt;BR /&gt;Thanks to all,&lt;BR /&gt;-Dave</description>
      <pubDate>Wed, 24 Mar 2004 15:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-problem-using-sam-to-create-a-new-filesystem/m-p/3225852#M626858</guid>
      <dc:creator>Dave Johnson_1</dc:creator>
      <dc:date>2004-03-24T15:29:12Z</dc:date>
    </item>
  </channel>
</rss>

