Servers - General
1823077 Members
3206 Online
109645 Solutions
New Discussion юеВ

Smart Array 431 Controller

 
Chetan_9
Occasional Contributor

Smart Array 431 Controller

Not sure if this is the right forum for this question...but does anyone know where I can get SCSI Drivers and txtsetup.oem for Smart Array 431 Controller. This is so we can do the textsetup preinstall of scsi drivers before the install of Windows 2000 Server. Any help would be much appreciated. Thanx
3 REPLIES 3
JohnWRuffo
Honored Contributor

Re: Smart Array 431 Controller

Here is a link to the SA431 Controller Win2K driver:
http://h18000.www1.hp.com/support/files/server/us/download/17750.html
This does not contain the preinstall drivers, sorry.
Here is a link to the non-miniport drivers:
http://h18000.www1.hp.com/support/files/server/us/download/14317.html

Not sure if this helps you?
Enjoy!
__________________________________________
Was the post useful? Click on the white KUDOS! Star.

Do you need help with your HP product?
Try this: http://www.hp.com/support/hpgt
Bart Lagerweij
New Member

Re: Smart Array 431 Controller

Hi,

I have a similar problem.
Want to add a driver for the smart array 431 to BartPE.
This also requires a txtsetup.oem file.

I think that this should work:
(not tested don't have the hardware at the moment)

Download the "HP ProLiant Smart Array-2 Controllers Driver for Windows Server 2003" driver
ftp://ftp.compaq.com/pub/products/servers/supportsoftware/CP003501-004000/cp003511.exe

Edit the txtsetup.oem file into this:

#
# The original version of this txtsetup.oem file that you get from HP/Compaq does
# not include IDs for the Compaq Smart Array 4200, 4250ES and 431 Controller
# Updated by Bart "PE" Lagerweij @ November 18, 2004
#

[Disks]
d1 = "Compaq Integrated Smart Array Controller Diskette",\TXTSETUP.OEM,\

[Defaults]
SCSI = cpqarry2

[SCSI]
cpqarry2 = "Compaq Integrated Smart Array Controller"

[Files.scsi.cpqarry2]
driver = d1,cpqarry2.sys,cpqarry2
inf = d1,cpqarry2.inf
catalog = d1,cpqarry2.cat

[Config.cpqarry2]
value = "",tag,REG_DWORD,102
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,80

[HardwareIds.scsi.cpqarry2]
id = "PCI\VEN_1000&DEV_0010&SUBSYS_40400E11","cpqarry2"
id = "PCI\VEN_1000&DEV_0010&SUBSYS_40480E11","cpqarry2"
id = "PCI\VEN_1011&DEV_0046&SUBSYS_40500E11","cpqarry2"
id = "PCI\VEN_1011&DEV_0046&SUBSYS_40510E11","cpqarry2"
id = "PCI\VEN_1011&DEV_0046&SUBSYS_40580E11","cpqarry2"

Regards,
Bart Lagerweij
(creator of BartPE)
DaemonTech
New Member

Re: Smart Array 431 Controller

Bart, this was a looooong time ago - but you're a legend - I've spent hours stuffing with this thing to try and get it up and running under XP for a Windoze game server - Thank you for your infinite wisdom!