ProLiant Servers (ML,DL,SL)
1820558 Members
1874 Online
109626 Solutions
New Discussion юеВ

Re: DL360 G6 p410i not sysprepping

 
Melissa O'Brien
Frequent Advisor

DL360 G6 p410i not sysprepping

Has anyone managed to get their custom sysprep working on a dl360 G6 with a p410i?

First it took awhile to figure out the G6's only like Windows install CDs with slipstreamed SP2 (and maybe SP2 R2 - not sure).

I am not building my image on a G6 machine. We build on a VM so we can use across models. For new array controllers, we usually just update sysprep with the latest SAS drivers and device IDs, but it's not working for my x86 or x64 images.

Trying it with SAS driver 6.14.0.64/6.12.0.64 and Device ID:

PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = c:\Sysprep\Drivers\SAS\hpcissx2.inf

I'm stuck!!
15 REPLIES 15
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Sorry i should clarify...

The Sysprep is completing FINE, but the sysprepped images won't boot on DL360 G6 machines. Just goes to black screen for about 15 seconds and reboots - not even a blue screen.
Dhanesh Amirthalingam
Regular Advisor

Re: DL360 G6 p410i not sysprepping

Hi


Try to install this with N lite software

you can embedded all drivers with this and do

do the activities


Try this if not please let me know
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I've got the same thing here getting stop 7xb, support paq 8.30, all drivers work fine on anything else except for p410i

any luck with embedding?
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Hi Mark G,

The lines in our sysprep.inf used to work with the minimum amount of parameters, because the INF would contain the proper device name, OEM txt location etc.

For example we used to have this:
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = C:\Sysprep\Drivers\SAS\hpcissx2.inf

and once we changed it to this, it worked:
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

No changes to where we stored the drivers in the image or anything. Just new INFs. Microsoft basically said this was a shortcoming with the driver.

Hope this helps!
Melissa
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I've now tried both driver sets, the image is fine works on all older blades and controllers it's the p410i that's the problem.

We havent' changed anything here just the hardware, and sure enough the server gets a stop 7xb every time it boots up

I've tried every driver I can find and nothing work with the p410i.
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

Yes we had the same thing. Image with sysprep worked on all blade and actually all DLs, MLs until the p410i was introduced.

Plug and play for this device ID is not correctly detecting the hardware.

Here's our entire hpcissx2.sys section...try adding these device IDs with all parameters to your sysprep (obviously you'll need to change the location of your driver):

PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3234103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3211103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3212103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "c:\sysprep\drivers\SAS\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

The driver version we're using is 6.14.0.32.

If this doesn't work you may want to look at the version of storport.sys in your image, I believe there is a minimum version required by the latest SAS drivers...
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

Hi Melissa,

I have changed the sysprep and am about to try it but I'm wondering are you using the line buildmassstorage=yes in your sysprep.inf?
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

We've never used that switch, it takes too long. Plus in situations like this driver where the INF is not configured properly...

When we get new array controllers, we check the PnP device ID in device manager and add it appropriately. Hope this helps!
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

here's my sysprep mass storage section. I've changed it to match the format you suggested

[SysprepMassStorage]

;64-Bit/133-MHz Ultra320 SCSI Controllers
PCI\VEN_1000&DEV_0030 = "C:\Drivers\03\lsi_scsi.inf", "\", "LSI Logic Fusion-MPT U320 Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0032 = "C:\Drivers\03\lsi_scsi.inf", "\", "LSI Logic Fusion-MPT U320 Storport Driver", "\txtsetup.oem"

;4/8 Internal Port SAS Controllers
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"
PCI\VEN_1000&DEV_0062 = "C:\Drivers\04\lsi_sas.inf", "\", "LSI Fusion-MPT SAS Storport Driver", "\txtsetup.oem"

;Smart Array SAS/SATA Controllers
PCI\VEN_103C&DEV_3230&SUBSYS_3223103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_323D103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3234103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3235103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3237103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3212103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3211103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_3232&SUBSYS_40A00E11 = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3241103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3243103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3245103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3247103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3249103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324A103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324B103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"
PCI\VEN_103C&DEV_333F&SUBSYS_333F103C = "C:\Drivers\05\hpcissx2.inf", "\", "Smart Array SAS/SATA Windows Driver Diskette", "\txtsetup.oem"

