<?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: RedHat Linux and emcpower files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767097#M43934</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are better off using lvm after emc is properly installed.&lt;BR /&gt;&lt;BR /&gt;Using lvm enables you to add a lun to the volume group and extend the file system without downtime.&lt;BR /&gt;&lt;BR /&gt;partition with fdisk&lt;BR /&gt;pvcreate&lt;BR /&gt;vgcreate&lt;BR /&gt;lvcreate&lt;BR /&gt;mkfs.ext3&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 18 Mar 2011 18:28:34 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2011-03-18T18:28:34Z</dc:date>
    <item>
      <title>RedHat Linux and emcpower files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767096#M43933</link>
      <description>RedHat Enterprise 5.4 (Tikanga)&lt;BR /&gt;Fibre disks presented by EMC Clarion.&lt;BR /&gt;&lt;BR /&gt;In my environment one Red Hat server has its Clarion devices mounted in two different ways within fstab.&lt;BR /&gt;&lt;BR /&gt;/dev/emcpowera1 /usr1 ext3 defaults 0 0&lt;BR /&gt;/dev/emcpowerc /usr2 ext3 defaults 0 0&lt;BR /&gt;/dev/emcpowerb /usr3 ext3 defaults 0 0&lt;BR /&gt;&lt;BR /&gt;All three file systems are usable and seem to be performing well.&lt;BR /&gt;&lt;BR /&gt;Is it incorrect to create file systems directly at the device level without using a partition? (/dev/emcpowerc)??&lt;BR /&gt;&lt;BR /&gt;Are both methods acceptable?&lt;BR /&gt;Is there any downside to not creating the partition?&lt;BR /&gt;&lt;BR /&gt;I will never need to carve these luns up. The entire disk is dedicated to a single file system. In two of these cases the file systems are a TB or larger.&lt;BR /&gt;&lt;BR /&gt;I am particularly concerned if there is any danger to the data or a performance hit of any sort.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2011 15:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767096#M43933</guid>
      <dc:creator>J117</dc:creator>
      <dc:date>2011-03-18T15:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat Linux and emcpower files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767097#M43934</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You are better off using lvm after emc is properly installed.&lt;BR /&gt;&lt;BR /&gt;Using lvm enables you to add a lun to the volume group and extend the file system without downtime.&lt;BR /&gt;&lt;BR /&gt;partition with fdisk&lt;BR /&gt;pvcreate&lt;BR /&gt;vgcreate&lt;BR /&gt;lvcreate&lt;BR /&gt;mkfs.ext3&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Mar 2011 18:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767097#M43934</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-03-18T18:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat Linux and emcpower files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767098#M43935</link>
      <description>Both methods are workable. However, I would recommend using LVM instead.&lt;BR /&gt;&lt;BR /&gt;When you don't have a partition:&lt;BR /&gt;&lt;BR /&gt;+ you are not restricted by the 2 TB hard maximum size limit of the traditional PC partition table&lt;BR /&gt;&lt;BR /&gt;- if the SAN administrator makes a mistake and accidentally presents the same disk to a Windows host too, the disk will look like unpartitioned space to Windows&lt;BR /&gt;&lt;BR /&gt;- you cannot migrate your data to another disk (or disks) on-line without stopping the applications and unmounting the filesystem&lt;BR /&gt;&lt;BR /&gt;- maximum filesystem size can be no greater than the size of a single disk/LUN&lt;BR /&gt;&lt;BR /&gt;? expanding the filesystem on-line may be possible, if you increase the size of the LUN and use the "partprobe" command to make the system re-detect the LUN size. However, changing the size of active LUNs is risky.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you do use a partition:&lt;BR /&gt;&lt;BR /&gt;+ if the SAN administrator accidentally presents the disk to a Windows host, Windows can detect the disk is already partitioned and obviously in use&lt;BR /&gt;&lt;BR /&gt;- expanding the filesystem is even more difficult than in the previous case, with the same risks&lt;BR /&gt;&lt;BR /&gt;- you cannot migrate your data to another disk (or disks) on-line without stopping the applications and unmounting the filesystem&lt;BR /&gt;&lt;BR /&gt;- with the traditional PC partitioning technology, 2 TB is the absolute maximum disk/LUN size&lt;BR /&gt;&lt;BR /&gt;- maximum filesystem size can be no greater than the size of a single disk/LUN&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you use LVM:&lt;BR /&gt;&lt;BR /&gt;+ you are not restricted by the 2 TB hard maximum size limit of the traditional PC partition table&lt;BR /&gt;&lt;BR /&gt;? if the SAN administrator makes a mistake and accidentally presents the same disk to a Windows host too, the disk will look like unpartitioned space to Windows&lt;BR /&gt;(but if you worry about this, you can use a partition table with LVM too)&lt;BR /&gt;&lt;BR /&gt;+ on-line data migration is possible: you can move your data from one storage system to another while filesystems are mounted and applications are using them&lt;BR /&gt;&lt;BR /&gt;+ you can make a volume group out of multiple physical volumes, and create a single large logical volume over all of them = you can have filesystems larger than any single disk/LUN&lt;BR /&gt;&lt;BR /&gt;+ on-line extending filesystems is easy: add another disk/LUN to the same volume group as the disk you need extended, then expand your logical volume to use it too, then expand the filesystem to use the new space&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my opinion, the ability to migrate the data from one storage to another while it's being used is very important: after 3-5 years, your Clarion will change from a "shiny new thing" to "old clunker for which is impossible to get a reasonably-priced support agreement any more". At that point, you will have a new, bigger storage system and you'll want to move your data to it and get rid of the old one. That will be *much* easier if you can migrate the data with no downtime.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 18 Mar 2011 18:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-and-emcpower-files/m-p/4767098#M43935</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-18T18:53:46Z</dc:date>
    </item>
  </channel>
</rss>

