Here we are in the last section to configure the practice Setup . We will assume at this point that sysprep has been executed on the parent Vm as described in the first part of this Lab (see Part 1>>) and all the VMs have gone through setup process.
- OS Configuration Overview
This section is comprised of the bellow tasks:
– Re-name all servers
– Configure IP addresses,
– Install and configure the CONTOSO.COM domain,
– Join all servers to the domain.
The following instruction are to be applied in order to set the domain controller machine along with the network configuration for each of the remaining VMs
A- Prepare DC server
Open a Command line box and run the following: (using Windows Key + R : cmd)
Netsh interface ipv4 set address “Ethernet” static 10.10.10.10
netdom renamecomputer %computername% /newname:DC
re-start using shutdown /r /t 0
B- Prepare SQL-A server
Open a Command line box and run the following:
Netsh interface ipv4 set address “Ethernet” static 10.10.10.20
Netsh interface ipv4 set dnsservers “Ethernet” static 10.10.10.10 primary
netdom renamecomputer %computername% /newname:SQL-A
re-start using shutdown /r /t 0
C- Prepare SQL-B server
Open a Command line box and run the following:
Netsh interface ipv4 set address “Ethernet” static 10.10.10.30
Netsh interface ipv4 set dnsservers “Ethernet” static 10.10.10.10 primary
netdom renamecomputer %computername% /newname:SQL-B
re-start using shutdown /r /t 0
D- Prepare SQL-C server
Open a Command line box and run the following:
Netsh interface ipv4 set address “Ethernet” static 10.10.10.40
Netsh interface ipv4 set dnsservers “Ethernet” static 10.10.10.10 primary
netdom renamecomputer %computername% /newname:SQL-C
re-start using shutdown /r /t 0
E- Prepare SQL-D server
- Open a Command line box and run the following:
Netsh interface ipv4 set address “Ethernet” static 10.10.10.50
Netsh interface ipv4 set dnsservers “Ethernet” static 10.10.10.10 primary
netdom renamecomputer %computername% /newname:SQL-D
re-start using shutdown /r /t 0
F- Prepare SQL-Core server
- Open a Command line box and run the following:
Netsh interface ipv4 set address “Ethernet” static 10.10.10.60
Netsh interface ipv4 set dnsservers “Ethernet” static 10.10.10.10 primary
netdom renamecomputer %computername% /newname:SQL-Core
re-start using shutdown /r /t 0
G- Install and configure the domain controller CONTOSO.COM
- Power on the DC vm and login.
- Server Manager: Add Roles and Features: Next> Next>