Unattended installation Server 2003 including NLB

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

I am trying to configure unattended installation of Windows Server 2003
with NLB included.

I have used this document
http://technet2.microsoft.com/WindowsServer/en/library/c7362174-1ece-4f16-b1a0-5655cbca63ef1033.mspx?mfr=true
and setupmgr to help me, but I am still having a couple of problems.

Specifically, I had to add a [NetServices] entry just to install WLBS!,
and I removed WLBS setup from the interface that isn't used for intra
cluster communications.

Once I do this, it complains that the intra cluster interface does not
have the cluster IP added to it. If I manually do this, then the
cluster works!

Using setupmgr.exe, I added a second IP Address to an IP protocol, and
it added the second interface to the IpAddress field, but if I do this,
then the installation of that adaptor fails, and it falls back to DHCP.

How should I configure this to make it work fully automatically??

I've attached the necessary bits from my unattend.txt file. The line
that says "IPAddress = 192.168.66.210, 192.168.65.213" is the latest
addition. If I remove the second address, then this interface
configures OK, but I need to add the secondary address in TCP/IP
properties if I want it to work!

Mark.

Extract from unattend.txt:
[Networking]
InstallDefaultComponents=Yes
[NetAdapters]
Adapter01 = params.Adapter01
Adapter02 = params.Adapter02
[params.Adapter01]
NetCardAddress = 0x000c29357a8b
[params.Adapter02]
NetCardAddress = 0x000c29357a95
[NetClients]
MS_MSClient = params.MS_MSClient
[params.MS_MSClient]
[NetProtocols]
MS_TCPIP = params.MS_TCPIP
[params.MS_TCPIP]
AdapterSections = params.MS_TCPIP.Adapter01,
params.MS_TCPIP.Adapter02
; This adapter is for intra cluster communications
[params.MS_TCPIP.Adapter01]
DHCP = No
IPAddress = 192.168.66.210, 192.168.65.213
SpecificTo = Adapter01
SubnetMask = 255.255.255.0
WINS=No
NetBIOSOptions=0
; This adapter is the external interface.
[params.MS_TCPIP.Adapter02]
DHCP = No
DefaultGateway = 192.168.65.1
IPAddress = 192.168.65.210
SpecificTo = Adapter02
SubnetMask = 255.255.255.0
[NetServices]
MS_WLBS = params.MS_WLBS
[params.MS_WLBS]

AdapterSections=params.MS_WLBS.Adapter01,params.MS_WLBS.Adapter02
[params.MS_WLBS.Adapter01]
SpecificTo=Adapter01
ClusterIpAddress=192.168.65.213
ClusterName=wc-webcluster
ClusterNetworkMask=255.255.255.0
IGMPSupport=0
MulticastSupportEnable=1
RemoteControlEnabled=0
HostPriority=0
ClusterModeOnStart=1
DedicatedIPAddress=192.168.66.210
DedicatedNetworkMask=255.255.255.0
Ports=1,65535,Both,Multiple,Single,Equal
[NetBindings]
Enable=MS_WLBS,Adapter01

.



Relevant Pages

  • Re: [PATCH 0/7] dlm: overview
    ... > aren't just unique within a single cluster (think clusters of clusters, ... How the configuration gets from the config file to kernel is a mystery to me ... By a message over a socket, ... Let's have no magical filesystems in the core interface please. ...
    (Linux-Kernel)
  • Re: 4 Queries about DB clustering
    ... multi-instance cluster ... > I support the Professional Association for SQL Server ... The installer writes the executable files to each host node ... > you choose as part of the installation. ...
    (microsoft.public.sqlserver.clustering)
  • Re: ..newbie.. cluster multi-istance..
    ... In your situation, with only a 2-node cluster, running Standard Edition, ... group with an existing dedicated shared disk resource. ... but different installation paths will be chosen for each ... You wouldn't want to run your database files from the same SAN ...
    (microsoft.public.sqlserver.clustering)
  • Re: Failover on public network failiure?
    ... There are a number of ways the cluster service checks the state of the ... If the network interface is determined to be failed then any ... the IP address on the current node the groupwill failover to another ...
    (microsoft.public.windows.server.clustering)
  • SQL Analysis Service issue
    ... Analysis Services to the existing SQL instance. ... I have a two node SQL Server 2008 Enterprise Edition cluster on Windows ... When I attempt to do this using "New Installation or Add ... Adam S ...
    (microsoft.public.sqlserver.setup)