<?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: how to create a File system using LVM for disks assigned from SAN in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378460#M35574</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) this depends on the kernel you use.&lt;BR /&gt;you may find them&lt;BR /&gt;either under /proc&lt;BR /&gt;or under /sys/class/scsi_host/host?&lt;BR /&gt;or under /sys/class/fc_host/....&lt;BR /&gt;&lt;BR /&gt;identify the correct one with a glance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) to rescan the bus in question you can change into the found /sys/class/*host/host*/ directory and then&lt;BR /&gt;# echo "- - - " &amp;gt; scan&lt;BR /&gt;&lt;BR /&gt;#dmesg should show up new devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4) i would first create a single partition covering the whole disk with type 8e / Linux LVM".&lt;BR /&gt;&lt;BR /&gt;second "pvcreate" all the new /dev/sd*&lt;BR /&gt;&lt;BR /&gt;third you either "vgextend" an existing vg or "vgcreate" a new one.&lt;BR /&gt;&lt;BR /&gt;then "lvcreate" a new volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEE pvcreate(1), vgcreate(1), vgextend(1), lvcreate(1)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Mar 2009 11:26:25 GMT</pubDate>
    <dc:creator>Hemmetter</dc:creator>
    <dc:date>2009-03-13T11:26:25Z</dc:date>
    <item>
      <title>how to create a File system using LVM for disks assigned from SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378458#M35572</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;in my environment, we are using Emulex and qlogic HBA cards. so i need information for both the cards.&lt;BR /&gt;&lt;BR /&gt;I want information for followings.&lt;BR /&gt;&lt;BR /&gt;1) what command is used / how to view the device files for both Emulex and qlogic HBA cards?&lt;BR /&gt;&lt;BR /&gt;2) what command is used / how to view the wwnn and wwpn for both Emulex and qlogic HBA cards?&lt;BR /&gt;&lt;BR /&gt;3) what command is used / how to view the newly created SAN device.&lt;BR /&gt;&lt;BR /&gt;4) How to create a logical volume using this newly created SAN device.&lt;BR /&gt;&lt;BR /&gt;pls explain me step by step.</description>
      <pubDate>Fri, 13 Mar 2009 06:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378458#M35572</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-03-13T06:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a File system using LVM for disks assigned from SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378459#M35573</link>
      <description>Hi,&lt;BR /&gt;For the second question look at the answer of Matti&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1318321" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1318321&lt;/A&gt;</description>
      <pubDate>Fri, 13 Mar 2009 10:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378459#M35573</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-13T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a File system using LVM for disks assigned from SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378460#M35574</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2) this depends on the kernel you use.&lt;BR /&gt;you may find them&lt;BR /&gt;either under /proc&lt;BR /&gt;or under /sys/class/scsi_host/host?&lt;BR /&gt;or under /sys/class/fc_host/....&lt;BR /&gt;&lt;BR /&gt;identify the correct one with a glance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3) to rescan the bus in question you can change into the found /sys/class/*host/host*/ directory and then&lt;BR /&gt;# echo "- - - " &amp;gt; scan&lt;BR /&gt;&lt;BR /&gt;#dmesg should show up new devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4) i would first create a single partition covering the whole disk with type 8e / Linux LVM".&lt;BR /&gt;&lt;BR /&gt;second "pvcreate" all the new /dev/sd*&lt;BR /&gt;&lt;BR /&gt;third you either "vgextend" an existing vg or "vgcreate" a new one.&lt;BR /&gt;&lt;BR /&gt;then "lvcreate" a new volume.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEE pvcreate(1), vgcreate(1), vgextend(1), lvcreate(1)&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 11:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378460#M35574</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2009-03-13T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a File system using LVM for disks assigned from SAN</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378461#M35575</link>
      <description>1 and 2) Use SanSurfer utility for Qlogic and HBA Anywhere for Emulex.&lt;BR /&gt;&lt;BR /&gt;3) Please see: &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1060267" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1060267&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;4) Please see: &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=960077" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=960077&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 12:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-create-a-file-system-using-lvm-for-disks-assigned-from/m-p/4378461#M35575</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-13T12:09:00Z</dc:date>
    </item>
  </channel>
</rss>

