Topic: [SLVD] HP Raid controller 410i not found

Hello,

I have tried editing the DriverPack_MassStorage_wnt5_x86-32.ini file to include a correct driver for the HP 410i raid controller but it is still not found.

Have added a section:

[HP1]
ms_count=1
ms_1_deviceName="Smart Array SAS/SATA, HP410i"
ms_1_tag="hpcissm2"
ms_1_sysFile="HpCISSm2.sys"
ms_1_hwids="PCI\VEN_103C&DEV_323A"
ms_1_isBusExtender=false
ms_1_exc_replaceIfOS="w2k,w2k3"

Created a directory in D/M named HP1 with the following files:

hpcissm2.sys
hpcissm2.inf
hpcissm2.cat

Have removed other references to hwid "PCI\VEN_103C&DEV_323A".

Saved the files, created a 7z file

Ran base etc. imported it to UBCD4WIN and created an ISO.

The device is listed as raid controller but no driver is installed for it.

Am I missing something or should something else be done?

Thanks

Re: [SLVD] HP Raid controller 410i not found

Forgive me, i'm not familliar with this specific piece of HW.  I have some basic questions that may assist others to help you (if possible).
What specific OS are you using?
Are you using latest firmware vHPGC? (if applicable - *WARNING* incorrect firmware updates can 'brick' your HW)
Are there are no drives attached?
What is the specific SUBSYS ID? (3245103C)?  There is at least 6 other devices with that ven&dev ID.
Have you tried the DP_MassStorage_1101 DriverVer=02/22/2010,6.20.0.32 (D\M\C4\hpcissx2.inf)?

After answering, browse this document (Administrator's Guide for Microsoft® Windows® on HP ProLiant WS460c G6 Workstation Blades with WS460c Graphics Expansion Blades) here:  http://bizsupport1.austin.hp.com/bc/doc … 870207.pdf  hmm

HP Smart Array P410i Page:  http://bizsupport2.austin.hp.com/bizsup … skId=22972

New driver available for WinServer2008 v6.20.2.32 here:  ftp://ftp.hp.com/pub/softlib2/software1 … 013513.exe  cool

If any of the previous works for you, share your results, request additions to either the NT5 &/or Vista-7 packs.

Last edited by TechDud (2011-05-12 12:22:30)

Re: [SLVD] HP Raid controller 410i not found

Hi TechDud,

The OS is Windows XP thru UBCD4WIN.
Latest firmware is on the controller.
There are 4 drives connected and visible(Have server 2003 installed but want to image this using UBCD4WIN)
Have found the specific HWID to be: PCI\VEN_103C&DEV_323A&SUBSYS_3245103C 
Going to add that to the inf and see if that works.

I have tried the latest mass storage 1104 not 1101 i believe. Could that make a difference?

Thanks for any help

Re: [SLVD] HP Raid controller 410i not found

Have tried it with the complete HWID PCI\VEN_103C&DEV_323A&SUBSYS_3245103C stil no luck.

Re: [SLVD] HP Raid controller 410i not found

PCI\VEN_103C&DEV_323A

is supported already in DP_MassStorage_wnt5_x86-32_1101

; C4 only certified for w2k3, but should work on XP
[C4]
ms_count=1
ms_1_deviceName="Compaq\HP Smart Array SAS/SATA E200/E200i/E500/P400/P400i/P600/P700m/P800"
ms_1_tag="hpcisss4"
ms_1_sysFile="hpcisss4.sys"
ms_1_hwids="PCI\VEN_103C&DEV_3230&SUBSYS_3223103C,PCI\VEN_103C&DEV_3230&SUBSYS_323D103C,PCI\VEN_103C&DEV_3220&SUBSYS_3225103C,PCI\VEN_103C&DEV_3230&SUBSYS_3234103C,PCI\VEN_103C&DEV_3230&SUBSYS_3235103C,PCI\VEN_103C&DEV_3230&SUBSYS_3237103C,PCI\VEN_103C&DEV_3238&SUBSYS_3212103C,PCI\VEN_103C&DEV_3238&SUBSYS_3211103C,PCI\VEN_103C&DEV_3232&SUBSYS_40A00E11,PCI\VEN_103C&DEV_323A&SUBSYS_3241103C,PCI\VEN_103C&DEV_323A&SUBSYS_3243103C,PCI\VEN_103C&DEV_323A&SUBSYS_3245103C,PCI\VEN_103C&DEV_323A&SUBSYS_3247103C,PCI\VEN_103C&DEV_323A&SUBSYS_3249103C,PCI\VEN_103C&DEV_323A&SUBSYS_324A103C,PCI\VEN_103C&DEV_323A&SUBSYS_324B103C,PCI\VEN_103C&DEV_333F&SUBSYS_333F103C"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="w2k,wxp"

however the driver (as noted) is for 2k3 only...

try building UBCD4win with a 2K3 source (instead of XP) and report... (no editing of the pack should be required)

PS adding a new driver without removeing the old driver will absolutely cause a failure...

A HWID   CAN NOT  be duplicated in the mass storage INI file or it will definately fail hmm

PS DP_MassStorage_wnt5_x86-32_1104 has the same driver in the same section as DP_MassStorage_wnt5_x86-32_1101
So i don't expect you will get a different result by switching packs big_smile

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [SLVD] HP Raid controller 410i not found

Hi I have removed all other references to the same HWID so there is only one left pointing to the correct windows XP driver.

I wil try building with default driver pack and a 2003 CD.

Wil post back the results.

Re: [SLVD] HP Raid controller 410i not found

this may also help http://forum.driverpacks.net/viewtopic. … 51#p409514

definately read this... http://forum.driverpacks.net/viewtopic. … 127#p33127 ( i think you did already)
BUT specifically the very last post by jakeld http://forum.driverpacks.net/viewtopic. … 127#p33127 links to ...

the meat of it starts here... http://forum.driverpacks.net/viewtopic. … 219#p30219
you will probably have to use 2k3 AND patch your 2k3 source to get this to work

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: [SLVD] HP Raid controller 410i not found

Ok I wil have a go at it.

Thanks so far!

Re: [SLVD] HP Raid controller 410i not found

Have slipstreamed the patch: KB943545 into the 2003 R2 SP2 files with nlite. recreated the bootdisk with UBCD4win and voila the drives show up. Working fine.

Thanks for the support.

Re: [SLVD] HP Raid controller 410i not found

Glad to help!

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.