<?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: Creating volume groups on SAN in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939248#M26945</link>
    <description>Glad it worked, but this reply at most worth 3 to complete 10!&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
    <pubDate>Tue, 06 Feb 2007 14:09:23 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-02-06T14:09:23Z</dc:date>
    <item>
      <title>Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939244#M26941</link>
      <description>I have created logical drives on my MSA1000.  How do I use these logical drives to create volume groups and logical volumes on RHEL4?  I am used to hp-ux and am new to SAN and RHEL4. Can someone give me the detailed commands? The current logical drive layout is &lt;BR /&gt;&lt;BR /&gt;MSA1000 at 1&lt;BR /&gt;&lt;BR /&gt;  array A&lt;BR /&gt;   logicaldrive 1 (139 GB, RAID 1+0, OK)&lt;BR /&gt;   logicaldrive 2 (139 GB, RAID 1+0, OK)&lt;BR /&gt;&lt;BR /&gt;  array B&lt;BR /&gt;   logicaldrive 3 (139 GB, RAID 1+0, OK)&lt;BR /&gt;   logicaldrive 4 (139 GB, RAID 1+0, OK)&lt;BR /&gt;&lt;BR /&gt;  array C&lt;BR /&gt;   logicaldrive 5 (139 GB, RAID 1+0, OK)&lt;BR /&gt;   logicaldrive 6 (139 GB, RAID 1+0, OK)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 09:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939244#M26941</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-06T09:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939245#M26942</link>
      <description>If your connection to the SAN is correct, you should see at least 3 SCSI devices in Linux:&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;The devices normally have /dev/sd&lt;X&gt; naming.&lt;BR /&gt;&lt;BR /&gt;Then, the procedure is almost the same.&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sd&lt;X&gt;&lt;BR /&gt;vgcreate datavg /dev/sd&lt;X&gt;&lt;BR /&gt;lvcreate -y firstlv -L 1G datavg&lt;BR /&gt;mkfs -t ext3 /dev/datavg/firstlv&lt;BR /&gt;tune2fs -i0 -c0 -m0 /dev/datavg/firstlv&lt;/X&gt;&lt;/X&gt;&lt;/X&gt;</description>
      <pubDate>Tue, 06 Feb 2007 10:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939245#M26942</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-06T10:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939246#M26943</link>
      <description>Ivan,&lt;BR /&gt;I can't see it thro' fdisk.  fdisk shows only the internal disks.  Here is the output of the fdisk command..&lt;BR /&gt;&lt;BR /&gt;Do I have do something to make the enable the linux host to see the SAN - MSA1000?&lt;BR /&gt;&lt;BR /&gt;#fdisk -l&lt;BR /&gt;&lt;BR /&gt;WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 300.0 GB, 300000000000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 36472 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1               1       36473   292968749+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 300.0 GB, 300000000000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 36472 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdb1               1       36473   292968749+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Geetha.</description>
      <pubDate>Tue, 06 Feb 2007 10:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939246#M26943</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-06T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939247#M26944</link>
      <description>Ivan,&lt;BR /&gt;It worked - it had to do with SSP.  Thanks for your help!  PS reply and I'll assign you a 10.&lt;BR /&gt;Geetha.</description>
      <pubDate>Tue, 06 Feb 2007 11:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939247#M26944</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-06T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939248#M26945</link>
      <description>Glad it worked, but this reply at most worth 3 to complete 10!&lt;BR /&gt;&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Tue, 06 Feb 2007 14:09:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939248#M26945</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-06T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating volume groups on SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939249#M26946</link>
      <description>I get an error running pvcreate on a SAN logical drive.&lt;BR /&gt;&lt;BR /&gt;Output of fdisk -l:&lt;BR /&gt;Disk /dev/sda: 149.9 GB, 149945548800 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 18229 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sda1               1       18230   146431199+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 149.9 GB, 149945548800 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 18229 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdb1               1       18230   146431199+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdc: 300.0 GB, 300000000000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 36472 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdc1               1       36473   292968749+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdd: 300.0 GB, 300000000000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 36472 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;   Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/sdd1               1       36473   292968749+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;I want to pvcreate on /dev/sda (SAN 149 G logical partition).  How do I do it?  I get the error...&lt;BR /&gt;&lt;BR /&gt;#pvcreate /dev/sda&lt;BR /&gt;  Device /dev/sda not found (or ignored by filtering).&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 14:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/creating-volume-groups-on-san/m-p/3939249#M26946</guid>
      <dc:creator>Geetha_1</dc:creator>
      <dc:date>2007-02-06T14:09:43Z</dc:date>
    </item>
  </channel>
</rss>

