<?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 RAW Disk space setup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173878#M50723</link>
    <description>I have a new server that has 3 LUN's attached on SAN device that I have multipathed: /dev/mapper/mpath1, mpath2, and mpath3&lt;BR /&gt;&lt;BR /&gt;The DBA's want 80Gb on each LUN setup as RAW space for the database and the rest as LVM space...&lt;BR /&gt;&lt;BR /&gt;Not sure how to set this up with the RAW space and rest to LVM???</description>
    <pubDate>Thu, 07 May 2009 12:29:05 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2009-05-07T12:29:05Z</dc:date>
    <item>
      <title>RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173878#M50723</link>
      <description>I have a new server that has 3 LUN's attached on SAN device that I have multipathed: /dev/mapper/mpath1, mpath2, and mpath3&lt;BR /&gt;&lt;BR /&gt;The DBA's want 80Gb on each LUN setup as RAW space for the database and the rest as LVM space...&lt;BR /&gt;&lt;BR /&gt;Not sure how to set this up with the RAW space and rest to LVM???</description>
      <pubDate>Thu, 07 May 2009 12:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173878#M50723</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2009-05-07T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173879#M50724</link>
      <description>HI MikeL&lt;BR /&gt;&lt;BR /&gt;first you need to create PV,VG and then you can create LVM&lt;BR /&gt;&lt;BR /&gt;For RAW space follow as below.&lt;BR /&gt;lvcreate -l LExx -n lvoln -r N /dev/vgNUM&lt;BR /&gt;&lt;BR /&gt;chown informix:informix /dev/vgNUM/rlvolxx&lt;BR /&gt;chmod 666 /dev/vgNUM/rlvolxx&lt;BR /&gt;&lt;BR /&gt;you need to ask your DBA they want to use these raw space for which user and group, in above example its for informix user and informix group.&lt;BR /&gt;&lt;BR /&gt;let me know how it goes, thanks,</description>
      <pubDate>Thu, 07 May 2009 12:46:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173879#M50724</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-07T12:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173880#M50725</link>
      <description>The way RAW devices are used vary depending of the Linux distro and version. What is your Linux version?&lt;BR /&gt;&lt;BR /&gt;Probably you can partition a disk and use one partition as raw device and another as physical volume. I'm not sure about the performance impact of this configuration.</description>
      <pubDate>Thu, 07 May 2009 12:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173880#M50725</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-05-07T12:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173881#M50726</link>
      <description>This is on a Red Hat Version 5.3 server...&lt;BR /&gt;&lt;BR /&gt;and for Oracle database....</description>
      <pubDate>Thu, 07 May 2009 12:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173881#M50726</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2009-05-07T12:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173882#M50727</link>
      <description>Please see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.held.org.il/blog/?p=32" target="_blank"&gt;http://www.held.org.il/blog/?p=32&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://run.tournament.org.il/raw-devices-for-oracle-on-redhat-rhel-5/comment-page-1/" target="_blank"&gt;http://run.tournament.org.il/raw-devices-for-oracle-on-redhat-rhel-5/comment-page-1/&lt;/A&gt;</description>
      <pubDate>Thu, 07 May 2009 13:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173882#M50727</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-05-07T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: RAW Disk space setup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173883#M50728</link>
      <description>unfortunately DBA's want the space to be true RAW and not RAW under LVM....</description>
      <pubDate>Fri, 08 May 2009 17:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/raw-disk-space-setup/m-p/5173883#M50728</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2009-05-08T17:24:24Z</dc:date>
    </item>
  </channel>
</rss>

