In ons bedrijf word het zo langzamerhand tijd onze fysieke domain controllers te vervangen. Hierbij is de keuze gemaakt door alle domain controllers op termijn te vervangen door virtuele machines behalve de domain controller welke de PDC emulator FSMO rol heeft.
Over het wel of niet virtuele draaien van domain controllers is al veel geschreven echter is veel informatie oud en niet meer up 2 date.
Ik ben bezig met een ontwerpje voor de eerste virtuele DC en wil dit graag even aan jullie voorleggen. Wat zijn jullie ervaringen en hoe hebben jullie bv het vraagstuk met betrekking tot time synchronisatie opgelost?
Algemene zaken:- Geen snapshots maken (dacht ik op te lossen door de schijven als independant + persistant te definieren)
- De vm niet pauzeren (jammer genoeg niet heel simpel voor 1 vm uit te zetten volgens mij)
- System state backup ipv snapshot based backups (zie het eerste punt)
Aanpassen time sync configuratie om deze naar de PDC emulator te verwijzen. De PDC emulator kijkt naar de bekende pool.ntp.org als tijdsbron.
Type time synchronisatie: NTP
Tijdbron: fysieke PDC emulator
Registery aanpassingen time synchronisatieHKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Services\W32Time\
TimeProviders\NtpClient\SpecialPollInterval Value: 900Type: REG_DWORD
Description: This parameter controls how often w32time will poll the time server to check whether time on the client needs to be corrected. The parameter is specified as number of seconds to wait between polling. The recommended value of 900 specifies that the time server should be polled once every 15 minutes.
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Services\W32Time\Parameters\
NtpServer Value:
fqdn_pdc_emulaor,0x1Type: REG_SZ
Description: This parameter specifies the time servers to use. It is specified as a string of space separated servers. Specifying ",0x1" after the server name indicates that the server should be contacted at the frequency specified by the SpecialPollInterval setting.
Note: Modify the recommended value to point to the ntp servers available in your environment.
w32tm Command:
w32tm /config "/manualpeerlist:
fqdn_pdc_emulator,0x1“Note: Modify the command to use the ntp servers available in your environment.
HKEY_LOCAL_MACHINE\
SYSTEM\CurrentControlSet\
Services\W32Time\Parameters\
Type Value: NTPType: REG_SZ
Description: This parameter specifies the mode that w32time should use. A value of NT5DS indicates that w32time should use the Windows domain hierarchy as its time servers rather than the NTP servers specified in the NtpServer key.
w32tm Command:
w32tm /config /syncfromflags:
MANUALBron: Timekeeping best practices for Windows, including NTP
Uitzetten time sync met de host via vmware tools (properties van de VM, vmware tools settings)
Is het hierna raadzaam om ook de andere momenten waarop VMware time sync zal gaan uitvoeren uit te zetten zoals in onderstaand KB artikel?
http://kb.vmware.com/selfservice/documentLink.do?externalID=1189µsiteID=nullVoeren jullie verder nog aanpassingen door aan bv de time sync instellingen of andere zaken?