;Smart Array 5x and 6x Controllers
PCI\VEN_0E11&DEV_B060&SUBSYS_40700E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11 = "C:\Drivers\06\hpcisss.inf", "\", "Smart Array 5x and 6x Storport Driver Diskette", "\txtsetup.oem"

;HP 6-Port SATA RAID Controller Driver for Microsoft Windows Server 2003 x64 Editions
PCI\VEN_9005&DEV_0285&SUBSYS_02859005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02879005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02869005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028A9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028E9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028B9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_028F9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02909005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02929005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_02939005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_028C9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_028D9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0285&SUBSYS_3227103C = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029D9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029C9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029B9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029E9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"
PCI\VEN_9005&DEV_0286&SUBSYS_029F9005 = "C:\Drivers\07\aac.inf", "\", "Adaptec RAID Windows XP/2003 64-bit Device Drivers", "\txtsetup.oem"

;Storport miniport driver for the HP ProLiant Integrated SATA Controller
PCI\VEN_1166&DEV_024A = "C:\Drivers\08\bchtsw64.inf", "\", "Broadcom HT1000 SATA Controller", "\txtsetup.oem"

;HP Proliant Smart Array Embedded SATA RAID Controller Driver for Microsoft Windows Server 2003/2008 x64 Editions
PCI\VEN_8086&DEV_3a25&SUBSYS_3118103C = "C:\Drivers\09\HpAHCIsr.inf", "\", "HP Smart Array B110i SATA RAID Controller Driver Diskette", "\txtsetup.oem"
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I'm also using this commandline from within c:\sysprep

sysprep -quiet -pnp -forceshutdown -reseal
Melissa O'Brien
Frequent Advisor

Re: DL360 G6 p410i not sysprepping

and it's still not working?

the image you're using...was it build from win2k3 and then SP2 applied on top or the CD with SP2 slipstreamed...
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

I'm trying it now, image is packing hopefully this will be the last time I'll bug you.

mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

it's working great thanks for the help!
mark q
Regular Advisor

Re: DL360 G6 p410i not sysprepping

Scratch that imaged old blade which works fine, calling microsoft..
greg long_4
Occasional Advisor

Re: DL360 G6 p410i not sysprepping

I wish HP would provide a white paper here. They are the ones that created the funky driver that requires the full lines to include txtsetup.oem.

FYI, to see whats happening when your computer starts and then just reboots you hit F8 as windows starts and choose option of not to reboot automatically and you will see the famous B7 stop screen.

Your info here has been the first to guide me to a solution through the same problem as yours and it only took 3 days of searching.

HP should at least include a KB or notes attached to its servers. The best would be a pre set collection of drivers with sysprep inf file.

I will include my inf, also i just downloaded and used the latest Mass storage drivers for my servers (DL380G5 - DL360 G5)

**sysprep.inf**

;SetupMgrTag
[Unattended]
OemSkipEula=Yes
InstallFilesPath=C:\software\2003srv.x64\amd64
OemPnPDriversPath = drivers\scsi;drivers\scsi\5x6x;drivers\scsi\sas;drivers\scsi\lsi_scsi;drivers\scsi\lsi_sas;drivers\net;drivers\hpsys

[GuiUnattended]
AdminPassword="password123"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=5
OEMSkipRegional=1
OEMDuplicatorstring="2003 x64 build"
TimeZone=20
OemSkipWelcome=1

[UserData]
ProductKey=working-key
FullName="some name"
OrgName="some name"
ComputerName=*

[LicenseFilePrintData]
AutoMode=PerSeat

[TapiLocation]
AreaCode=713
LongDistanceAccess="9,"

