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

Table Of Contents
|
+---os
| \---windows
| |---2003-enterprise
| \---2003-enterprise-sp2
|
+---data_files
| \---drivers
| \---storage
| |---saP600
| | \---windows
| | |---2003-enterprise
| | \---2003-enterprise-sp2
| \---sa6400
| \---windows
| |---2003-enterprise
| \---2003-enterprise-sp2
|
Set up unattended OS installation
The Windows directory contains a file to drive an unattended Windows installation. This file,
which Microsoft refers to as an “answer file”, is called unattended.txt. Even if you maintain
multiple Windows versions, the same unattended.txt file will be used for each version.For
more information about the answer file, go to the Microsoft Windows Server 2003 TechCenter
Web site at:
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/library/
TechRef/2c585218-a34a-4dc4-9383-785a0989f953.mspx
The SSTK provides a sample unattended.txt file that you can edit. At a minimum, you must
enter the product key under the UserData section.
[Data]
MsdosInitiated = 1
winntupgrade="no"
[Unattended]
NTUpgrade = No
Win9xUpgrade = No
OemSkipEula = Yes
Unattendmode = Full
UnattendedOemPreinstall = No
TargetPath = *
Filesystem = ConvertNTFS
WaitForReboot = No
FactoryMode = Yes
ExtendOemPartition = 1
# The OemPnPDriversPath is commented to be updated
# by update.sh script of the Smart Array 6400 Controller
OemPnPDriversPath =[UserData]
FullName = "Company"
OrgName = "Company"
ComputerName = ComputerName
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
[GuiUnattended]
AdminPassword = "admin"
OEMSkipRegional = 1
OEMSkipWelcome = 1
AutoLogon=Yes
AutoLogonCount=1
TimeZone = 004
22 Creating a server profile