<?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: HP SA6402 + RH9 2.6.5 kernel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399531#M14389</link>
    <description>My issue is that I already have an internal drive with linux installed, the logical drives created at the bios level, and everything functioning as expected EXCEPT that I cannot see the sda/b devices under fdisk -l to continue my work on the array.&lt;BR /&gt;&lt;BR /&gt;We don't have a proliant system, just a generic 1U server system that is the top of a computing cluster that is proprietary. I can't go back and reinstall linux after using this preparation CD due to the fact that we are using a custom install (of which I do not have the image). Last time I attempted to use a proliant or other utility from HP/CPQ, I got a neat error message about how this is not a proliant and that it was aborting the process.&lt;BR /&gt;&lt;BR /&gt;Any other advice/recommendations?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Oct 2004 18:31:34 GMT</pubDate>
    <dc:creator>tim prendergast</dc:creator>
    <dc:date>2004-10-13T18:31:34Z</dc:date>
    <item>
      <title>HP SA6402 + RH9 2.6.5 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399529#M14387</link>
      <description>Anyone have this setup working?&lt;BR /&gt;&lt;BR /&gt;I rebuilt the kernel with Block Devices--&amp;gt;Compaq Smart Array 5xxx support enabled as a module. I do a lsmod and dont see the compaq module after booting the new kernel. Ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 17:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399529#M14387</guid>
      <dc:creator>tim prendergast</dc:creator>
      <dc:date>2004-10-13T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: HP SA6402 + RH9 2.6.5 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399530#M14388</link>
      <description>Good job on the kernel.&lt;BR /&gt;&lt;BR /&gt;You need to prepare the devices on Compaq smart arrays as follows:&lt;BR /&gt;&lt;BR /&gt;Each server/device has a downloadable, bootable cd for configuration. You download, create the cd , boot off of it into a configuration program. &lt;BR /&gt;&lt;BR /&gt;Then you configure, then you boot in and install or configure Linux.&lt;BR /&gt;&lt;BR /&gt;Thats the only way I know of to deal with the smart array products.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Oct 2004 18:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399530#M14388</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-13T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: HP SA6402 + RH9 2.6.5 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399531#M14389</link>
      <description>My issue is that I already have an internal drive with linux installed, the logical drives created at the bios level, and everything functioning as expected EXCEPT that I cannot see the sda/b devices under fdisk -l to continue my work on the array.&lt;BR /&gt;&lt;BR /&gt;We don't have a proliant system, just a generic 1U server system that is the top of a computing cluster that is proprietary. I can't go back and reinstall linux after using this preparation CD due to the fact that we are using a custom install (of which I do not have the image). Last time I attempted to use a proliant or other utility from HP/CPQ, I got a neat error message about how this is not a proliant and that it was aborting the process.&lt;BR /&gt;&lt;BR /&gt;Any other advice/recommendations?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Oct 2004 18:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399531#M14389</guid>
      <dc:creator>tim prendergast</dc:creator>
      <dc:date>2004-10-13T18:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: HP SA6402 + RH9 2.6.5 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399532#M14390</link>
      <description>hi tim,&lt;BR /&gt;&lt;BR /&gt;"fdisk -l" shows you only the existing partitions but you don't have any partitions on they new sda, sdb, ... you have only configured that sda, sdb, ... are available in your system.&lt;BR /&gt;&lt;BR /&gt;try "fdisk /dev/sda"&lt;BR /&gt;type "o" to create a new partition table&lt;BR /&gt;type "n" to create a new partition&lt;BR /&gt;type "t" to change the partition system id&lt;BR /&gt;82 = linux swap, 83 = linux (ext2, ext3, reiserfs), fd = linux raid auto, ...&lt;BR /&gt;&lt;BR /&gt;type "w" to write the partition table&lt;BR /&gt;&lt;BR /&gt;type mkfs.ext2 /dev/sdax or mkfs.ext3 ...&lt;BR /&gt;or mkreiserfs ...&lt;BR /&gt;&lt;BR /&gt;for simple formating the partitions.&lt;BR /&gt;&lt;BR /&gt;then you have to add the new partitions into /etc/fstab with a mount point and some extra settings.&lt;BR /&gt;&lt;BR /&gt;if you want to bild a software raid (0,1,5, ...) have a look at:&lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html" target="_blank"&gt;http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Fri, 15 Oct 2004 02:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399532#M14390</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-15T02:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP SA6402 + RH9 2.6.5 kernel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399533#M14391</link>
      <description>Hi,&lt;BR /&gt;you may also&lt;BR /&gt;&lt;BR /&gt;cat /proc/scsi/scsi to see if your scsi devices are been identified by the system as sda, sdb, etc...&lt;BR /&gt;&lt;BR /&gt;If your scsi controler is a litle bit proprietary (like HP cciss) you may have another devices configured (i.e. /dev/cciss/c0d0xxx).&lt;BR /&gt;&lt;BR /&gt;dmesg may also helps you identify your new scsi devides. Try&lt;BR /&gt;&lt;BR /&gt;dmesg | grep scsi | more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Xyko</description>
      <pubDate>Fri, 15 Oct 2004 07:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-sa6402-rh9-2-6-5-kernel/m-p/3399533#M14391</guid>
      <dc:creator>xyko_1</dc:creator>
      <dc:date>2004-10-15T07:08:56Z</dc:date>
    </item>
  </channel>
</rss>

