<?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: Adding cciss Module to RHEL 4 U 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065951#M29928</link>
    <description>Hello Ganesh,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; mkrootdev: label / not found&lt;BR /&gt;&lt;BR /&gt;Boot to Rescue Mode&lt;BR /&gt;&lt;BR /&gt;Edit /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Replace "LABEL=/" with the Partition or Logical Volume Name.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Sep 2007 02:16:08 GMT</pubDate>
    <dc:creator>TY 007</dc:creator>
    <dc:date>2007-09-06T02:16:08Z</dc:date>
    <item>
      <title>Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065950#M29927</link>
      <description>Hi  All ,&lt;BR /&gt;&lt;BR /&gt;I am  trying to install  RHEL4 update 4 (kernel-2.6.9-5.EL)  on  HP Prolaint DL380 G5 .&lt;BR /&gt;while installing  its not detecting the Hard Drive &lt;BR /&gt;DL380 G5  having  HP Smart Array P400  controller  and RHEL4 update 4  dos not contain this driver.&lt;BR /&gt;&lt;BR /&gt;then i  downloaded HP Smart Array driver  "cpq_cciss-2.6.18-5.rhel4.i686.dd"&lt;BR /&gt;form  &lt;A href="http://h18004.www1.hp.com/support/files/server/us/download/27501.html" target="_blank"&gt;http://h18004.www1.hp.com/support/files/server/us/download/27501.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;during installation  i  have provied  the  driver disk  at boot prompt &lt;BR /&gt;boot : linux  dd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;using  this  driver disk  i  have successfully  install  RHEL4 update 4  on DL380 G5  &lt;BR /&gt;&lt;BR /&gt;its  working  fine .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now  i  am  tring  to   insert   cciss.ko  driver module  on  initrd.img   so  that  i  can  install  RHEL4 on  DL380 G5  with  out  providing the  driver disk , means  it will  take  the  driver  automatically .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I  followed  the   following  steps  :&lt;BR /&gt;&lt;BR /&gt;A )  extract  the   "cpq_cciss-2.6.18-5.rhel4.i686.dd.gz"  &lt;BR /&gt;&lt;BR /&gt;  gunzip   cpq_cciss-2.6.18-5.rhel4.i686.dd.gz    &lt;BR /&gt;&lt;BR /&gt;  mount  -o loop  cpq_cciss-2.6.18-5.rhel4.i686.dd   /mnt/scsi&lt;BR /&gt;&lt;BR /&gt;   mkdir   /drivers&lt;BR /&gt;&lt;BR /&gt;  cp    /mnt/*    /drivers &lt;BR /&gt;&lt;BR /&gt;  cd  /drivers&lt;BR /&gt;&lt;BR /&gt;  gunzip  -S  .cgz    modules.cgz    &lt;BR /&gt;&lt;BR /&gt; cpio  -ivd   &amp;lt;  modules&lt;BR /&gt;&lt;BR /&gt;  umount  /mnt/scsi&lt;BR /&gt;&lt;BR /&gt;so  /drivers  contains  the  following  files.&lt;BR /&gt;modinfo&lt;BR /&gt;modules.pcimap&lt;BR /&gt;pcitable&lt;BR /&gt;modules.dep&lt;BR /&gt;rhdd&lt;BR /&gt;2.6.9-6.EL  ( directory  contains the  cciss.ko  driver module   for  HP Smart Array P400 controler)&lt;BR /&gt;&lt;BR /&gt;B )  Insert  cciss.ko  into initrd.img  and  edit  module-info , modules.dep ,  modules.pcimap , pcitable &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# get the initial ramdisk image out of the  RHEL4 update   disk  CD1&lt;BR /&gt;&lt;BR /&gt;mkdir   /CD1&lt;BR /&gt;&lt;BR /&gt;#extract  the  RHEL4  iso  file  into   /CD1&lt;BR /&gt;&lt;BR /&gt; mkdir     /image &lt;BR /&gt;&lt;BR /&gt; cp   /CD1/isolinux/initrd.img     /image  &lt;BR /&gt;&lt;BR /&gt; cd  /image&lt;BR /&gt;&lt;BR /&gt; gzip -dc initrd.img &amp;gt; initrd.data        # decompress it &lt;BR /&gt;&lt;BR /&gt;# mount the ramdisk so you can access  it's contents. &lt;BR /&gt;&lt;BR /&gt;  mount -o loop initrd.data  /mnt/temp&lt;BR /&gt;&lt;BR /&gt;# so we have a working copy of  the compressed modules. &lt;BR /&gt;&lt;BR /&gt; cp /mnt/temp/modules/modules.cgz    /image&lt;BR /&gt;&lt;BR /&gt;# extract the modules, which hide in a compressed cpio  &lt;BR /&gt;&lt;BR /&gt; gzip -dc modules.cgz &amp;gt; modules.cpio  &lt;BR /&gt;&lt;BR /&gt; # extract the modules in the ramdisk &lt;BR /&gt;&lt;BR /&gt;cpio -idv &amp;lt; modules.cpio    &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Put the HP Smart Array P400  module cciss.ko  in with&lt;BR /&gt;the other modules. The source of your driver will vary depending on where&lt;BR /&gt;you get it from as mentioned earlier, but it should be in a proper kernel version&lt;BR /&gt;folder in the cciss driver download. &lt;BR /&gt;&lt;BR /&gt;cp -p /drivers/2.6.9-5.EL/cciss.ko   /image/2.6.9-5.EL/i686/&lt;BR /&gt;&lt;BR /&gt;find  2.6.9-5.EL/  -depth -print | cpio  -ov -H  crc  &amp;gt;  modules.cpio      # compress  it  in  .cpio &lt;BR /&gt;&lt;BR /&gt;gzip -c9 modules.cpio &amp;gt; modules.cgz      # and compress it   .cgz &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cp -p modules.cgz  /mnt/temp/modules    # Put your compressed modules back in the image. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vim  /mnt/temp/modules/module-info     # edit the entry for the cciss to be  for cciss and a text description. &lt;BR /&gt;cciss&lt;BR /&gt; &lt;BR /&gt;            scsi&lt;BR /&gt;&lt;BR /&gt;            "Update HP CCISS driver"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vim /mnt/temp/modules/pcitable   # from the editor add the following and save: &lt;BR /&gt;&lt;BR /&gt;0x103c 0x3220 "cciss" "CPQ|SAP6xx"&lt;BR /&gt;0x103c 0x3223 "cciss" "CPQ|SAP8xx"&lt;BR /&gt;0x103c 0x3230 "cciss" "CPQ|SAP4xx"&lt;BR /&gt;0x103c 0x3233 "cciss" "CPQ|SAE5xx"&lt;BR /&gt;0x103c 0x3238 "cciss" "CPQ|SAE2xx"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vim /mnt/temp/modules/modules.pcimap      # from the editor add the following and save: &lt;BR /&gt;# pci module         vendor     device     subvendor  subdevice  class      class_mask driver_data&lt;BR /&gt;cciss  0x00000e11 0x0000b060 0xffffffff 0xffffffff 0x00000000 0x00000000 0x00000001&lt;BR /&gt;cciss   0x00000e11 0x0000b178 0xffffffff 0xffffffff 0x00000000 0x00000000 0x00000001&lt;BR /&gt;cciss   0x00000e11 0x00000046 0xffffffff 0xffffffff 0x00000000 0x00000000 0x00000001&lt;BR /&gt;&lt;BR /&gt;vim   /mnt/temp/modules/pci.ids        #   from  the  editor   add the   following  line &lt;BR /&gt;&lt;BR /&gt;0x103c Hewlett Packard Company &lt;BR /&gt;              3223 Smart Array  P800 Controller &lt;BR /&gt; 3230 Smart Array  P400 Controller &lt;BR /&gt; 3233 Smart Array  E500 Controller &lt;BR /&gt; 3238 Smart Array  E200 Controller &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;umount   /mnt/temp          # unmount the initrd.data now that you're done with it. &lt;BR /&gt;&lt;BR /&gt;gzip -c9 initrd.data &amp;gt; initrd.img      # compress the ramdisk back into image format. &lt;BR /&gt;&lt;BR /&gt;cp -p  initrd.img   /CD1/isolinux/      # copy the modified ramdisk image back onto  your   rhel4  source disk 1. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#Create the ISO Image &lt;BR /&gt;&lt;BR /&gt;mkisofs -R -J -T -no-emul-boot -boot-load-size 4 -boot-info-table -V  "RHEL4-ES-U4-Disk1"   -b isolinux/isolinux.bin  -c isolinux/boot.cat  -o  RHEL4-ES-U4-Disk1.iso   CD1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now   i   have  RHEL4-update4  disk  which  contains  the  HP Smart Array  P400  controller  driver module .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;using   this   RHEL4-ES-U4-Disk1  i  tried  to  devloyed  on DL380 G5 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;while  installing   its  detecting the  Hard Drive  and  i  am able  to  install  linux  successfully  .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But  the  problem  i  am  facing  is that :&lt;BR /&gt;&lt;BR /&gt;when  i  reboot  the  system  after  reboot   its  not  loading  the  linux  OS &lt;BR /&gt;&lt;BR /&gt;the error messege   i  am  getting  &lt;BR /&gt;Red Hat  nash version 4.1.18 starting &lt;BR /&gt;mkrootdev: label /  not  found&lt;BR /&gt;&lt;BR /&gt;mount : error 2 mounting ext2 &lt;BR /&gt;mount : error 2 mounting none &lt;BR /&gt;switchroot : mount faild 22&lt;BR /&gt;&lt;BR /&gt;umount  /initrd/dev faild 2&lt;BR /&gt;&lt;BR /&gt;kernel panic not syncing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#Then  i    updated   the      in  /CD1/RedHat/base/stage2.img &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /image &lt;BR /&gt;mkdir  /mnt/stage&lt;BR /&gt;&lt;BR /&gt;mount -o loop  stage2.img  /mnt/stage&lt;BR /&gt;&lt;BR /&gt;mkdir /image/stage-work&lt;BR /&gt;cd /mnt/stage&lt;BR /&gt;tar -cvf   /image/stage2.tar  .&lt;BR /&gt;&lt;BR /&gt;cd /image/stage-work&lt;BR /&gt;&lt;BR /&gt;tar -xvf  /image/stage2.tar&lt;BR /&gt;&lt;BR /&gt;cp -a /mnt/temp/modules/*   /image/stage-work/modules/&lt;BR /&gt;&lt;BR /&gt;mkcramfs  stage-work/   stage2.img&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cp stage2.img   /CD1/RedHat/base/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Again  i   recreate  the   ISO   and  tried  to  install    But   i   am  getting  the  same  error &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any  help  will  be    apreciated &lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 01:18:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065950#M29927</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2007-09-06T01:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065951#M29928</link>
      <description>Hello Ganesh,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; mkrootdev: label / not found&lt;BR /&gt;&lt;BR /&gt;Boot to Rescue Mode&lt;BR /&gt;&lt;BR /&gt;Edit /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Replace "LABEL=/" with the Partition or Logical Volume Name.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 02:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065951#M29928</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-06T02:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065952#M29929</link>
      <description>in  linux rescue  mode  i  edited  the file &lt;BR /&gt;/etc/fstab &lt;BR /&gt;/dev/cciss/c0d0p3   /  ext3  defaults 1 1 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(c0d0p3 is the  root / partition)&lt;BR /&gt;&lt;BR /&gt;and  rebooted  the system &lt;BR /&gt;&lt;BR /&gt;again  it is  not  working same kernel panic error&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i think  the steps i am following to include the driver  is  not  correct&lt;BR /&gt;&lt;BR /&gt;can  you  provide  any  link or  document  for the same</description>
      <pubDate>Thu, 06 Sep 2007 03:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065952#M29929</guid>
      <dc:creator>Ganesh Balraman</dc:creator>
      <dc:date>2007-09-06T03:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065953#M29930</link>
      <description>Hello Ganesh,&lt;BR /&gt;&lt;BR /&gt;Previous Error?&lt;BR /&gt;&amp;gt;&amp;gt; Red Hat nash version 4.1.18 starting &lt;BR /&gt;&amp;gt;&amp;gt; mkrootdev: label / not found&lt;BR /&gt;&amp;gt;&amp;gt; mount : error 2 mounting ext2 &lt;BR /&gt;&amp;gt;&amp;gt; mount : error 2 mounting none &lt;BR /&gt;&amp;gt;&amp;gt; switchroot : mount faild 22&lt;BR /&gt;&amp;gt;&amp;gt; umount /initrd/dev faild 2&lt;BR /&gt;&amp;gt;&amp;gt; kernel panic not syncing&lt;BR /&gt;&lt;BR /&gt;How about Latest Error? "label / not found" error message still exist?&lt;BR /&gt;&lt;BR /&gt;Try again in Rescue Mode, replace all "LABEL=xx" entries with appropriate Partition or Logical Volume Name.&lt;BR /&gt;&lt;BR /&gt;After above, post the Latest Boot Error Message &amp;amp; /etc/fstab content.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2007 05:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065953#M29930</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-09-06T05:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065954#M29931</link>
      <description>I just installed a ProLiant DL380G5 with RHEL4U4 and didn't need any additional disks.  According to &lt;A href="http://www.hp.com/go/proliantlinux" target="_blank"&gt;http://www.hp.com/go/proliantlinux&lt;/A&gt; --&amp;gt; Red Hat --&amp;gt; Certifications, this box is supported with RHEL4U2 when dual-core processors are involved and RHEL4U4 when quad-core is in the box.</description>
      <pubDate>Thu, 06 Sep 2007 11:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065954#M29931</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2007-09-06T11:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding cciss Module to RHEL 4 U 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065955#M29932</link>
      <description>l had the same issue a while ago with RHEL 4.4 64 bit.&lt;BR /&gt;&lt;BR /&gt;Tried to install 5 - 6 times without success.&lt;BR /&gt;&lt;BR /&gt;In the end it was bad media (RHEL DVD) that caused the problem. l just reburnt the ISO and it installed correctly.&lt;BR /&gt;&lt;BR /&gt;Installs fine with kickstart as well.&lt;BR /&gt;&lt;BR /&gt;It's a frustrating problem, but for me it had a quick resolution.&lt;BR /&gt;&lt;BR /&gt;Have you done a full test of the hardware?&lt;BR /&gt;&lt;BR /&gt;Al</description>
      <pubDate>Fri, 07 Sep 2007 08:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-cciss-module-to-rhel-4-u-4/m-p/4065955#M29932</guid>
      <dc:creator>Al_56</dc:creator>
      <dc:date>2007-09-07T08:03:00Z</dc:date>
    </item>
  </channel>
</rss>

