<?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 and vgcreate ques... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124048#M315239</link>
    <description>the diskinfo solved the problem. even thou the disk LUN was formatted, the system is only showing this...&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;diskinfo /dev/rdsk/ch8t2d6&lt;BR /&gt;SCSI describe of /dev/rdsk/ch8t2d6:&lt;BR /&gt;             vendor: HITACHI&lt;BR /&gt;         product id: DF600F&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 204857600 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;which means its only seeing about 200gb for some reason. i have a suspicion it's the driver for the disk on the san. i checked the LUN and it is 400gb but the system is only seeing half for some reason. either way, got some more to look at. &lt;BR /&gt;&lt;BR /&gt;thank you again for your patience. Points have been assigned.</description>
    <pubDate>Thu, 03 Jan 2008 20:53:05 GMT</pubDate>
    <dc:creator>Chris Fadrowski</dc:creator>
    <dc:date>2008-01-03T20:53:05Z</dc:date>
    <item>
      <title>LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124029#M315220</link>
      <description>i want to create a vg at 400 gb. Its failing because i believe i need to do something like &lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 vg16 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;meaning i have to explicitly tell it -s 8 &lt;BR /&gt;&lt;BR /&gt;is this the case? the error i get states its too big. Can someone tell me the proper syntax for creating that lun?</description>
      <pubDate>Thu, 03 Jan 2008 18:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124029#M315220</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T18:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124030#M315221</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 16 -p 32 -e 32768 /dev/vg16 /dev/dsk/cxtxdx&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Jan 2008 18:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124030#M315221</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T18:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124031#M315222</link>
      <description>what is the -p 32 mean?</description>
      <pubDate>Thu, 03 Jan 2008 19:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124031#M315222</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T19:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124032#M315223</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Every physical disk has n-number of physical extents into which it can be carved.  THe maximum number of extents is dependent upon the extent SIZE and the overall size of the disk itself.&lt;BR /&gt;&lt;BR /&gt;In the case above, '-s 8' means an extent size of 8MB.  For a 400GB volume group, you would need 400*1000/8 or 50,000 total extents.&lt;BR /&gt;&lt;BR /&gt;Too, ONE physical extent holds the LVM header for a volume group.  Referencing the switches defined for 'vgcreate', the size of the LVM header is dependent on the extent size ('-s'), the number of extents possible in the volume group ('-e') and the maximum number of physical volumes the volume group will ever hold ('-p').   To a lesser extent, the maximum number of logical volumes allowed ('-l') also contributes to the LVM header size.&lt;BR /&gt;&lt;BR /&gt;Hence, if you do a 'vgcreate' using the default values of '-s', '-e', and '-p' you may find that your LVM header is too large to fit in a 4MB (default) extent.  Increasing the extent size to 8MB may be sufficient.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 03 Jan 2008 19:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124032#M315223</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-03T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124033#M315224</link>
      <description>&lt;!--!*#--&gt; -p max_pv           Set the maximum number of physical volumes&lt;BR /&gt;                               that the volume group is allowed to contain.&lt;BR /&gt;                               The default value for max_pv is 16.  The&lt;BR /&gt;                               maximum number of physical volumes can be a&lt;BR /&gt;                               value in the range 1 to 255.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; -s pe_size   number of megabytes in each physical extent&lt;BR /&gt;&lt;BR /&gt; -e max_pe  maximum number of physical extents&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Jan 2008 19:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124033#M315224</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124034#M315225</link>
      <description>Not working. here is what i get&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;vgcreate -s 16 -p 32 -e 32768 /dev/vgc32 /dev/dsk/ch8t2d6&lt;BR /&gt;Volume group "/dev/vgc32" has been successfully created.&lt;BR /&gt;Volume Group configuration for /dev/vgc32 has been saved in /etc/lvmconf/vgc32.conf&lt;BR /&gt;root@host:/&amp;gt;lvcreate -L 400000 -n lvol132 vgc32&lt;BR /&gt;Logical volume "/dev/vgc32/lvol132" has been successfully created with&lt;BR /&gt;character device "/dev/vgc32/rlvol132".&lt;BR /&gt;lvcreate: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vgc32/lvol132" could not be extended.&lt;BR /&gt;Run the "lvextend" command to create space on the Logical Volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in the past i have used this&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 vgc32 /dev/dsk/c8t2d6 &lt;BR /&gt;&lt;BR /&gt;and then&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 400000 -n lvol132 vgc32&lt;BR /&gt;&lt;BR /&gt;and it worked.</description>
      <pubDate>Thu, 03 Jan 2008 19:27:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124034#M315225</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T19:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124035#M315226</link>
      <description>The question is: How large is the disk?&lt;BR /&gt;&lt;BR /&gt;You did&lt;BR /&gt;vgcreate -s 16 -p 32 -e 32768 /dev/vgc32 /dev/dsk/ch8t2d6&lt;BR /&gt;&lt;BR /&gt;this is in fact&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 16 /dev/vgc32 /dev/dsk/ch8t2d6&lt;BR /&gt;(+ the limits) PE size is 16MB&lt;BR /&gt;&lt;BR /&gt;What is "vgdisplay -v" showing?</description>
      <pubDate>Thu, 03 Jan 2008 19:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124035#M315226</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124036#M315227</link>
      <description>400000 =approx 390 GB&lt;BR /&gt;&lt;BR /&gt;vgdisplay vgc32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Multiply "Free PE" x "PE Size"&lt;BR /&gt;&lt;BR /&gt;Example, 23720 x 32 = 759040 MB&lt;BR /&gt;&lt;BR /&gt;divide by 1024 = 741.25 GB&lt;BR /&gt;&lt;BR /&gt;400GB = 409600 MB&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 409600 -n lvol132 vgc32&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 19:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124036#M315227</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T19:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124037#M315228</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;vgcreate -s 16 -p 32 -e 32768 /dev/vgc32 /dev/dsk/ch8t2d6&lt;BR /&gt;Volume group "/dev/vgc32" has been successfully created.&lt;BR /&gt;Volume Group configuration for /dev/vgc32 has been saved in /etc/lvmconf/vgc32.conf&lt;BR /&gt;root@host:/&amp;gt;lvcreate -L 400000 -n lvol132 vgc32&lt;BR /&gt;Logical volume "/dev/vgc32/lvol132" has been successfully created with&lt;BR /&gt;character device "/dev/vgc32/rlvol132".&lt;BR /&gt;lvcreate: Not enough free physical extents available.&lt;BR /&gt;Logical volume "/dev/vgc32/lvol132" could not be extended.&lt;BR /&gt;Run the "lvextend" command to create space on the Logical Volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here is the vgdisplay -v &lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgc32&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                      32&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               32768&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    6398&lt;BR /&gt;Alloc PE                    0&lt;BR /&gt;Free PE                     6398&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/vgc32/lvol132&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            0&lt;BR /&gt;   Current LE                  0&lt;BR /&gt;   Allocated PE                0&lt;BR /&gt;   Used PV                     0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/ch8t2d6&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    6398&lt;BR /&gt;   Free PE                     6398&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;still doesn't like the lvcreate</description>
      <pubDate>Thu, 03 Jan 2008 20:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124037#M315228</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T20:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124038#M315229</link>
      <description>To add this:&lt;BR /&gt;&lt;BR /&gt;You can run the command even on a disk that is 16MB in size:&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 16 -p 32 -e 32768 /dev/vgc32 /dev/dsk/ch8t2d6&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(should be c8t2d6 - "h" is wrong here)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This make no sense but it is possible.&lt;BR /&gt;The command says nothing about the disk size.&lt;BR /&gt;&lt;BR /&gt;Be aware of what lvcreate does:&lt;BR /&gt;...lv_size is rounded up to the nearest multiple of the logical extent size...&lt;BR /&gt;&lt;BR /&gt;As a result of multiple rounded values during the creation process your own calculation sometimes not match the reality ...</description>
      <pubDate>Thu, 03 Jan 2008 20:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124038#M315229</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T20:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124039#M315230</link>
      <description>...&lt;BR /&gt;PE Size (Mbytes) 16&lt;BR /&gt;Total PE 6398&lt;BR /&gt;Alloc PE 0&lt;BR /&gt;Free PE 6398&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;16MB * 6398 PE = 102368MB&lt;BR /&gt;&lt;BR /&gt;This is not 400GB!&lt;BR /&gt;&lt;BR /&gt;Your LUN is probably too small ...&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 20:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124039#M315230</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T20:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124040#M315231</link>
      <description>this is from another server is which i just used -s 8 option&lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgy20&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                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               51199&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    51192&lt;BR /&gt;Alloc PE                    50000&lt;BR /&gt;Free PE                     1192&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/vgy20/lvol120&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            400000&lt;BR /&gt;   Current LE                  50000&lt;BR /&gt;   Allocated PE                50000&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/ch5t1d2&lt;BR /&gt;   PV Name                     /dev/dsk/c7t1d2  Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c5t1d2  Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    51192&lt;BR /&gt;   Free PE                     1192&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i verified the LUN is exactly 400gb on the SAN. the cH is for "hitachi" disk. it's just what it does once it finds the disk attached to the server. &lt;BR /&gt;&lt;BR /&gt;all i have ever done on previous servers was this command and it worked just fine..&lt;BR /&gt;&lt;BR /&gt;vgcreate -s 8 vgc25 /dev/dsk/chxtxdx&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 400000 -n lvolxxx vgc25&lt;BR /&gt;&lt;BR /&gt;and it worked like a charm. not sure why its not working here.</description>
      <pubDate>Thu, 03 Jan 2008 20:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124040#M315231</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T20:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124041#M315232</link>
      <description>Dietmar posted a great utility called lvmcompute in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=747334&amp;amp;admit=109447627+1199390502421+28353475" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=747334&amp;amp;admit=109447627+1199390502421+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It will compute sizes for you.&lt;BR /&gt;&lt;BR /&gt;As Torsten says - your LUN is too small for a lv of 400 GB - unless you add more of them.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 20:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124041#M315232</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T20:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124042#M315233</link>
      <description>... not sure why it is not working here ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PE Size (Mbytes) 8&lt;BR /&gt;Total PE 51192&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;8MB * 51192 PE = 409536 MB&lt;BR /&gt;&lt;BR /&gt;You are using a much bigger LUN on the other system.&lt;BR /&gt;&lt;BR /&gt;The value "-s 8" has almost nothing to do with this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A smal disk/LUN is just a small disk/LUN.&lt;BR /&gt;&lt;BR /&gt;A larger disk is just larger ...&lt;BR /&gt;&lt;BR /&gt;;-)</description>
      <pubDate>Thu, 03 Jan 2008 20:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124042#M315233</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124043#M315234</link>
      <description>In your other thread you say&lt;BR /&gt;&lt;BR /&gt;"All luns created have been 100 gb."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1146585" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1146585&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm sure you are using one of them now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BTW,&lt;BR /&gt;your profile shows&lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   280  of   701"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You should change this ...</description>
      <pubDate>Thu, 03 Jan 2008 20:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124043#M315234</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124044#M315235</link>
      <description>Run &lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/dsk/ch8t2d6&lt;BR /&gt;&lt;BR /&gt;It will be less then 400GB...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Jan 2008 20:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124044#M315235</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T20:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124045#M315236</link>
      <description>the lun is 400 gb on the san that it's attached too. i triple checked this. &lt;BR /&gt;&lt;BR /&gt;the only thing i can think of is, the lun is still may be formatting on the SAN and the system isn't seeing all of the LUN. &lt;BR /&gt;&lt;BR /&gt;this could be a possibility. the lun should come out to 409600 as someone stated above. so lvcreate'g a 400 gb lun should be no problem. It just can't be bigger than 409600.</description>
      <pubDate>Thu, 03 Jan 2008 20:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124045#M315236</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124046#M315237</link>
      <description>Yes all my other luns are at 100 gb. i create one 400 gb lun for each oracle box for segments. I am more of a SAN admin so this part i am sure of. &lt;BR /&gt;&lt;BR /&gt;i appreciate everyone's patience on this matter. Thank you greatly.</description>
      <pubDate>Thu, 03 Jan 2008 20:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124046#M315237</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T20:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124047#M315238</link>
      <description>I have never seen a "h" in a device file before.&lt;BR /&gt;&lt;BR /&gt;The "ioscan -fn" result may be interesting.&lt;BR /&gt;&lt;BR /&gt;Anyway, run "diskinfo" on this device file to be sure what the system can see ...&lt;BR /&gt;&lt;BR /&gt;We are talking about LUN 22 if this helps ...</description>
      <pubDate>Thu, 03 Jan 2008 20:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124047#M315238</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-01-03T20:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: LVM and vgcreate ques...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124048#M315239</link>
      <description>the diskinfo solved the problem. even thou the disk LUN was formatted, the system is only showing this...&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;diskinfo /dev/rdsk/ch8t2d6&lt;BR /&gt;SCSI describe of /dev/rdsk/ch8t2d6:&lt;BR /&gt;             vendor: HITACHI&lt;BR /&gt;         product id: DF600F&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 204857600 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;which means its only seeing about 200gb for some reason. i have a suspicion it's the driver for the disk on the san. i checked the LUN and it is 400gb but the system is only seeing half for some reason. either way, got some more to look at. &lt;BR /&gt;&lt;BR /&gt;thank you again for your patience. Points have been assigned.</description>
      <pubDate>Thu, 03 Jan 2008 20:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-and-vgcreate-ques/m-p/4124048#M315239</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2008-01-03T20:53:05Z</dc:date>
    </item>
  </channel>
</rss>

