<?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:  LUN presentation in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590319#M39889</link>
    <description>Do you mean scanning the scsi bus to add the LUN to the server?  Or formatting a file system on the LUN?&lt;BR /&gt;&lt;BR /&gt;Also, what kernel version is the server running?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
    <pubDate>Thu, 25 Feb 2010 01:50:37 GMT</pubDate>
    <dc:creator>Steven1970</dc:creator>
    <dc:date>2010-02-25T01:50:37Z</dc:date>
    <item>
      <title>LUN presentation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590315#M39885</link>
      <description>I have present a 100GB to my redhat blade serrver.&lt;BR /&gt;can Any one help me with the steps I have to take to make is availble   as a mount point during booting for users.I dont have any multipath.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Feb 2010 18:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590315#M39885</guid>
      <dc:creator>Chancellor</dc:creator>
      <dc:date>2010-02-24T18:15:24Z</dc:date>
    </item>
    <item>
      <title>Re:  LUN presentation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590316#M39886</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can use a native multipath from redhat.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Wed, 24 Feb 2010 19:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590316#M39886</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-02-24T19:25:18Z</dc:date>
    </item>
    <item>
      <title>Re:  LUN presentation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590317#M39887</link>
      <description>First, what's the technology you're using to present the LUN? &lt;BR /&gt;&lt;BR /&gt;When someone talks about "presenting a LUN", the technology is usually either FibreChannel or iSCSI, but it might be something else too.&lt;BR /&gt;Each technology can have somewhat different procedures.&lt;BR /&gt;&lt;BR /&gt;After the LUN is made visible to the OS, the rest of the procedure is pretty much common to most storage technologies. But you must make some decisions first:&lt;BR /&gt;&lt;BR /&gt;* Do you wish to create a PC-style partition table or not?&lt;BR /&gt;&lt;BR /&gt;+ in a mixed Linux/Windows environment, a PC-style partition table makes it easier to notice that a LUN is already in use, in case the SAN administrator makes a mistake&lt;BR /&gt;&lt;BR /&gt;- creating the partition table requires extra work and wastes a small portion of disk space&lt;BR /&gt;&lt;BR /&gt;(-) a PC-style partition table cannot be used if the LUN size is over 2 TB. But that's not a problem here.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Do you wish to use LVM or not?&lt;BR /&gt;&lt;BR /&gt;+++ LVM makes it very easy to expand the filesystem to other LUNs while it's mounted, if you need extra capacity later&lt;BR /&gt;&lt;BR /&gt;- Of course, you must understand LVM to use it effectively. But it is not very difficult.&lt;BR /&gt;&lt;BR /&gt;If you use LVM, you may either create a new volume group or extend an existing one. Then you must create a new Logical Volume using the volume group of your choice.&lt;BR /&gt;&lt;BR /&gt;If you choose to not partition the LUN, you should at least use LVM with it. Although creating a filesystem on the unpartitioned whole-LUN device is possible, it's usually a bad idea.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* Which filesystem type you wish to use?&lt;BR /&gt;&lt;BR /&gt;The default choice on RedHat Linux is ext3, but depending on your requirements, you might wish to use some other filesystem type, like ReiserFS or XFS.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;* And finally, where should the mount point be located?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 24 Feb 2010 20:07:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590317#M39887</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-24T20:07:03Z</dc:date>
    </item>
    <item>
      <title>Re:  LUN presentation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590318#M39888</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Red Hat back to version 4 has multipath built in. If there are two paths to the same disk, they will show up and need to be accounted for.&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;Please post&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Feb 2010 21:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590318#M39888</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-24T21:48:14Z</dc:date>
    </item>
    <item>
      <title>Re:  LUN presentation</title>
      <link>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590319#M39889</link>
      <description>Do you mean scanning the scsi bus to add the LUN to the server?  Or formatting a file system on the LUN?&lt;BR /&gt;&lt;BR /&gt;Also, what kernel version is the server running?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 25 Feb 2010 01:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/lun-presentation/m-p/4590319#M39889</guid>
      <dc:creator>Steven1970</dc:creator>
      <dc:date>2010-02-25T01:50:37Z</dc:date>
    </item>
  </channel>
</rss>

