Appendix F (Server Clusters: Remote Setup, Unattended Installations and Image-based Installations)

Applies To: Windows Server 2003 with SP1

Following is the sysprep.inf file that you can use to install Server cluster using ADS. You can use with job sequence defined in appendix D and E and along with defined variables in appendix G. Note: You will have to modify the variables for your need.

[sysprep.inf] 
;SetupMgrTag 
[Unattended] 
    OemSkipEula=Yes 
    InstallFilesPath=C:\sysprep\i386 
    TargetPath=\WINDOWS 
[GuiUnattended] 
    AdminPassword="^System_Admin_password^" 
    EncryptedAdminPassword=NO 
    OEMSkipRegional=1 
    OEMDuplicatorstring="^OEMDuplicatorstring^" 
    TimeZone=4 
    OemSkipWelcome=1 
    AutoLogon=Yes 
    AutoLogonCount=1 
[UserData] 
    FullName="^FullName^" 
    OrgName="^OrgName^" 
    ComputerName="^COMPUTER_NAME^" 
    ProductKey="^ProductKey^" 
[LicenseFilePrintData] 
    AutoMode=PerSeat 
[Identification] 
    DomainAdmin="^DomainAdmin^" 
    DomainAdminPassword="^DomainAdminPassword^" 
    JoinDomain="^DomainName^" 
[Networking] 
;    InstallDefaultComponents=Yes 
;Two network cards will be available -- Adapte401 and Adapetr02 
[NetAdapters] 
    Adapter01=params.Adapter01 
    Adapter02=params.Adapter02 
;Specify the network card used by network adapter # 1 
[params.Adapter01] 
    ConnectionName="^ConnectionName1^" 
    netcardaddress="^netcardaddress1^" 
;Specify the network card used by network adapter # 2 
[params.Adapter02] 
    ConnectionName="^ConnectionName2^" 
    netcardaddress="^netcardaddress2^" 
;Install client for MS Networks 
[NetClients] 
    MS_MSClient=params.MS_MSClient 
[params.MS_MSClient] 
;only TCPIP 
[NetProtocols] 
    MS_TCPIP=params.MS_TCPIP 
[params.MS_TCPIP] 
;TCPIP Properties 
    AdapterSections=params.MS_TCPIP.Adapter01,params.MS_TCPIP.Adapter02 
;Adapter01 is used for intra-cluster communication 
[params.MS_TCPIP.Adapter01] 
    DHCP="^DHCP1^" 
    IPAddress="^IPAddress1^" 
    SpecificTo=Adapter01 
    SubnetMask="^SubnetMask1^" 
    WINS="^WINS1^" 
;Adapter02 is used for public network 
[params.MS_TCPIP.Adapter02] 
    DefaultGateway="^DefaultGateway2^" 
    SpecificTo=Adapter02 
    DHCP="^DHCP2^" 
    IPAddress="^IPAddress2^" 
    SubnetMask="^SubnetMask2^" 
    DNSServerSearchOrder="^DNSServerSearchOrder2^" 
    WINS="^WINS2^" 
    WINSServerList="^WINSServerList2^" 
[TapiLocation] 
    CountryCode=1 
    Dialing=Tone 
    AreaCode=425 
[Branding] 
    BrandIEUsingUnattended=Yes 
[Proxy] 
    Proxy_Enable=0 
    Use_Same_Proxy=0 
[GuiRunOnce] 
    ;Mount all volumes before form/join the cluster 
    Command0="^CLUSTER_COMMAND_MOUNT^" 
    Command1=^AssignDriveLetters^ 
    Command2="^CLUSTER_COMMAND^" 
    Command3=^FileShare^ 
[sysprepcleanup]