SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Microsoft Windows Server 2003 for Itanium-based Systems

Table Of Contents
the use of this mode, create the boot-files/$OEM$/TEXTMODE directory under
data_files/drivers/storage/saP600/windows/2003-enterprise/.
In graphical mode, drivers for all the devices, including boot devices, are loaded. To
support the loading of all OEM drivers, create the other-files/$OEM$/$1 directory
under data_files/drivers/storage/saP600/windows/2003-enterprise/.
2. Copy driver files into these directories. If you copied a driver to the TEXTMODE directory,
you should also copy it to the other-files/$OEM$/$1 directory.
3. Driver vendors provide a txtsetup.oemfile with their drivers, which lists the driver files.
Copy the list of these files into a separate unattended.txt file which contains only these
specific sections. This file is appended to the unattended.txt (winnt.sif) file by the
windows-setup.shscript. This unattended.txt file should contain only these sections.
Here is an example of the unattended.txt file for the sa6402 OEM drivers:
[Unattended]
OemPnPDriversPath = PnPDrivers\Storage\sa6400
[MassStorageDrivers]
"Smart Array 6i, 641, 642, 6400, 6400EM Controllers" = "OEM"
[OEMBootFiles]
cpqcisse.cat
cpqcisse.inf
cpqcisse.sys
cpqcissm.cat
cpqcissm.dll
cpqcissm.inf
cpqcissm.sys
txtsetup.oem
The final repository may resemble the following structure (OS files were removed for the sake
of brevity):
| readme.txt
| SSTK_DeploymentGuide.pdf
|
+---boot_files
| \---efi
| \---boot
| bootia64.efi
| elilo.conf
| elilo.efi
| linux
| rootfs.gz
|
+---data_files
| | acu.ini
| | conrep.xml
| | hba.ini
| |
| +---drivers
| | +---Network
| | | +---AD3xx
| | | | \---windows
| | | | \---2003-enterprise
| | | | |---other-files
| | | | | \---$OEM$
| | | | | \---$1
| | | | | \---PnPDrivers
| | | | | \---Network
| | | | | \---AD3xxA
| | | | | NicCo.dll
| | | | | NicEtCo.dll
| | | | | NicEtCoE.dll
| | | | | NicInstE.dll
Upload the device driver files 25