installing 2008 core as additional dc member
hi all,
i'd add 2008 core additional dc member (not gc child/replication only) , additional dns.
i believe need create unattend file , below guidelines,
for child domain installations, following options apply:
parentdomaindnsname=<fully qualified dns name of parent domain>
username=<the administrative account in parent domain>
userdomain=<the name of domain of user account>
password=<the password user account> specify * prompt user credentials during installation.
newdomain=child
childname=<the single-label dns name of new domain>
sitename=<the name of ad ds site in domain controller reside> site must created in advance in dssites.msc snap-in.
domainnetbiosname=<the first label of qualified dns name>
replicaornewdomain=domain
domainlevel=<the domain functional level number> value cannot less current value of forest functional level.
databasepath="<the path of folder on local volume>"
logpath="<the path of folder on local volume>"
sysvolpath="<the path of folder on local volume>"
installdns=yes
creatednsdelegation=yes
dnsdelegationusername= <the account has permissions create dns delegation> account being used install ad ds may differ account in parent domain has permissions required create dns delegation. in case, specify account can create dns delegation parameter. specify * prompt user credentials during installation.
dnsdelegationpassword= <the password account specified dnsdelegationusername> specify * prompt user password during installation.
safemodeadminpassword=<the password offline administrator account>
rebootoncompletion=yes
sitename=<the name of ad ds site in domain controller reside> site must created in advance in dssites.msc snap-in.
domainnetbiosname=<the first label of qualified dns name>
replicaornewdomain=domain
domainlevel=<the domain functional level number> value cannot less current value of forest functional level.
dnsdelegationusername> specify * prompt user password during installation.
safemodeadminpassword=<the password offline administrator account>
here it's script used in environment:
; dcpromo unattend file (automatically generated dcpromo)
; usage:
; dcpromo.exe /unattend:c:\users\administrator\desktop\aaa.txt
;
; may need fill in password fields prior using unattend file.
; if leave values "password" and/or "dnsdelegationpassword"
; "*", asked credentials @ runtime.
;
[dcinstall]
; replica dc promotion
replicaornewdomain=replica
replicadomaindnsname=domain.local
sitename=default-first-site-name
installdns=yes
confirmgc=no
creatednsdelegation=no
userdomain=domain.local
username=domain.local\administrator
password=*
databasepath="c:\windows\ntds"
logpath="c:\windows\ntds"
sysvolpath="c:\windows\sysvol"
; set safemodeadminpassword correct value prior using unattend file
safemodeadminpassword=
; run-time flags (optional)
; criticalreplicationonly=yes
; rebootoncompletion=yes
transferimroleifnecessary=no
good luck
Windows Server > Server Core
Comments
Post a Comment