<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unattended installation in Disk Enclosures</title>
    <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480176#M835</link>
    <description>Here's my NT 4.0 solution with a few driver support:  &lt;BR /&gt;  &lt;BR /&gt;UNATTEND.TXT file: (Make sure that all the sys and inf files listed are copied to the textmode directory under the $OEM$ directory.)  &lt;BR /&gt;  &lt;BR /&gt;__________________________________  &lt;BR /&gt;[MassStorageDrivers]  &lt;BR /&gt;  &lt;BR /&gt;"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"=RETAIL  &lt;BR /&gt;"Compaq Integrated Smart Array 42xx Controllers"= OEM  &lt;BR /&gt;"Compaq 32-Bit SCSI-2 Controllers" = OEM  &lt;BR /&gt;"Compaq Drive Array" = OEM  &lt;BR /&gt;"Compaq Service Manager" = OEM  &lt;BR /&gt;"Compaq Ultra 160m PCI SCSI Controller (NT 4.0)" = OEM  &lt;BR /&gt;"Compaq Smart Array 53xx Controller (NT 4.0)" = OEM  &lt;BR /&gt;"Compaq CMD 0649 Ultra DMA IDE Controller" = OEM  &lt;BR /&gt;  &lt;BR /&gt;[OEMBootFiles]  &lt;BR /&gt;TXTSETUP.OEM  &lt;BR /&gt;CPQARRY2.SYS  &lt;BR /&gt;CPQ32FS2.SYS  &lt;BR /&gt;CPQARRAY.SYS  &lt;BR /&gt;CPQSMGRK.SYS  &lt;BR /&gt;ADPU160M.SYS  &lt;BR /&gt;cpqcissm.sys  &lt;BR /&gt;csa64xx.sys  &lt;BR /&gt;______________________________  &lt;BR /&gt;  &lt;BR /&gt;The contents of the TXTSETUP.OEM in TEXTMODE directory:  &lt;BR /&gt;  &lt;BR /&gt;[Disks]  &lt;BR /&gt;d1="CPQ CPQ CPQ32FS2",\,\  &lt;BR /&gt;d2="CPQ CPQ CPQARRY2",\,\  &lt;BR /&gt;d3="CPQ CPQ CPQARRAY",\,\  &lt;BR /&gt;d4="CPQ CPQ CPQSMGRK",\,\  &lt;BR /&gt;d5="CPQ CPQ ADPU160M",\,\  &lt;BR /&gt;d6="CPQ CPQ CPQCISSM",\,\  &lt;BR /&gt;d7="CPQ CPQ CSA64xx",\,\  &lt;BR /&gt;  &lt;BR /&gt;[Defaults]  &lt;BR /&gt;SCSI=cpqcissm  &lt;BR /&gt;  &lt;BR /&gt;[SCSI]  &lt;BR /&gt;cpqarray="Compaq Drive Array";  &lt;BR /&gt;cpqarry2="Compaq Integrated Smart Array 42xx Controllers"  &lt;BR /&gt;cpq32fs2="Compaq 32-Bit SCSI-2 Controllers"  &lt;BR /&gt;cpqsmgrk="Compaq Service Manager"  &lt;BR /&gt;adpu160m="Compaq Ultra 160m PCI SCSI Controller (NT 4.0)"  &lt;BR /&gt;cpqcissm="Compaq Smart Array 53xx Controller (NT 4.0)"  &lt;BR /&gt;csa64xx="Compaq CMD 0649 Ultra DMA IDE Controller"  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpq32fs2]  &lt;BR /&gt;driver=d1,cpq32fs2.sys,cpq32fs2  &lt;BR /&gt;inf=d1,fastscsi.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpq32fs2]  &lt;BR /&gt;value = "",tag,REG_DWORD,1A  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqarry2]  &lt;BR /&gt;driver=d2,cpqarry2.sys,cpqarry2  &lt;BR /&gt;inf=d2,cpqarry2.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqarry2]  &lt;BR /&gt;value="",tag,REG_DWORD,102  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqarray]  &lt;BR /&gt;driver=d3,cpqarray.sys,cpqarray  &lt;BR /&gt;inf=d3,cpqarray.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqarray]  &lt;BR /&gt;value="",tag,REG_DWORD,100  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqsmgrk]  &lt;BR /&gt;driver=d4,cpqsmgrk.sys,cpqsmgrk  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqsmgrk]  &lt;BR /&gt;value="",tag,REG_DWORD,C8  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.adpu160m]  &lt;BR /&gt;driver=d5,adpu160m.sys,adpu160m  &lt;BR /&gt;inf=d5,adpu160m.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.adpu160m]  &lt;BR /&gt;value="",tag,REG_DWORD,20  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqcissm]  &lt;BR /&gt;driver=d6,cpqcissm.sys,cpqcissm  &lt;BR /&gt;inf=d6,cpqcissm.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqcissm]  &lt;BR /&gt;value="",tag,REG_DWORD,103  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.csa64xx]  &lt;BR /&gt;driver=d7,csa64xx.sys,csa64xx  &lt;BR /&gt;inf=d7,cmdide.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Type,REG_DWORD,1  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Start,REG_DWORD,0  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Group,REG_SZ,"SCSI miniport"  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",ErrorControl,REG_DWORD,0  &lt;BR /&gt;________________________________  &lt;BR /&gt;  &lt;BR /&gt;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.</description>
    <pubDate>Fri, 16 Feb 2001 00:00:01 GMT</pubDate>
    <dc:creator>Ayman Altounji</dc:creator>
    <dc:date>2001-02-16T00:00:01Z</dc:date>
    <item>
      <title>Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480173#M832</link>
      <description>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. &lt;BR /&gt; &lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 08 Jan 2001 00:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480173#M832</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-01-08T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480174#M833</link>
      <description>Yes please!  Either 4.0 or 2000 will work for me. &lt;BR /&gt; &lt;BR /&gt;Anyone who has gotten this to work please help us poor souls who are lost! &lt;BR /&gt; &lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 14 Feb 2001 00:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480174#M833</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-14T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480175#M834</link>
      <description>Here is the NT4 solution sorry if there are any alien influences &lt;BR /&gt; &lt;BR /&gt;In you text file &lt;BR /&gt; &lt;BR /&gt;[MassStorageDrivers] &lt;BR /&gt;"DIE DC-ROM (ATAPI 1.2)/PIC DIE Controller" = "Retail"  &lt;BR /&gt;"Compaq Integrated Smart Array/42xx/43x Controllers" =  "EM" &lt;BR /&gt;"Compaq Smart Array 53xx Controller for Windows TN 4.0" =  "OEM" &lt;BR /&gt; &lt;BR /&gt;Need IDE bit or your CD-ROM won't work! &lt;BR /&gt;and  &lt;BR /&gt;[OEMBootfiles] &lt;BR /&gt;Cpqarry2.inf &lt;BR /&gt;Cpqarry2.sys &lt;BR /&gt;Cpqsmgrk.sys &lt;BR /&gt;txtsetup.oem &lt;BR /&gt;cpqcissm.inf &lt;BR /&gt;CpqCissm.sys &lt;BR /&gt;cqrscsmn.dll &lt;BR /&gt; &lt;BR /&gt;In the textmode directory create txtsetup.oem &lt;BR /&gt;[Disks] &lt;BR /&gt;d1 = "Compaq Integrated Smart Array/42xx/43x Controllers",\bandce.tag,\ &lt;BR /&gt;d1 = "Compaq Smart Array 53xx Driver Diskette for Windows NT(TM) 4.0",\bandce.tag,\ &lt;BR /&gt; &lt;BR /&gt;[Defaults] &lt;BR /&gt;;SCSI = ary240 &lt;BR /&gt;SCSI = cissm_nt  &lt;BR /&gt; &lt;BR /&gt;[Display] &lt;BR /&gt; &lt;BR /&gt;[SCSI] &lt;BR /&gt;ary240 = "Compaq Integrated Smart Array/42xx/43x Controllers" &lt;BR /&gt;cissm_nt = "Compaq Smart Array 53xx Controller for Windows NT 4.0" &lt;BR /&gt; &lt;BR /&gt;[Files.scsi.78u240] &lt;BR /&gt;driver = d1,Aic78u2.sys, Aic78u2 &lt;BR /&gt;inf = d1,oemsetup.inf &lt;BR /&gt; &lt;BR /&gt;[Files.scsi.78xx40] &lt;BR /&gt;driver = d1,Aic78xx.sys, Aic78xx &lt;BR /&gt;inf = d1,oemsetup.inf &lt;BR /&gt; &lt;BR /&gt;[Files.SCSI.ary240] &lt;BR /&gt;driver = d1,cpqarry2.sys,cpqarry2 &lt;BR /&gt;inf    = d1,cpqarry2.inf &lt;BR /&gt; &lt;BR /&gt;[Files.scsi.cissm_nt] &lt;BR /&gt;driver = d1,cpqcissm.sys,nt4cissm &lt;BR /&gt;inf    = d1,cpqcissm.inf &lt;BR /&gt; &lt;BR /&gt;[Config.cpqcissm] &lt;BR /&gt;value = "",tag,REG_DWORD,103 &lt;BR /&gt;value = Parameters\PnpInterface,5,REG_DWORD,1 &lt;BR /&gt;value = Parameters\Device,NumberOfRequests,REG_DWORD,ff &lt;BR /&gt; &lt;BR /&gt;[Config.nt4cissm] &lt;BR /&gt;value = "",tag,REG_DWORD,103 &lt;BR /&gt; &lt;BR /&gt;Put the files listed in the [oembootfiles]in textmode &lt;BR /&gt;Patch you flat install to SP4 &lt;BR /&gt; &lt;BR /&gt;Can't be that different in Nt2K</description>
      <pubDate>Fri, 16 Feb 2001 00:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480175#M834</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-16T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480176#M835</link>
      <description>Here's my NT 4.0 solution with a few driver support:  &lt;BR /&gt;  &lt;BR /&gt;UNATTEND.TXT file: (Make sure that all the sys and inf files listed are copied to the textmode directory under the $OEM$ directory.)  &lt;BR /&gt;  &lt;BR /&gt;__________________________________  &lt;BR /&gt;[MassStorageDrivers]  &lt;BR /&gt;  &lt;BR /&gt;"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller"=RETAIL  &lt;BR /&gt;"Compaq Integrated Smart Array 42xx Controllers"= OEM  &lt;BR /&gt;"Compaq 32-Bit SCSI-2 Controllers" = OEM  &lt;BR /&gt;"Compaq Drive Array" = OEM  &lt;BR /&gt;"Compaq Service Manager" = OEM  &lt;BR /&gt;"Compaq Ultra 160m PCI SCSI Controller (NT 4.0)" = OEM  &lt;BR /&gt;"Compaq Smart Array 53xx Controller (NT 4.0)" = OEM  &lt;BR /&gt;"Compaq CMD 0649 Ultra DMA IDE Controller" = OEM  &lt;BR /&gt;  &lt;BR /&gt;[OEMBootFiles]  &lt;BR /&gt;TXTSETUP.OEM  &lt;BR /&gt;CPQARRY2.SYS  &lt;BR /&gt;CPQ32FS2.SYS  &lt;BR /&gt;CPQARRAY.SYS  &lt;BR /&gt;CPQSMGRK.SYS  &lt;BR /&gt;ADPU160M.SYS  &lt;BR /&gt;cpqcissm.sys  &lt;BR /&gt;csa64xx.sys  &lt;BR /&gt;______________________________  &lt;BR /&gt;  &lt;BR /&gt;The contents of the TXTSETUP.OEM in TEXTMODE directory:  &lt;BR /&gt;  &lt;BR /&gt;[Disks]  &lt;BR /&gt;d1="CPQ CPQ CPQ32FS2",\,\  &lt;BR /&gt;d2="CPQ CPQ CPQARRY2",\,\  &lt;BR /&gt;d3="CPQ CPQ CPQARRAY",\,\  &lt;BR /&gt;d4="CPQ CPQ CPQSMGRK",\,\  &lt;BR /&gt;d5="CPQ CPQ ADPU160M",\,\  &lt;BR /&gt;d6="CPQ CPQ CPQCISSM",\,\  &lt;BR /&gt;d7="CPQ CPQ CSA64xx",\,\  &lt;BR /&gt;  &lt;BR /&gt;[Defaults]  &lt;BR /&gt;SCSI=cpqcissm  &lt;BR /&gt;  &lt;BR /&gt;[SCSI]  &lt;BR /&gt;cpqarray="Compaq Drive Array";  &lt;BR /&gt;cpqarry2="Compaq Integrated Smart Array 42xx Controllers"  &lt;BR /&gt;cpq32fs2="Compaq 32-Bit SCSI-2 Controllers"  &lt;BR /&gt;cpqsmgrk="Compaq Service Manager"  &lt;BR /&gt;adpu160m="Compaq Ultra 160m PCI SCSI Controller (NT 4.0)"  &lt;BR /&gt;cpqcissm="Compaq Smart Array 53xx Controller (NT 4.0)"  &lt;BR /&gt;csa64xx="Compaq CMD 0649 Ultra DMA IDE Controller"  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpq32fs2]  &lt;BR /&gt;driver=d1,cpq32fs2.sys,cpq32fs2  &lt;BR /&gt;inf=d1,fastscsi.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpq32fs2]  &lt;BR /&gt;value = "",tag,REG_DWORD,1A  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqarry2]  &lt;BR /&gt;driver=d2,cpqarry2.sys,cpqarry2  &lt;BR /&gt;inf=d2,cpqarry2.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqarry2]  &lt;BR /&gt;value="",tag,REG_DWORD,102  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqarray]  &lt;BR /&gt;driver=d3,cpqarray.sys,cpqarray  &lt;BR /&gt;inf=d3,cpqarray.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqarray]  &lt;BR /&gt;value="",tag,REG_DWORD,100  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqsmgrk]  &lt;BR /&gt;driver=d4,cpqsmgrk.sys,cpqsmgrk  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqsmgrk]  &lt;BR /&gt;value="",tag,REG_DWORD,C8  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.adpu160m]  &lt;BR /&gt;driver=d5,adpu160m.sys,adpu160m  &lt;BR /&gt;inf=d5,adpu160m.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.adpu160m]  &lt;BR /&gt;value="",tag,REG_DWORD,20  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.cpqcissm]  &lt;BR /&gt;driver=d6,cpqcissm.sys,cpqcissm  &lt;BR /&gt;inf=d6,cpqcissm.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.cpqcissm]  &lt;BR /&gt;value="",tag,REG_DWORD,103  &lt;BR /&gt;  &lt;BR /&gt;[Files.scsi.csa64xx]  &lt;BR /&gt;driver=d7,csa64xx.sys,csa64xx  &lt;BR /&gt;inf=d7,cmdide.inf  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Type,REG_DWORD,1  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Start,REG_DWORD,0  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",Group,REG_SZ,"SCSI miniport"  &lt;BR /&gt;  &lt;BR /&gt;[Config.csa64xx]  &lt;BR /&gt;value="",ErrorControl,REG_DWORD,0  &lt;BR /&gt;________________________________  &lt;BR /&gt;  &lt;BR /&gt;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.</description>
      <pubDate>Fri, 16 Feb 2001 00:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480176#M835</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-16T00:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480177#M836</link>
      <description>Yikes,  &lt;BR /&gt; &lt;BR /&gt;There are no hard returns in there.. sorry for the mess.  E-mail me at sck@pclink.com for the files.</description>
      <pubDate>Fri, 16 Feb 2001 00:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480177#M836</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-16T00:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480178#M837</link>
      <description>Good input, but there are also some spelling errors in there - by the look of it... Anyone who uses this be careful on that.</description>
      <pubDate>Fri, 16 Feb 2001 00:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480178#M837</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-16T00:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unattended installation</title>
      <link>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480179#M838</link>
      <description>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? &lt;BR /&gt; &lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 16 Feb 2001 00:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/disk-enclosures/unattended-installation/m-p/2480179#M838</guid>
      <dc:creator>Ayman Altounji</dc:creator>
      <dc:date>2001-02-16T00:00:00Z</dc:date>
    </item>
  </channel>
</rss>

