ownership and auditing

13
Ownership and auditing

Upload: daphne-burris

Post on 01-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

Ownership and auditing. Overview. Configure DNS to prepare for Domain Controller installation Checking configuration Running DCPROMO.EXE. Why?. Why is DNS so important? Computer need to find domain controllers when they boot and - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ownership and auditing

Ownership and auditing

Page 2: Ownership and auditing

Overview

Configure DNS to prepare for Domain Controller installation

Checking configuration

Running DCPROMO.EXE

Page 3: Ownership and auditing

Why?

Why is DNS so important?

Computer need to find domain controllers when they boot and

Users need to find domain controllers when they want to log on.

Domain controllers need to find other domain controllers for replication.

HOW??? Through SRV records in DNS

Page 4: Ownership and auditing

Start with…

First Domain controllerin the First Domain or Root Domain

This is called the root domain of a forest.

The name you choose for this domain will be inherited by all other sub-domains.

Page 5: Ownership and auditing

Step 1 : preparing DNS on the 1ste DC in a new root domain

Install DNS service.

Configure TCP IP settings on the member server.Preferred dns setting = your own ip address.

Create a new Forward lookup zone: e.g.sales.hq.comsales.localmycompany.edu

Make sure that the zone file supports :DYNAMIC UPDATES

Change the “primary dns suffix” (properties: my computer)

Page 6: Ownership and auditing

Checkup dynamic update

At this point it is best to check if dynamic update is working correctly.

How?

Ipconfig / registerdns

ipconfig /flushdns

ipconfig /displaydns

Support tools : dcdiag.exe or netdiag.exe

Page 7: Ownership and auditing

Step 2: running dcpromo

Start > run DCPROMO.EXE

Watch out for

Dns name you choose (has to be the same as what you prepared in DNS)

Recovery password.

Sysvol share

Reboot

Page 8: Ownership and auditing

Step 3 : check registration

During the first boot after installation,the domain controller needs to register its SRV records on the DNS server.

This can sometimes take a long time.

You can speed it up and check it at the same time by restarting the DNS service and by checking the DNS zone file.

Compare: before DCPROMO after DCPROMO:

Page 9: Ownership and auditing

Check again

Before you add new domain controllers or new domains, check:

Dns

Zone file

Dcdiag

Now you can continue to build extra domains into your forest

Page 10: Ownership and auditing

Step 4: adding clients to the domain

Set the preferred dns setting to point to your dns server.

Check dynamic updates

Add the computer to the domain.

Page 11: Ownership and auditing

Uninstalling AD

You run DCPROMO.EXE and demote the server back to member server.

Page 12: Ownership and auditing

AD and DNS integration.

If you want to replicate zone file information,

you can use primary and secundary dns zones

Disadvantage : not flexible to configure, not adapted to network topology, uses more bandwith, no scheduling

Or you can put the zone files IN the AD database. Each time that AD replicates with other DNS servers and Domain controllers, zone files are also replicated.

Advantage : you can schedule replication, configure protocols used for replication…

Page 13: Ownership and auditing

How to integrate DNS zone in AD?

Properties of a dns zone:

Choose AD integrated.

You don’t notice any changes in the dns interface.