[SetupMgr]
DistFolder=C:\sysprep\i386
DistShare=windist

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[SysprepMassStorage]
; chtsw64
; Broadcom Corp SCSIAdapterdrivers
;PCI\VEN_1166&DEV_024A="c:\drivers\scsi\bchtsw64.inf","\","Broadcom HT1000 SATA Controller(AMD64 Release)","\txtsetup.oem"
PCI\VEN_1166&DEV_024A="c:\drivers\scsi\bchtsw64.inf"
; hpahcisr
; HP SATA RAID Controller Support
;PCI\VEN_8086&DEV_3a25&SUBSYS_3118103C="c:\drivers\scsi\HpAHCIsr.inf","\","HP Smart Array B110i SATA RAID Controller","\txtsetup.oem"
;PCI\VEN_8086&DEV_3b25&SUBSYS_3118103C="c:\drivers\scsi\HpAHCIsr.inf","\","HP Smart Array B110i SATA RAID Controller","\txtsetup.oem"
;PCI\VEN_1002&DEV_4391&SUBSYS_1778103C="c:\drivers\scsi\HpAHCIsr.inf","\","HP Smart Array B110i SATA RAID Controller","\txtsetup.oem"
PCI\VEN_8086&DEV_3a25&SUBSYS_3118103C="c:\drivers\scsi\HpAHCIsr.inf"
PCI\VEN_8086&DEV_3b25&SUBSYS_3118103C="c:\drivers\scsi\HpAHCIsr.inf"
PCI\VEN_1002&DEV_4391&SUBSYS_1778103C="c:\drivers\scsi\HpAHCIsr.inf"
; hpcisss
; Smart Array 5x and 6x Controller Support
PCI\VEN_0E11&DEV_B060&SUBSYS_40700E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 5300 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40800E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 5i Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40820E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 532 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_B178&SUBSYS_40830E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 5312 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_40910E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 6i Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409A0E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 641 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409B0E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 642 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409C0E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 6400 Controller","\txtsetup.oem"
PCI\VEN_0E11&DEV_0046&SUBSYS_409D0E11="c:\drivers\scsi\5x6x\hpcisss.inf","\","Smart Array 6400_EM Controller","\txtsetup.oem"
; hpcissx2
; Smart Array SAS/SATA Controller Support
PCI\VEN_103C&DEV_3230&SUBSYS_3223103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P800 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_323D103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P700m Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3220&SUBSYS_3225103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P600 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3234103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P400 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3235103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P400I Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3230&SUBSYS_3237103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array E500 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3212103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array E200 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3238&SUBSYS_3211103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array E200I Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_3232&SUBSYS_40A00E11="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array SDK_Test_Board Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3241103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P212 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3243103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P410 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3245103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P410i Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3247103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P411 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_3249103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P812 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324A103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P712 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_323A&SUBSYS_324B103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Smart Array P711 Controller","\txtsetup.oem"
PCI\VEN_103C&DEV_333F&SUBSYS_333F103C="c:\drivers\scsi\sas\hpcissx2.inf","\","Storage Works 1210m Controller","\txtsetup.oem"
; lsi_sas.inf
; LSI Corporation SAS
PCI\VEN_1000&DEV_0050 = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI Adapter, SAS 3000 series, 4-port with 1064 -StorPort","\txtsetup.oem"
PCI\VEN_1000&DEV_0054 = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI Adapter, SAS 3000 series, 8-port with 1068 -StorPort","\txtsetup.oem"
PCI\VEN_1000&DEV_0058 = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI Adapter, SAS 3000 series, 8-port with 1068E -StorPort","\txtsetup.oem"
PCI\VEN_1000&DEV_005E = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI SAS Adapter","\txtsetup.oem"
PCI\VEN_1000&DEV_0056 = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI Adapter, SAS 3000 series, 4-port with 1064E -StorPort","\txtsetup.oem"
PCI\VEN_1000&DEV_005A = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI SAS Adapter","\txtsetup.oem"
PCI\VEN_1000&DEV_0062 = "c:\drivers\scsi\lsi_sas\lsi_sas.inf","\","LSI Adapter, SAS RAID-on-Chip, 8-port with 1078 -StorPort","\txtsetup.oem"
; lsi_scsi
; LSI Corporation SCSI
PCI\VEN_1000&DEV_0030 = "c:\drivers\scsi\lsi_scsi\lsi_scsi.inf","\","LSI SAS Adapter","\txtsetup.oem"
PCI\VEN_1000&DEV_0032 = "c:\drivers\scsi\lsi_scsi\lsi_scsi.inf","\","LSI SAS Adapter","\txtsetup.oem"


hope this helps others