<?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: How do I reference logical drives when booting from RedHat recovery CD in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675766#M20701</link>
    <description>Sorry, in rescue mode, the LVM devices are under the /dev/mapper directory (?):&lt;BR /&gt;&lt;BR /&gt;See this info:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-rescuemode-boot.html" target="_blank"&gt;http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-rescuemode-boot.html&lt;/A&gt;</description>
    <pubDate>Mon, 21 Nov 2005 15:07:54 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2005-11-21T15:07:54Z</dc:date>
    <item>
      <title>How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675759#M20694</link>
      <description>&lt;BR /&gt;I'm working on a recovery scenario where I boot off a RedHat rescue CD and mount and restore data from a mirrored set of hard drives.&lt;BR /&gt;&lt;BR /&gt;Currently my DL380-G4 has 2 logical drives - both Raid 1.  ( so 4 drives total)&lt;BR /&gt;&lt;BR /&gt;I'm asuming Raid #1 will fail at some point and I will need to recover from Raid #2.&lt;BR /&gt;&lt;BR /&gt;When I boot off CD to linux rescue and attempt to mount /dev/cciss/c0d0p1 /recovery (Raid #2)It mounts Raid #1.&lt;BR /&gt;&lt;BR /&gt;I guess I don't know enough about how to reference the logical drives especially when booting from Red Hat's rescue CD.&lt;BR /&gt;&lt;BR /&gt;How do I refer to Raid #2 and how do I mount it?   Can someone give me some pointers?  Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 09:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675759#M20694</guid>
      <dc:creator>bt5678</dc:creator>
      <dc:date>2005-11-21T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675760#M20695</link>
      <description>To list the devices and partitions, use fdisk -l. I think that the second RAID will be /dev/cciss/c0d1p1.&lt;BR /&gt;&lt;BR /&gt;You can post the results of fdisk -l.&lt;BR /&gt;&lt;BR /&gt;Do you use the second raid as backup of the first? I mean, do you want to recover the data on the first array from the second right?</description>
      <pubDate>Mon, 21 Nov 2005 10:25:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675760#M20695</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T10:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675761#M20696</link>
      <description>&lt;BR /&gt;When I boot from the Linux rescue CD,&lt;BR /&gt;sfdisk -l gives me:&lt;BR /&gt;&lt;BR /&gt;/dev/cciss/c0d0p1 0+ 12 13- ... Linux&lt;BR /&gt;/dev/cciss/c0d0p2 13 4426 352... Linux LVM&lt;BR /&gt;/dev/cciss/c0d0p3 0 - 0 0 0 Empty&lt;BR /&gt;/dev/cciss/c0d0p4 0 - 0 0 0 Empty&lt;BR /&gt;&lt;BR /&gt;attempting to mount /dev/cciss/c0d0p3 gives me no such device or address.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;-tom</description>
      <pubDate>Mon, 21 Nov 2005 10:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675761#M20696</guid>
      <dc:creator>bt5678</dc:creator>
      <dc:date>2005-11-21T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675762#M20697</link>
      <description>Please post also the output of fdisk -l and cat /proc/mounts when the system is not in rescue mode. It seems that you are seeing only one array with two partitions.</description>
      <pubDate>Mon, 21 Nov 2005 13:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675762#M20697</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T13:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675763#M20698</link>
      <description>&lt;BR /&gt;Here is the output after booting normally.&lt;BR /&gt;&lt;BR /&gt;-tom&lt;BR /&gt;&lt;BR /&gt;fdisk -l&lt;BR /&gt;Disk /dev/cciss/c0d0 36.4GB&lt;BR /&gt;/dev/cciss/c0d0p1 * 1 13 10491 83 Linux&lt;BR /&gt;/dev/cciss/c0d0p2 * 14 35455455 8e Linux LVM&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d1:36.4 GB&lt;BR /&gt;/dev/cciss/c0d1p1 1 37 150944 83 Linux&lt;BR /&gt;&lt;BR /&gt;sudo cat /proc/mounts&lt;BR /&gt;&lt;BR /&gt;rootfs / rootfs rw 0 0&lt;BR /&gt;/proc /proc proc rw, nodiratime 0 0&lt;BR /&gt;non /dev tmpfs rw 0 0&lt;BR /&gt;/dev/root / ext3 rw 0 0&lt;BR /&gt;none /dev /tmpfs rw 0 0&lt;BR /&gt;none /selinux selinuxfs rw 0 0&lt;BR /&gt;/proc /proc proc rw,nodiratime 0 0&lt;BR /&gt;/proc /bus/usb /proc/bus/usb usbfs rw 0 0&lt;BR /&gt;/sys /sys sysfs rw 0 0&lt;BR /&gt;non /dev/pts devpts rw 0 0&lt;BR /&gt;/dev/cciss/c0d0p1 /boot ext3 rw 0 0&lt;BR /&gt;none /dev/shm tmpfs rw 0 0&lt;BR /&gt;none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0&lt;BR /&gt;sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0&lt;BR /&gt;/dev/cciss/c0d0p1 /recovery ext3 rw 0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 13:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675763#M20698</guid>
      <dc:creator>bt5678</dc:creator>
      <dc:date>2005-11-21T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675764#M20699</link>
      <description>Some problem exists when you boot form the CD, as you can see, normally you see:&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0 36.4GB&lt;BR /&gt;Disk /dev/cciss/c0d1:36.4 GB&lt;BR /&gt;&lt;BR /&gt;But in rescue, you don't see c0d1. You should try forcing scsi rescan with this script:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh" target="_blank"&gt;www.garloff.de/kurt/linux/rescan-scsi-bus.sh&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2005 14:06:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675764#M20699</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T14:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675765#M20700</link>
      <description>Also, you are using LVM in the first array, to mount the device you should use the /dev/vgname/lvname, instead of the partition name!!</description>
      <pubDate>Mon, 21 Nov 2005 14:55:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675765#M20700</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T14:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I reference logical drives when booting from RedHat recovery CD</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675766#M20701</link>
      <description>Sorry, in rescue mode, the LVM devices are under the /dev/mapper directory (?):&lt;BR /&gt;&lt;BR /&gt;See this info:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-rescuemode-boot.html" target="_blank"&gt;http://www.centos.org/docs/4/html/rhel-sag-en-4/s1-rescuemode-boot.html&lt;/A&gt;</description>
      <pubDate>Mon, 21 Nov 2005 15:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-reference-logical-drives-when-booting-from-redhat/m-p/3675766#M20701</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-21T15:07:54Z</dc:date>
    </item>
  </channel>
</rss>

