<?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: Software RAID configuration in RHEL 3.0 AS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715574#M67553</link>
    <description>I guess one way would to not rely upon the SCSI ordering to begin with.&lt;BR /&gt;&lt;BR /&gt;Filesystems can use the Label's to identify which is which, and I'm pretty sure you can do a similar thing with the software raid.&lt;BR /&gt;&lt;BR /&gt;... but reading the documentation on an ES4 box sort of indicates that's not possible ...&lt;BR /&gt;&lt;BR /&gt;Righteo then, I'd suggest reading the following two URL's:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/dnames.html" target="_blank"&gt;http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/dnames.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/scsidev/" target="_blank"&gt;http://www.garloff.de/kurt/linux/scsidev/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This may give you an idea on how to proceed.&lt;BR /&gt;&lt;BR /&gt;Bascially, 'scsidev' is a tool which creates device nodes based on SCSI ID's rather than on their order.  The other option is to use a 'devfs', but I'm unsure how to go about that on an AS3 system.  (the other seems less intrusive).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
    <pubDate>Tue, 24 Jan 2006 06:09:27 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2006-01-24T06:09:27Z</dc:date>
    <item>
      <title>Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715568#M67547</link>
      <description>Dear all,&lt;BR /&gt;I am having two Intel servers loaded with RHEL 3.0 AS. They are clustered together with a SAN storage. In each of the servers there are two HDDs ( sda &amp;amp; sdb). Both are mirrored each other and the servers show the patitions in the storage also. The problem is when I remove my first mirrored HDD (sda) the second one (sdb)becomes sda and all the other ( storage) partions are shifted above thus disturbing the cluster and applications.Please guide me to solve this issue.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;shreejesh.</description>
      <pubDate>Mon, 23 Jan 2006 12:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715568#M67547</guid>
      <dc:creator>shreejesh</dc:creator>
      <dc:date>2006-01-23T12:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715569#M67548</link>
      <description>Shalom sreejesh,&lt;BR /&gt;&lt;BR /&gt;You need to follow this general outline.&lt;BR /&gt;&lt;BR /&gt;1) Use fdisk to partition the the new disk.&lt;BR /&gt;2) run the mdam command to rebuild the mirrors.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a check script:&lt;BR /&gt;&lt;BR /&gt;/bin/cat /proc/mdstat&lt;BR /&gt;mdadm -D /dev/md0&lt;BR /&gt;mdadm -D /dev/md1&lt;BR /&gt;mdadm -D /dev/md2&lt;BR /&gt;mdadm -D /dev/md3&lt;BR /&gt;mdadm -D /dev/md4&lt;BR /&gt;mdadm -D /dev/md5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Jan 2006 12:24:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715569#M67548</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-23T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715570#M67549</link>
      <description>Which clustering SW are you using?&lt;BR /&gt;&lt;BR /&gt;Most of the SW clusters on Linux that I am familiar with do not support using SW RAID.  You certainly cannot have the same SW RAID luns active on more than one node at a time.</description>
      <pubDate>Mon, 23 Jan 2006 23:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715570#M67549</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2006-01-23T23:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715571#M67550</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that the software raid is used only for OS mirroring and cluster is not used for software mirror on the LUNs.&lt;BR /&gt;&lt;BR /&gt;This is a interesting problem and I would be interesting in the ways of overcoming this issue apart from putting a dummy disk and making it hdb to keep the storage naming same.&lt;BR /&gt;&lt;BR /&gt;Does LVM for linux help on this?&lt;BR /&gt;&lt;BR /&gt;-Devender</description>
      <pubDate>Tue, 24 Jan 2006 02:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715571#M67550</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-24T02:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715572#M67551</link>
      <description>Dear Potter,      I have already done the mirroring using the fdisk and /etc/raidtab.I am not including the SAN Array partitions for mirroring. Also I am using RH cluster if is of least importance. If problem is if sda fails, sdb becomes sda, sdc becomes sdb, etc..which spoils the cluster and other configurations. Please help me out in this.....Regards,Shreejesh.</description>
      <pubDate>Tue, 24 Jan 2006 03:22:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715572#M67551</guid>
      <dc:creator>shreejesh</dc:creator>
      <dc:date>2006-01-24T03:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715573#M67552</link>
      <description>That is normall, and until now, I don't know a way to do persistent scsi disk mappings to devices in red hat (SUSE does it).&lt;BR /&gt;&lt;BR /&gt;You should not remove and reboot the disk, you could change the disk hot swap, or always reboot with the replacement disk already.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 04:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715573#M67552</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-24T04:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Software RAID configuration in RHEL 3.0 AS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715574#M67553</link>
      <description>I guess one way would to not rely upon the SCSI ordering to begin with.&lt;BR /&gt;&lt;BR /&gt;Filesystems can use the Label's to identify which is which, and I'm pretty sure you can do a similar thing with the software raid.&lt;BR /&gt;&lt;BR /&gt;... but reading the documentation on an ES4 box sort of indicates that's not possible ...&lt;BR /&gt;&lt;BR /&gt;Righteo then, I'd suggest reading the following two URL's:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/dnames.html" target="_blank"&gt;http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO/dnames.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.garloff.de/kurt/linux/scsidev/" target="_blank"&gt;http://www.garloff.de/kurt/linux/scsidev/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This may give you an idea on how to proceed.&lt;BR /&gt;&lt;BR /&gt;Bascially, 'scsidev' is a tool which creates device nodes based on SCSI ID's rather than on their order.  The other option is to use a 'devfs', but I'm unsure how to go about that on an AS3 system.  (the other seems less intrusive).&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Tue, 24 Jan 2006 06:09:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/software-raid-configuration-in-rhel-3-0-as/m-p/3715574#M67553</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-01-24T06:09:27Z</dc:date>
    </item>
  </channel>
</rss>

