<?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: EMC / LVM Issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848954#M24830</link>
    <description>You can use 'fdisk' to carve each LUN device into 4 partitions.&lt;BR /&gt;&lt;BR /&gt;# fdisk /dev/emcpowera&lt;BR /&gt;&lt;BR /&gt;You could create 4 primary partitions, which is the max for primaries on a disk.  Or you could use an extended partition and then subdivide that into logical partitions, the max being 12.  Since you only need exactly 4, primaries would be OK.&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with EMC device naming, but it appears that your partition devices would be:&lt;BR /&gt;&lt;BR /&gt;... /dev/emcpowera1&lt;BR /&gt;... /dev/emcpowera2&lt;BR /&gt;... /dev/emcpowera3&lt;BR /&gt;... /dev/emcpowera4&lt;BR /&gt;&lt;BR /&gt;... /dev/emcpowerb1&lt;BR /&gt;... /dev/emcpowerb2&lt;BR /&gt;... /dev/emcpowerb3&lt;BR /&gt;... /dev/emcpowerb4&lt;BR /&gt;&lt;BR /&gt;Then, you do the 'pvcreate' on each partition device name, then the 'vgcreate', yadayada.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/emcpowera1&lt;BR /&gt;# pvcreate /dev/emcpowera2&lt;BR /&gt; ......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;bv</description>
    <pubDate>Thu, 24 Aug 2006 07:21:19 GMT</pubDate>
    <dc:creator>Bob_Vance</dc:creator>
    <dc:date>2006-08-24T07:21:19Z</dc:date>
    <item>
      <title>EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848951#M24827</link>
      <description>Hi all, its been a while since I have been here but then again, I haven't had any issues until now. Here goes my delimma again...&lt;BR /&gt;&lt;BR /&gt;I have a linux server running as4.0 attached to a cx300. We have 2 luns created as such when I view it..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@s3prtp1 lvm]# fdisk -l |grep emc&lt;BR /&gt;Disk /dev/emcpowerb: 287.0 GB, 287005343744 bytes&lt;BR /&gt;/dev/emcpowerb1               1       34893   280277991   8e  Linux LVM&lt;BR /&gt;Disk /dev/emcpowera: 273.6 GB, 273663262720 bytes&lt;BR /&gt;/dev/emcpowera1               1       33270   267241243+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We need to install Oracle. &lt;BR /&gt;&lt;BR /&gt;Now here is what the user is requesting..&lt;BR /&gt;&lt;BR /&gt;They want to divide the 2 luns into 4 devies and mount each device seperately. &lt;BR /&gt;&lt;BR /&gt;It needs to look something lik this..&lt;BR /&gt;&lt;BR /&gt;/dev/disk7/u01 /u01&lt;BR /&gt;/dev/disk7/u02 /u02&lt;BR /&gt;/dev/disk7/u03 /u03&lt;BR /&gt;/dev/disk7/u04 /u04&lt;BR /&gt;&lt;BR /&gt;The other device should be the same except for..&lt;BR /&gt;&lt;BR /&gt;/dev/disk8/u01 /u01&lt;BR /&gt;/dev/disk8/u02 /u02&lt;BR /&gt;/dev/disk8/u03 /u03&lt;BR /&gt;/dev/disk8/u04 /u04&lt;BR /&gt;&lt;BR /&gt;CAn anyone underdstand what I'm trying to accomplish here and help me through this..Will give you all points for your input and assistance. &lt;BR /&gt;</description>
      <pubDate>Wed, 23 Aug 2006 10:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848951#M24827</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-08-23T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848952#M24828</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This looks good.&lt;BR /&gt;&lt;BR /&gt;Disk /dev/emcpowerb: 287.0 GB, 287005343744 bytes&lt;BR /&gt;/dev/emcpowerb1 1 34893 280277991 8e Linux LVM&lt;BR /&gt;Disk /dev/emcpowera: 273.6 GB, 273663262720 bytes&lt;BR /&gt;/dev/emcpowera1 1 33270 267241243+ 8e Linux LVM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After saving this configuration, perhaps use the Linux LVM GUI tool to prepare the disk space. It will run mkfs.ext3 for you.&lt;BR /&gt;&lt;BR /&gt;This seems like a Linux call to me.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Aug 2006 10:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848952#M24828</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-23T10:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848953#M24829</link>
      <description>I dont have the gui tool, so how do I carve the 2nd part of this post. How do I create these 4 devices? Do I use fdisk or lvm? Do I do a vgcreate, then lgvcreate?&lt;BR /&gt;&lt;BR /&gt;Any pointers will help</description>
      <pubDate>Wed, 23 Aug 2006 10:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848953#M24829</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2006-08-23T10:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848954#M24830</link>
      <description>You can use 'fdisk' to carve each LUN device into 4 partitions.&lt;BR /&gt;&lt;BR /&gt;# fdisk /dev/emcpowera&lt;BR /&gt;&lt;BR /&gt;You could create 4 primary partitions, which is the max for primaries on a disk.  Or you could use an extended partition and then subdivide that into logical partitions, the max being 12.  Since you only need exactly 4, primaries would be OK.&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with EMC device naming, but it appears that your partition devices would be:&lt;BR /&gt;&lt;BR /&gt;... /dev/emcpowera1&lt;BR /&gt;... /dev/emcpowera2&lt;BR /&gt;... /dev/emcpowera3&lt;BR /&gt;... /dev/emcpowera4&lt;BR /&gt;&lt;BR /&gt;... /dev/emcpowerb1&lt;BR /&gt;... /dev/emcpowerb2&lt;BR /&gt;... /dev/emcpowerb3&lt;BR /&gt;... /dev/emcpowerb4&lt;BR /&gt;&lt;BR /&gt;Then, you do the 'pvcreate' on each partition device name, then the 'vgcreate', yadayada.&lt;BR /&gt;&lt;BR /&gt;# pvcreate /dev/emcpowera1&lt;BR /&gt;# pvcreate /dev/emcpowera2&lt;BR /&gt; ......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;bv</description>
      <pubDate>Thu, 24 Aug 2006 07:21:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848954#M24830</guid>
      <dc:creator>Bob_Vance</dc:creator>
      <dc:date>2006-08-24T07:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848955#M24831</link>
      <description>to use fdisk or lvm is your call really. Personally I prefer lvm thus create 2 vg's 1 for each disk with the lvs.&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/{disk}&lt;BR /&gt;vgcreate vgname /dev/{disk}&lt;BR /&gt;lvcreate -L size -n lvname vgname&lt;BR /&gt;&lt;BR /&gt;repeat the lvcreate command for each logical volume. then repeat for the other disk. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;here is an lvm howto link: &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/LVM-HOWTO/index.html" target="_blank"&gt;http://www.tldp.org/HOWTO/LVM-HOWTO/index.html&lt;/A&gt;&lt;BR /&gt;it contains alot of information</description>
      <pubDate>Thu, 24 Aug 2006 07:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848955#M24831</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-08-24T07:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: EMC / LVM Issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848956#M24832</link>
      <description>posted in wrong forum, moved to more appropriate forum</description>
      <pubDate>Thu, 24 Aug 2006 07:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/emc-lvm-issue/m-p/3848956#M24832</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2006-08-24T07:39:55Z</dc:date>
    </item>
  </channel>
</rss>

