- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- cciss driver for custimzed kernel on ML370g3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2003 08:54 PM
тАО10-12-2003 08:54 PM
cciss driver for custimzed kernel on ML370g3
I know there is a way to put precompiled driver from HP driver disk in initrd image but that wont work for me as i am compiling kernel 2.4.18-24.7.x because of some ext3 bugs in earlier versions. but cciss.o driver wont insmod on this version. Where can I get updated source of cciss driver ( i searched all over sourceforge cvis where they told it will be ).
1. How can i include the driver in my customized kernel ?so that i can boot up from my customzed OS cd and I dont have to put driver cd during install.
2) Where do I get cciss source for my ML370 g3 box if i want to include in customized kernel.Please give exact location and detailed procedure .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2003 07:18 AM
тАО10-14-2003 07:18 AM
Re: cciss driver for custimzed kernel on ML370g3
(But you will not find it in drivers/scsi but in drivers/block of the sources and in make config/menuconfig/xconfig).
For the latest patches please have look at:
http://h18023.www1.hp.com/support/files/server/us/download/16803.html
"For directions to patch the existing driver and rebuild your kernel please refer to the Red Hat documentation. The driver patches will be available in a gzipped tar file in the /opt/compaq/storage_drivers directory after installing the RPM with the -- noscripts option. "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2003 04:44 PM
тАО10-14-2003 04:44 PM
Re: cciss driver for custimzed kernel on ML370g3
Actually i did some reading and figured out that the path that you told me is the way to go. But i am facing some issues here.
I installed those rpms with --noscript option from HP cd that i got with my box.
as per document the patch i am looking for (2.4.18-24.7.x) should be in this dir
/opt/compaq/storage_drivers/cciss-2.4.46_2003_06_19/patches/2.4.18-24.7.x
but the patch fails to apply because kernel version is different in the actual patch file
for eg:
p00000_cciss_2.4.44_for_RH73err.patch has:
--- linux-2.4.18-27.7.x/drivers/block/cciss.c~cciss_2.4.44_for_RH73err Fri May 9 17:20:06 2003
+++ linux-2.4.18-27.7.x-root/drivers/block/cciss.c Fri May 9 17:20:06 2003
@@ -1,6 +1,6 @@
i tried to look into other version patches and they have same problem infact all the corressponding patch files are same in all kernel version dir
As a work around i rename my source root dir to linux-2.4.18-27.7.x so that the patch gets applied.But then on boot up cciss driver fails to insmod
Can you please help me out where i am going wrong and why does a hp cd have corrupt patch files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2003 01:03 AM
тАО10-15-2003 01:03 AM
Re: cciss driver for custimzed kernel on ML370g3
drivers/block/cciss.c
in the line beginning with
#define DRIVER_VERSION CCISS_DRIVER_VERSION(
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2003 02:55 PM
тАО10-15-2003 02:55 PM
Re: cciss driver for custimzed kernel on ML370g3
#define DRIVER_NAME "Compaq CISS Driver (v 2.4.30)"
#define DRIVER_VERSION CCISS_DRIVER_VERSION(2,4,30)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-15-2003 10:18 PM
тАО10-15-2003 10:18 PM
Re: cciss driver for custimzed kernel on ML370g3
I updated the patch files for current version(2.4.18-24.7.x) and applied them.I copied the configuration file for i686 smp and did menuconfig. I works fine now. thank you very much for all your support.
vinay