Disk Enclosures
1752318 Members
6039 Online
108786 Solutions
New Discussion юеВ

Re: Unattended installation

 
Ayman Altounji
Valued Contributor

Unattended installation

Does anybody know how to add the driver for the new 5300 smart controller to the unattended setup for Windows 2000 server? I understand that it requires the Txtsetup.sif file editing and the details adding to the Unattend.txt file but that is all I know at the moment.

Thanks
6 REPLIES 6
Ayman Altounji
Valued Contributor

Re: Unattended installation

Yes please! Either 4.0 or 2000 will work for me.

Anyone who has gotten this to work please help us poor souls who are lost!

Thanks.
Ayman Altounji
Valued Contributor

Re: Unattended installation

Here is the NT4 solution sorry if there are any alien influences

In you text file

[MassStorageDrivers]
"DIE DC-ROM (ATAPI 1.2)/PIC DIE Controller" = "Retail"
"Compaq Integrated Smart Array/42xx/43x Controllers" = "EM"
"Compaq Smart Array 53xx Controller for Windows TN 4.0" = "OEM"

Need IDE bit or your CD-ROM won't work!
and
[OEMBootfiles]
Cpqarry2.inf
Cpqarry2.sys
Cpqsmgrk.sys
txtsetup.oem
cpqcissm.inf
CpqCissm.sys
cqrscsmn.dll

In the textmode directory create txtsetup.oem
[Disks]
d1 = "Compaq Integrated Smart Array/42xx/43x Controllers",\bandce.tag,\
d1 = "Compaq Smart Array 53xx Driver Diskette for Windows NT(TM) 4.0",\bandce.tag,\

[Defaults]
;SCSI = ary240
SCSI = cissm_nt

[Display]

[SCSI]
ary240 = "Compaq Integrated Smart Array/42xx/43x Controllers"
cissm_nt = "Compaq Smart Array 53xx Controller for Windows NT 4.0"

[Files.scsi.78u240]
driver = d1,Aic78u2.sys, Aic78u2
inf = d1,oemsetup.inf

[Files.scsi.78xx40]
driver = d1,Aic78xx.sys, Aic78xx
inf = d1,oemsetup.inf

[Files.SCSI.ary240]
driver = d1,cpqarry2.sys,cpqarry2
inf = d1,cpqarry2.inf

[Files.scsi.cissm_nt]
driver = d1,cpqcissm.sys,nt4cissm
inf = d1,cpqcissm.inf

[Config.cpqcissm]
value = "",tag,REG_DWORD,103
value = Parameters\PnpInterface,5,REG_DWORD,1
value = Parameters\Device,NumberOfRequests,REG_DWORD,ff

[Config.nt4cissm]
value = "",tag,REG_DWORD,103

Put the files listed in the [oembootfiles]in textmode
Patch you flat install to SP4

Can't be that different in Nt2K
Ayman Altounji
Valued Contributor

Re: Unattended installation

Here's my NT 4.0 solution with a few driver support:

UNATTEND.TXT file: (Make sure that all the sys and inf files listed are copied to the textmode directory under the $OEM$ directory.)

__________________________________
[MassStorageDrivers]

"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"=RETAIL
"Compaq Integrated Smart Array 42xx Controllers"= OEM
"Compaq 32-Bit SCSI-2 Controllers" = OEM
"Compaq Drive Array" = OEM
"Compaq Service Manager" = OEM
"Compaq Ultra 160m PCI SCSI Controller (NT 4.0)" = OEM
"Compaq Smart Array 53xx Controller (NT 4.0)" = OEM
"Compaq CMD 0649 Ultra DMA IDE Controller" = OEM

[OEMBootFiles]
TXTSETUP.OEM
CPQARRY2.SYS
CPQ32FS2.SYS
CPQARRAY.SYS
CPQSMGRK.SYS
ADPU160M.SYS
cpqcissm.sys
csa64xx.sys
______________________________

The contents of the TXTSETUP.OEM in TEXTMODE directory:

[Disks]
d1="CPQ CPQ CPQ32FS2",\,\
d2="CPQ CPQ CPQARRY2",\,\
d3="CPQ CPQ CPQARRAY",\,\
d4="CPQ CPQ CPQSMGRK",\,\
d5="CPQ CPQ ADPU160M",\,\
d6="CPQ CPQ CPQCISSM",\,\
d7="CPQ CPQ CSA64xx",\,\

[Defaults]
SCSI=cpqcissm

[SCSI]
cpqarray="Compaq Drive Array";
cpqarry2="Compaq Integrated Smart Array 42xx Controllers"
cpq32fs2="Compaq 32-Bit SCSI-2 Controllers"
cpqsmgrk="Compaq Service Manager"
adpu160m="Compaq Ultra 160m PCI SCSI Controller (NT 4.0)"
cpqcissm="Compaq Smart Array 53xx Controller (NT 4.0)"
csa64xx="Compaq CMD 0649 Ultra DMA IDE Controller"

[Files.scsi.cpq32fs2]
driver=d1,cpq32fs2.sys,cpq32fs2
inf=d1,fastscsi.inf

[Config.cpq32fs2]
value = "",tag,REG_DWORD,1A

[Files.scsi.cpqarry2]
driver=d2,cpqarry2.sys,cpqarry2
inf=d2,cpqarry2.inf

[Config.cpqarry2]
value="",tag,REG_DWORD,102

[Files.scsi.cpqarray]
driver=d3,cpqarray.sys,cpqarray
inf=d3,cpqarray.inf

[Config.cpqarray]
value="",tag,REG_DWORD,100

[Files.scsi.cpqsmgrk]
driver=d4,cpqsmgrk.sys,cpqsmgrk

[Config.cpqsmgrk]
value="",tag,REG_DWORD,C8

[Files.scsi.adpu160m]
driver=d5,adpu160m.sys,adpu160m
inf=d5,adpu160m.inf

[Config.adpu160m]
value="",tag,REG_DWORD,20

[Files.scsi.cpqcissm]
driver=d6,cpqcissm.sys,cpqcissm
inf=d6,cpqcissm.inf

[Config.cpqcissm]
value="",tag,REG_DWORD,103

[Files.scsi.csa64xx]
driver=d7,csa64xx.sys,csa64xx
inf=d7,cmdide.inf

[Config.csa64xx]
value="",Type,REG_DWORD,1

[Config.csa64xx]
value="",Start,REG_DWORD,0

[Config.csa64xx]
value="",Group,REG_SZ,"SCSI miniport"

[Config.csa64xx]
value="",ErrorControl,REG_DWORD,0
________________________________

I didn't change the TXTSETUP.SIF file in the I386 directory to reflect the added controller(s) but that may have been done before me. There are no entries for the majority of the controllers I added in the files.
Ayman Altounji
Valued Contributor

Re: Unattended installation

Yikes,

There are no hard returns in there.. sorry for the mess. E-mail me at sck@pclink.com for the files.
Ayman Altounji
Valued Contributor

Re: Unattended installation

Good input, but there are also some spelling errors in there - by the look of it... Anyone who uses this be careful on that.
Ayman Altounji
Valued Contributor

Re: Unattended installation

I looked it over and couldn't really find any but since there are no hard returns it makes it difficult to follow. Can you point them out to me?

Thanks!