<?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: Initialize H/w raid devices for LVM in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589126#M39853</link>
    <description>`fdisk -l` is listing the device /dev/cciss/c0d1 - which is a Raid5 device done thru a P-400 Smart Array Controller.&lt;BR /&gt;&lt;BR /&gt;But when we try to initialize it with:-&lt;BR /&gt;&lt;BR /&gt;`pvcreate -f /dev/cciss/c0d1`&lt;BR /&gt;&lt;BR /&gt;we are getting the following error:-&lt;BR /&gt;&lt;BR /&gt;Device /dev/cciss/c0d1 not found (or ignored by filtering)</description>
    <pubDate>Wed, 24 Feb 2010 11:04:46 GMT</pubDate>
    <dc:creator>arkie</dc:creator>
    <dc:date>2010-02-24T11:04:46Z</dc:date>
    <item>
      <title>Initialize H/w raid devices for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589123#M39850</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In one rx2660 with 8 x 300GB disks and Smart Array P400 RAID Controller, we have created one 300GB RAID1 volume (for the OS) and a second RAID5 volume with the remaining 6 disks. After installing RHEL 5.2 we are getting two device files, viz., /dev/cciss/c0d0 and /dev/cciss/c0d1.&lt;BR /&gt;&lt;BR /&gt;All the root partitions have been created on /dev/cciss/c0d0. Now, we want to assign the whole of /dev/cciss/c0d1 as a DATA VOLUME GROUP&lt;BR /&gt;&lt;BR /&gt;`pvcreate` is not working on /dev/cciss/c0d1&lt;BR /&gt;&lt;BR /&gt;Can anyone pls guide&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 23 Feb 2010 12:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589123#M39850</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-02-23T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize H/w raid devices for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589124#M39851</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The P400 storage controller presents disks to the OS. The OS does not see the disks that comprise the RAID configuration. It just sees the two disks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please post output of this command:&lt;BR /&gt;fdisk -l&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 23 Feb 2010 14:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589124#M39851</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-23T14:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize H/w raid devices for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589125#M39852</link>
      <description>If you run "pvcreate /dev/cciss/c0d1", what is the error message?&lt;BR /&gt;&lt;BR /&gt;Have you read the man page for pvcreate? If the disk has been used before, the partition table on the disk must be erased first. The command to do that is given in the DESCRIPTION chapter of the man page.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 23 Feb 2010 16:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589125#M39852</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-23T16:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize H/w raid devices for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589126#M39853</link>
      <description>`fdisk -l` is listing the device /dev/cciss/c0d1 - which is a Raid5 device done thru a P-400 Smart Array Controller.&lt;BR /&gt;&lt;BR /&gt;But when we try to initialize it with:-&lt;BR /&gt;&lt;BR /&gt;`pvcreate -f /dev/cciss/c0d1`&lt;BR /&gt;&lt;BR /&gt;we are getting the following error:-&lt;BR /&gt;&lt;BR /&gt;Device /dev/cciss/c0d1 not found (or ignored by filtering)</description>
      <pubDate>Wed, 24 Feb 2010 11:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589126#M39853</guid>
      <dc:creator>arkie</dc:creator>
      <dc:date>2010-02-24T11:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Initialize H/w raid devices for LVM</title>
      <link>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589127#M39854</link>
      <description>&amp;gt; Device /dev/cciss/c0d1 not found (or ignored by filtering)&lt;BR /&gt;&lt;BR /&gt;If "fdisk -l" can see the device and reports the correct size for it, the device is obviously there.&lt;BR /&gt;&lt;BR /&gt;That leaves the second part of the message: "(or ignored by filtering)". This refers to the filter expression in /etc/lvm/lvm.conf.&lt;BR /&gt;&lt;BR /&gt;Run "grep filter /etc/lvm/lvm.conf". You should get a lot of comments and at least one uncommented filter expression. &lt;BR /&gt;&lt;BR /&gt;The default filter expression is usually&lt;BR /&gt;&lt;BR /&gt;filter = [ "a/.*/" ]&lt;BR /&gt;&lt;BR /&gt;which allows all disk devices.&lt;BR /&gt;Your system seems to use a more strict filter expression. You may need to modify it to allow /dev/cciss/c0d1 too.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 24 Feb 2010 14:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/initialize-h-w-raid-devices-for-lvm/m-p/4589127#M39854</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-02-24T14:49:41Z</dc:date>
    </item>
  </channel>
</rss>

