<?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: fsck.ext3: no such file or directory while trying to open /dev/mapper in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244295#M52254</link>
    <description>If the VG has been exported, the "export" status has been written to the VG header on the disks, so rebooting won't change the status of the VG. &lt;BR /&gt;&lt;BR /&gt;An exported VG cannot be activated, so the VG most likely isn't active on any other system. The system startup will attempt to activate all the VGs it sees, but it will *not* auto-import any exported VGs.&lt;BR /&gt;&lt;BR /&gt;(If you know about exporting VGs on HP-UX, don't even try to apply that to Linux; "exporting a VG" is very different on Linux LVM2.)&lt;BR /&gt;&lt;BR /&gt;If all the PVs belonging to this VG are available, the problem can probably be fixed by simply importing the VG, then activating it:&lt;BR /&gt;&lt;BR /&gt;vgimport VolGroup15&lt;BR /&gt;vgchange -a y VolGroup15&lt;BR /&gt;&lt;BR /&gt;Exporting a VG is always a manual sysadmin action: the system never does it on its own. It might be important to find out who did export this VG and why. In HP-UX, exporting a VG is a valid substitute for removing it, and exporting is actually easier to do. So someone who has originally learned LVM on HP-UX might have mistakenly applied HP-UX procedures on Linux here. &lt;BR /&gt;&lt;BR /&gt;But the fact that the system is trying to run fsck on the LV(s) of this VG indicates that the removal procedure was not complete: before removing the VG, all the references to its LVs should have been removed from the /etc/fstab file. Whoever did the exporting, may have simply exported a wrong VG by mistake... so there might be remains of another incompletely-removed VG somewhere on your system, which should be properly cleaned up.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Sat, 19 Jun 2010 11:15:15 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2010-06-19T11:15:15Z</dc:date>
    <item>
      <title>fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244273#M52232</link>
      <description>Hi,&lt;BR /&gt;First of all, I am remotely connected to this RedHatEnterprise Linux 5.0 server thru ILO2 connection in Europe. I'm in US.&lt;BR /&gt;&lt;BR /&gt;when the server tries to reboot (I don't know how it went down), it comes with similar messages such as these: &lt;BR /&gt;fsck.ext3: no such file or directory while trying to open /dev/mapper/VolGroup15-Stageing&lt;BR /&gt;...........&lt;BR /&gt;it comes to "(Repair filesystem)" prompt.&lt;BR /&gt;So, I i&lt;BR /&gt;ls -l /dev/mapper does NOT show anything that has VolGroup15.&lt;BR /&gt;Could you please help!?&lt;BR /&gt;Thanks!&lt;BR /&gt;Ravi.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 16:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244273#M52232</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-17T16:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244274#M52233</link>
      <description>Could be that the disk devices or LVM structure is damaged. Can you see your disk device files (sd* and/or hd*) inside /dev?</description>
      <pubDate>Thu, 17 Jun 2010 17:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244274#M52233</guid>
      <dc:creator>Modris Bremze</dc:creator>
      <dc:date>2010-06-17T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244275#M52234</link>
      <description>pvs in lvm shows:&lt;BR /&gt;&lt;BR /&gt;/dev/dm-10 VolGroup15&lt;BR /&gt;/dev/dm-11 VolGroup10&lt;BR /&gt;/dev/dm-12 VolGroup11&lt;BR /&gt;/dev/dm-13 VolGroup12&lt;BR /&gt;/dev/dm-14 VolGroup13&lt;BR /&gt;/dev/dm-15 VolGroup14&lt;BR /&gt;&lt;BR /&gt;it means /dev/dm-10 maps to VolGroup15, correct?</description>
      <pubDate>Thu, 17 Jun 2010 19:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244275#M52234</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-17T19:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244276#M52235</link>
      <description>By chance do these Filesystems reside on SAN? if so you can try adding the _netdev option to /etc/fstab on the fourth column so it looks like "defaults,_netdev" , make sure the netfs service is set to autostart.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2010 19:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244276#M52235</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-17T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244277#M52236</link>
      <description>Yes, they do. I will try adding the _netdev option and let you know.&lt;BR /&gt;&lt;BR /&gt;but, could you also please let me know if when I do pvs in lvm, I get &lt;BR /&gt;/dev/dm-10 VolGroup15&lt;BR /&gt;/dev/dm-11 VolGroup10&lt;BR /&gt;/dev/dm-12 VolGroup11&lt;BR /&gt;/dev/dm-13 VolGroup12&lt;BR /&gt;/dev/dm-14 VolGroup13&lt;BR /&gt;/dev/dm-15 VolGroup14&lt;BR /&gt;&lt;BR /&gt;does this mean /dev/... is the mapping to the /dev/mapper address?</description>
      <pubDate>Thu, 17 Jun 2010 19:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244277#M52236</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-17T19:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244278#M52237</link>
      <description>Ravi:&lt;BR /&gt;pvs should list the physical volumes being used by LVM like this:&lt;BR /&gt;&lt;BR /&gt; # pvs&lt;BR /&gt;  PV                VG   Fmt  Attr PSize  PFree&lt;BR /&gt;  /dev/cciss/c0d0p2 vg01 lvm2 a-   60.33G 30.33G&lt;BR /&gt;  /dev/emcpowera1   vg00 lvm2 a-   33.71G     0&lt;BR /&gt;  /dev/emcpowerb1   vg00 lvm2 a-   33.71G  7.43G&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It will not show the logical device names, you can use the dmsetup program to verify the mappings..&lt;BR /&gt;&lt;BR /&gt;PS: Don't forget to assign points if you found our answers useful</description>
      <pubDate>Thu, 17 Jun 2010 20:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244278#M52237</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-17T20:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244279#M52238</link>
      <description>do you have /dev/mapper/VolGroup15-Stageing in /etc/fstab?&lt;BR /&gt;&lt;BR /&gt;Does vgdisplay VolGroup15 show anything?&lt;BR /&gt;or lvdisplay VolGroup15/Stageing?&lt;BR /&gt;&lt;BR /&gt;Could it be a temp lv?</description>
      <pubDate>Thu, 17 Jun 2010 20:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244279#M52238</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2010-06-17T20:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244280#M52239</link>
      <description>In any case, ravi, you should be using /dev/Volgroup15/Staging as the device path in lvm, i recall having problems when using the /dev/mapper device names.</description>
      <pubDate>Thu, 17 Jun 2010 21:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244280#M52239</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-17T21:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244281#M52240</link>
      <description>The /dev/dm-* device names are non-persistent device names used by the device-mapper subsystem. Alone, they are rather uninformative: running "dmsetup ls --tree" and comparing the device numbers (major:minor) to disk device nodes in /dev might help in identifying them.&lt;BR /&gt;&lt;BR /&gt;There is a tweak that would make LVM use more informative device names: edit /etc/lvm/lvm.conf and find the "preferred_names" option. By default the list of preferred device names is empty, but there should be an example configuration line with a comment like "Try to avoid using undescriptive /dev/dm-N names". Comment out the empty default, and uncomment the example line. Then run "vgscan" to refresh the LVM metadata cache. Now run "pvs" again to hopefully get a more informative result.&lt;BR /&gt;&lt;BR /&gt;Looks like the VolGroup15 is not active, yet the system is trying to run fsck on it.&lt;BR /&gt;&lt;BR /&gt;Is this system part of a cluster?&lt;BR /&gt;The "_netdev" option tells the system "this filesystem requires network to be operational before it can be activated", which is important if VG activation depends on cluster-wide locks.&lt;BR /&gt;&lt;BR /&gt;Normally the system tries to automatically activate all the VGs it sees, before starting to run file system checks. So something may have caused the activation of VolGroup15 to fail.&lt;BR /&gt;&lt;BR /&gt;You might want to run "vgchange -a y VolGroup15". If the automatic activation failed, this will probably fail too, but it should display a helpful error message in that case. For example, this VG might contain more than one PV.&lt;BR /&gt;&lt;BR /&gt;If the manual VG activation is successful, then I guess your system startup script might just have gone ahead faster than the SAN LUN discovery could complete. If that's the case, inserting a short delay to the FC driver loading procedure might help.&lt;BR /&gt;&lt;BR /&gt;If your server really is RHEL 5.0 (i.e. no updates installed since RHEL 5 original release), then I'd strongly suggest upgrading to RHEL 5.4. There has been several kernel, LVM and dm-multipath updates to improve SAN functionality.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 17 Jun 2010 21:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244281#M52240</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-17T21:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244282#M52241</link>
      <description>When I do "vgchange -a y VolGroup15", it says, Volume Group "VolGroup15 is exported".&lt;BR /&gt;&lt;BR /&gt;No directory called VolGroup15 under /dev. There is /dev/VolGroup00, though.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ravi.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 13:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244282#M52241</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-18T13:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244283#M52242</link>
      <description>What does:&lt;BR /&gt;&lt;BR /&gt;multipath -ll&lt;BR /&gt;&lt;BR /&gt;show?&lt;BR /&gt;&lt;BR /&gt;Also -- what does pvscan show?&lt;BR /&gt;&lt;BR /&gt;I think your device mapper config is most likely screwy if your multi-path devices do not come up.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 13:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244283#M52242</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2010-06-18T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244284#M52243</link>
      <description>Oh PowerPath...&lt;BR /&gt;Check your Powerpath environment too... Make sure your server still see them EMC disks...&lt;BR /&gt;&lt;BR /&gt;inquire (inq) tool you have?&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 13:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244284#M52243</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2010-06-18T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244285#M52244</link>
      <description>With Powerpath installed, you will get exactly these errors if you don't use the _netdev option on fstab, since at the moment vgscan is run during startup PowerPath emcpowerxxx devices are not available, after powerpath is started it runs vgscan once again , that's why you need the _netdev option in fstab.</description>
      <pubDate>Fri, 18 Jun 2010 14:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244285#M52244</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-18T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244286#M52245</link>
      <description>For further reference, from the PowerPath Admin Guide:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Excerpt from Admin Guide below:&lt;BR /&gt;&lt;BR /&gt;The _netdev option in /etc/fstab&lt;BR /&gt;For RHEL 5, 5.1, 5.2, and 5.3, PowerPath devices should be mounted with the _netdev option instead of the defaults option in the /etc/fstab file. This will ensure that fsck is run later in the boot sequence.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.emc.com/microsites/clariion-support/pdf/300-008-345.pdf" target="_blank"&gt;http://www.emc.com/microsites/clariion-support/pdf/300-008-345.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"The _netdev option in /etc/fstab. For RHEL 5, 5.1, 5.2, and 5.3, PowerPath devices should be mounted with the _netdev  option instead of the defaults option"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!</description>
      <pubDate>Fri, 18 Jun 2010 14:34:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244286#M52245</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-18T14:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244287#M52246</link>
      <description>I don;t think he is using EMC -- I thought those emc devcies above were Ravi's.&lt;BR /&gt;&lt;BR /&gt;/dev/dm-NN as PVs for VGs is indicative he is using non PowerPath diskies.&lt;BR /&gt;&lt;BR /&gt;He is likely having problems with his multipath configuration.&lt;BR /&gt;&lt;BR /&gt;SO he needs to check:&lt;BR /&gt;- HBA driver settings if things changed.&lt;BR /&gt;- /etc/multpath.conf  (what does multipath -ll show?)&lt;BR /&gt;- his VGs are likely on a RHCS cluster&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 14:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244287#M52246</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2010-06-18T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244288#M52247</link>
      <description>He stated he's using PowerPath, PowerPath is an EMC Product, i think he will be good if he follows these instructions.</description>
      <pubDate>Fri, 18 Jun 2010 15:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244288#M52247</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-18T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244289#M52248</link>
      <description>we're not using EMC. it is an EVA.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Since I'm using Remote Desktop =&amp;gt; ILO2 connection, I had to take a screenshot for the multipath -ll&lt;BR /&gt;&lt;BR /&gt;Please see attached.&lt;BR /&gt;&lt;BR /&gt;I attached the screenshot for 'mount -a' command which gives the same error about special device not existing at the end of the document.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Ravi.</description>
      <pubDate>Fri, 18 Jun 2010 17:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244289#M52248</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-18T17:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244290#M52249</link>
      <description>Bingo!&lt;BR /&gt;&lt;BR /&gt;Please send:&lt;BR /&gt;&lt;BR /&gt;/etc/multipath.conf&lt;BR /&gt;complete output of "multipath -ll"&lt;BR /&gt;pvscan&lt;BR /&gt;/etc/fstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are you aware what RH version? (5.0, 5.2. 5.4?) and If you have the HP DM software instaled?&lt;BR /&gt;&lt;BR /&gt;And are you sure this machine is not part of a CLuster where the VGs are likely activatedimportant somewhere?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 18:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244290#M52249</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2010-06-18T18:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244291#M52250</link>
      <description>complete output of "multipath -ll"&lt;BR /&gt;Ravi: previously attached Doc2.docx - that was the best I could do with copy &amp;amp; paste of screenshots from RDP-&amp;gt;ILO2 connection.&lt;BR /&gt;&lt;BR /&gt;/etc/multipath.conf&lt;BR /&gt;Ravi: attached multipath_conf and PVSCAN Results.docx file.&lt;BR /&gt;&lt;BR /&gt;pvscan results:&lt;BR /&gt;Ravi: Attached multipath_conf and PVSCAN Results.docx file.&lt;BR /&gt;&lt;BR /&gt;/etc/fstab results:&lt;BR /&gt;Ravi: attached fstab_uname_results.docx file.&lt;BR /&gt;&lt;BR /&gt;Are you aware what RH version? (5.0, 5.2. 5.4?) and If you have the HP DM software instaled?&lt;BR /&gt;Ravi: attached fstab_uname_results.docx file contains uname -a results. Release 5 update 4.&lt;BR /&gt;&lt;BR /&gt;And are you sure this machine is not part of a CLuster where the VGs are likely activatedimportant somewhere?&lt;BR /&gt;Ravi: I am not 100% sure. It is possible, I guess.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2010 18:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244291#M52250</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-18T18:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: fsck.ext3: no such file or directory while trying to open /dev/mapper</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244292#M52251</link>
      <description>fstab_uname_results.docx</description>
      <pubDate>Fri, 18 Jun 2010 18:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fsck-ext3-no-such-file-or-directory-while-trying-to-open-dev/m-p/5244292#M52251</guid>
      <dc:creator>Ravi S. Banda</dc:creator>
      <dc:date>2010-06-18T18:42:30Z</dc:date>
    </item>
  </channel>
</rss>

