Zaker Posted April 18, 2007 Posted April 18, 2007 Windows 2003 x64 w/SP2What is the correct syntax to configure multiple NICs in the unattend.txt?I have 4 NICs in each server, 2 onboard, 2 on a multiport card.Of course each will have different settings.So far everything I try bombs and it ignores all NIC settings.Thanks.
Zaker Posted April 18, 2007 Author Posted April 18, 2007 Maybe if I add more info I wil get a response...I am building IBM x3850 8864 servers.They each have 4 Ethernet adapters.1 onboard dualport Broadcom card1 external dualport Intel cardTo configure all NICS in the unattend.txt, I believe I need to specify which NIC is which.If I put a line like the following in each params.Adapter1 section, will this work for many servers,or is the INFID specific to EACH card.[params.Adapter1]InfID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&09"Please advise...
Zaker Posted April 19, 2007 Author Posted April 19, 2007 Looking for someone to feel sorry for me and help.... :>I tried configuring just 2 of the 4 cards, the onboard dualport Broadcom, didn't work.I think that the server flips the INFID from server to server build, so my config fails.Meaning on 1 server build Local Connection 1 was the 008 adapter, and on the next serverLocal Connection 1 was the 009 adapter.Here is my Netadapter section, please advise.I am in a real pinch here on this one, thanks.[NetAdapters] Adapter1=params.Adapter1 Adapter2=params.Adapter2[params.Adapter1] INFID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&09" ConnectionName = "OB1"; AdditionalParams=params.Adapter1.Additional[params.Adapter2] INFID="PCI\VEN_14E4&DEV_1648&SUBSYS_02E71014&REV_10\3&2411E6FE&0&08" ConnectionName = "OB2"; AdditionalParams=params.Adapter2.Additional;[params.Adapter1.Additional]; The line below specifies the speed/duplex options that the server; will use. 6: 100 FULL 0: AUTO/AUTO; RequestedMediaType="6"; [params.Adapter2.Additional]; The line below specifies the speed/duplex options that the server; will use. 6: 100 FULL 0: AUTO/AUTO; RequestedMediaType="6"[params.MS_TCPIP] AdapterSections=params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2 DNS=No UseDomainNameDevolution=No EnableLMHosts=Yes[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0 DNSDomain = *** DNSSuffixSearchOrder = *** DNSServerSearchOrder = ***[params.MS_TCPIP.Adapter2] SpecificTo=Adapter2 DHCP=Yes WINS=No NetBIOSOptions=0 DNSDomain = *** DNSSuffixSearchOrder = *** DNSServerSearchOrder = ***
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now