Many Interviewers ask this question: Explain how you installed & configured your Active Directory Service so its better I share the answers with you. Please read the above post for the first segment.This is a continuation of the explanation from the above post.
5.The next screen will ask you to specify the full DNS domain name for your new domain.You do not have to use your company's registered public (Internet) domain name here,but you can if you would like. For this lab, type in MYCOMPANY.com and click Next.
6. The next screen will ask you to specify the NetBIOS name for the domain. This is the domain name that legacy systems (anything before Windows 2000) and applications that only support NetBIOS will use. The main difference is that the NetBIOS domain name can only contain up to 15 characters with no periods. By default the wizard will suggest a name for you, based on the domain name you entered earlier, only now it will use the NetBIOS name rules. In this case, it should come up as MYCOMPANY. You can modify this name if you would like, but it would most likely lead to confusion down the road, as your domain will effectively have two names. Leave the default name, MYCOMPANY. Click on Next.
7. The next screen will ask where you want to place the Active Directory database and log. It's recommended in a production environment, that you place the log file on a separate physical hard drive to increase the performance of Active Directory. This is optional for the lab, if you do not have two physical hard drives you can leave it at the default setting which will be the %systemroot%\WINNT\NTDS for both the database and the log, or c:\WINNT\NTDS. Click Next.
8. The next screen will ask you for the location of the SYSVOL folder. This system folder stores any user configurations, default profiles, and logon scripts that you may have on the network. The folder is automatically shared and replicates to other domain controllers throughout Active Directory. The default location of the folder is %systemroot%\WINNT\SYSVOL but you may still change the location of the folder.
You always want to try to keep things as simple as possible so leave the default location for the folder and click Next.
9. A dialog box will appear and tell you the wizard was unable to find the DNS server that handles the name benandbrady.com and then ask you to confirm that the DNS configuration is working properly, or install and configure a DNS server on this computer. Active Directory was designed to work with DNS and will not function without a DNS server that handles name resolution for the domain. Click OK.
10. Within the wizard, you will see a screen asking if you would like to install and configure DNS on this computer now or if you would like to install and configure DNS yourself. If you select yes, the wizard will install DNS for you but if you select no it will end the wizard and tell you that it cannot continue and the Active Directory installation will fail. Let the wizard install and configure the DNS server for you. Select Yes, install, and configure DNS on this Computer and click Next.
11. The next screen will ask you what the default permissions should be for users and groups. The first option is for permissions compatible with pre-Windows 2000 servers.This setting will loosen up security a little, but it will allow NT 4.0 RAS servers and other programs to be able to authenticate users. The second option is for permissions compatible only with Windows 2000 servers. This will give you tighter security but will not work with any NT 4.0 RAS servers and can cause problems within NT 4.0 domains. There are no NT 4.0 servers of any kind in the network, nor do you ever plan on having any on the network, so you may choose the second option of Permissions compatible only with Windows 2000 servers and click Next.
12. The next screen will ask you for a directory services restore mode administrator password. This password is used to protect against anyone other than an administrator from rebuilding the Active Directory database from the directory services restore mode. This password is different from any logon password and should be a different from the administrator's logon password in case the administrators' account gets compromised. Type in pass as the password and click Next.
13. The next screen will give you a summary of all the information you entered in the wizard. Review and confirm that everything is correct and click Next to start the Active Directory installation. You may be asked for the i386 folder during the installation of DNS, so you should have the Windows 2000 Server CD-Rom handy. The installation should take about 15-30 minutes.
14. You will eventually get a screen letting you know the installation is done. Click on Finish and you will see a dialog box appear telling you that the server must be restarted
before the changes made by the Active Directory installation wizard take effect. Click Restart Now for the computer to restart.
Configuring DNS to work with Active Directory
1. When the server restarts, log on as administrator and open the DNS management console. Go to Start > Programs > Administrative Tools > DNS. In the left pane open srv-1, then open Forward Lookup Zones folder and find the zone for mycompany.com. Check to make sure there is a host entry for srv-1.
2. Right click on the mycompany.com and select Properties. Here you can see that when DNS is installed automatically through the Active Directory installation wizard, the zone type is set to Active Directory-integrated and dynamic updates are set for Only secure updates by default. Click OK.
3. Now you will need to create a reverse lookup zone for the mycompany.com network. The reverse lookup zone is needed in order to use the NSLOOKUP utility to test that DNS is working properly and troubleshoot any problems that may arise. Right click on the Reverse Lookup Zones folder, select New Zone and the Reverse lookup zone wizard will start.
4. The first screen is the welcome screen, just click on Next. The next screen will ask you to specify the type of zone you want to create. Choose the same type of zone that the forward lookup zone is set to. Select Active Directory integrated, by selecting an Active Directory integrated zone, dynamic updates will automatically be set to allow Only secure updates, click Next. The next screen will ask you to specify the Network ID for the reverse lookup zone. Type in the network ID 192.168.1 and click Next. The last screen will show a summary of all the information you entered on the wizard, confirm that it’s all correct and click Finish to create the reverse lookup zone.
5. On the DNS console, open the Reverse Lookup Zones folder and you should find the zone, 192.168.1.x Subnet. Open the Properties of the zone to confirm that the zone type is set to Active Directory integrated and dynamic updates are set to allow only secure updates. Close the Properties.
6. The next step is to create a pointer record for Server-1, this should be the only pointer record you will have to create manually because any other clients that support dynamic updates will automatically update and create their own host and pointer records. Server-1 did not update or create a pointer record automatically because there was no reverse lookup zone available when the host record was originally created. Right click on 192.168.1.x Subnet and select New Pointer.
7. A dialog box will appear asking you for the Host IP address and Host name of the Pointer record. Type in 201 for the host IP number and Server-1.mycompany.com for the host name then click OK.
8. On the DNS console, you should now have a pointer record for 192.168.1.201. Close the DNS Console.
9. From the desktop, open the command prompt; go to Start > Run, type in CMD and click OK. On the command prompt type in NSLOOKUP and press Enter.
10. The NSLOOKUP utility will look for the DNS server on the network and return the host name and IP address of the server. You should have the default server Server-1.mycompany.com and an IP address of 192.168.1.201 appear. You may now type in any host name and NSLOOKUP will query the preferred DNS server to resolve it to an IP address. Try resolving the host name for Server-1. Type in srv-1 and press Enter. You should get the full DNS name and IP address of the DNS server and underneath it will appear the full DNS name and IP address of the queried host. Type in Exit and press
Enter to exit NSLOOKUP. Then type Exit and press Enter again to close the command prompt.
Showing posts with label active directory. Show all posts
Showing posts with label active directory. Show all posts
Friday, March 28, 2008
Friday, March 21, 2008
Understanding Active Directory Concepts
Understanding Active Directory Concepts:-
In the Windows Server 2003 family and Active Directory, there are several new concepts and some changes to the concepts used in Windows NT. These concepts include replication, trust relationships, change and configuration management, group policies, DNS, and object naming. It is important that you understand the meaning of these concepts as they apply to Active Directory. In addition, you should also familiarize yourself with the Active Directory administration tasks, which correspond to the chapters in this training kit.After this lesson, you will be able to ■ Explain Active Directory replication ■ Explain the security relationships between domains in a tree (trusts) ■ Explain the components of change and configuration management ■ Explain the purpose and function of Group Policy ■ Describe how DNS is used by Active Directory ■ Describe how objects are named in Active Directory ■ Describe the tasks required for Active Directory administratior
Replication Users and services should be able to access directory information at any time from any computer in the domain tree or forest. Replication ensures that changes to a domain controller are reflected in all domain controllers within a domain. Directory informa tion is replicated to domain controllers both within and among sites. What Information Is Replicated The information stored in the directory (in the Ntds.dit file) is logically partitioned into four categories. Each of these information categories is referred to as a directory partition. A directory partition is also referred to as a naming context. These directory partitions are the units of replication. The directory contains the following partitions: Schema partition This partition defines the objects that can be created in the directory and the attributes those objects can have. This data is common to all domains in a forest and is replicated to all domain controllers in a forest. Configuration partition This partition describes the logical structure of the deployment, including data such as domain structure or replication topology. This 1-22 Chapter 1 Introduction to Active Directory data is common to all domains in a forest and is replicated to all domain control lers in a forest. Domain partition This partition describes all of the objects in a domain. This data is domain-specific and is not replicated to any other domains. However, the data is replicated to every domain controller in that domain. Application Directory partition This partition stores dynamic application-specific data in Active Directory without significantly affecting network performance by enabling you to control the scope of replication and the placement of replicas. The application directory partition can contain any type of object except security principals (users, groups, and computers). Data can be explicitly rerouted to administrator-specified domain controllers within a forest in order to prevent unnecessary replication traffic, or it can be set to replicate everything to all domain controllers in the same fashion as the schema, configuration, and domain partitions
Active Directory Components Video Tutorials
Active Directory Components
Various Active Directory components are used to build a directory structure that meets
the needs of your organization. The following Active Directory components represent
logical structures in an organization: domains, organizational units (OUs), trees, and
forests. The following Active Directory components represent physical structures in an organization: sites (physical subnets) and domain controllers. Active Directory completely separates the logical structure from the physical structure.
Logical Structures In Active Directory, you organize resources in a logical structure—a structure that mirrors organizational models—using domains, OUs, trees, and forests. Grouping resources logically allows you to easily find a resource by its name rather than by remembering its physical location. Because you group resources logically, Active Directory makes the network's physical structure transparent to users.
the needs of your organization. The following Active Directory components represent
logical structures in an organization: domains, organizational units (OUs), trees, and
forests. The following Active Directory components represent physical structures in an organization: sites (physical subnets) and domain controllers. Active Directory completely separates the logical structure from the physical structure.
Logical Structures In Active Directory, you organize resources in a logical structure—a structure that mirrors organizational models—using domains, OUs, trees, and forests. Grouping resources logically allows you to easily find a resource by its name rather than by remembering its physical location. Because you group resources logically, Active Directory makes the network's physical structure transparent to users.
trates the relationship of the Active Directory domains, OUs, trees, and forest
Domains The core unit of logical structure in Active Directory is the domain, which can store millions of objects. Objects stored in a domain are those considered vital to the network. These vital objects are items the members of the networked community need in order to do their jobs: printers, documents, e-mail addresses, databases, users,
distributed components, and other resources. All network objects exist within a
domain, and each domain stores information only about the objects it contains. Active
distributed components, and other resources. All network objects exist within a
domain, and each domain stores information only about the objects it contains. Active
Directory is made up of one or more domains. A domain can span more than one
physical location. Domains share the following characteristics:
■ All network objects exist within a domain, and each domain stores information
only about the objects that it contains.
■ A domain is a security boundary. Access to domain objects is governed by access
control lists (ACLs), which contain the permissions associated with the objects.
Such permissions control which users can gain access to an object and what type
of access they can gain. In the Windows Server 2003 family, objects include files,
folders, shares, printers, and other Active Directory objects. None of the security
policies and settings—such as administrative rights, security policies, and ACLs—
can cross from one domain to another. You, as the domain administrator, have
absolute rights to set policies only within your domain.
The domain functional level (known as domain mode in Windows 2000) provides a
way to enable domain-wide Active Directory features within your network environ
ment. Four domain functional levels are available: Windows 2000 mixed (default),
Windows 2000 native, Windows Server 2003 interim, and Windows Server 2003. The
Windows 2000 mixed functional level allows a Windows Server 2003 domain control
ler to interact with domain controllers in the same domain running Windows NT 4,
Windows 2000, or the Windows Server 2003 family. The Windows 2000 native func
tional level allows a Windows Server 2003 domain controller to interact with
domain controllers in the domain running Windows 2000 or Windows Server 2003.
The Windows Server 2003 interim functional level allows a Windows Server 2003 domain
controller to interact with domain controllers in the domain running Windows NT 4 or
Windows Server 2003. The Windows Server 2003 functional level allows a Windows
Server 2003 domain controller to interact only with domain controllers in the domain
running Windows Server 2003. You can raise the functional level of a domain only if the domain controllers in the domain are running the appropriate version of Windows. See Chapter 3, "Administering Active Directory," for details about raising domain functional levels.
As an administrator, you must create a domain structure to reflect your company's organization. See Lesson 3, "Planning the Active Directory Infrastructure Design," to learn the basics of domain design. See Chapter 4, "Installing and Managing Domains, Trees,and Forests," for details about creating domains.
OUs An OU is a container used to organize objects within a domain into a logical
administrative group. OUs provide a means for handling administrative tasks, such as
the administration of users and resources, as they are the smallest scope to which you can delegate administrative authority. An OU can contain objects such as user
accounts, groups, computers, printers, applications, file shares, and other OUs from the same domain. The OU hierarchy within a domain is independent of the OU hierarchy
physical location. Domains share the following characteristics:
■ All network objects exist within a domain, and each domain stores information
only about the objects that it contains.
■ A domain is a security boundary. Access to domain objects is governed by access
control lists (ACLs), which contain the permissions associated with the objects.
Such permissions control which users can gain access to an object and what type
of access they can gain. In the Windows Server 2003 family, objects include files,
folders, shares, printers, and other Active Directory objects. None of the security
policies and settings—such as administrative rights, security policies, and ACLs—
can cross from one domain to another. You, as the domain administrator, have
absolute rights to set policies only within your domain.
The domain functional level (known as domain mode in Windows 2000) provides a
way to enable domain-wide Active Directory features within your network environ
ment. Four domain functional levels are available: Windows 2000 mixed (default),
Windows 2000 native, Windows Server 2003 interim, and Windows Server 2003. The
Windows 2000 mixed functional level allows a Windows Server 2003 domain control
ler to interact with domain controllers in the same domain running Windows NT 4,
Windows 2000, or the Windows Server 2003 family. The Windows 2000 native func
tional level allows a Windows Server 2003 domain controller to interact with
domain controllers in the domain running Windows 2000 or Windows Server 2003.
The Windows Server 2003 interim functional level allows a Windows Server 2003 domain
controller to interact with domain controllers in the domain running Windows NT 4 or
Windows Server 2003. The Windows Server 2003 functional level allows a Windows
Server 2003 domain controller to interact only with domain controllers in the domain
running Windows Server 2003. You can raise the functional level of a domain only if the domain controllers in the domain are running the appropriate version of Windows. See Chapter 3, "Administering Active Directory," for details about raising domain functional levels.
As an administrator, you must create a domain structure to reflect your company's organization. See Lesson 3, "Planning the Active Directory Infrastructure Design," to learn the basics of domain design. See Chapter 4, "Installing and Managing Domains, Trees,and Forests," for details about creating domains.
OUs An OU is a container used to organize objects within a domain into a logical
administrative group. OUs provide a means for handling administrative tasks, such as
the administration of users and resources, as they are the smallest scope to which you can delegate administrative authority. An OU can contain objects such as user
accounts, groups, computers, printers, applications, file shares, and other OUs from the same domain. The OU hierarchy within a domain is independent of the OU hierarchy
Subscribe to:
Posts (Atom)
Buy Vmware Interview Questions & Storage Interview Questions for $150. 100+ Interview Questions with Answers.Get additional free bonus reference materials. You can download immediately even if its 1 AM. You will recieve download link immediately after payment completion.You can buy using credit card or paypal.
-----------------------------------------
Get 100 Storage Interview Questions.
500+ Software Testing Interview Questions with Answers are also available plz email roger.smithson1@gmail.com if you are interested to buy them.
200 Storage Interview Questions word file @ $97
Vmware Interview Questions with Answers $100 Fast Download Immediately after payment.: Get 100 Technical Interview Questions with Answers for $100. ------------------------------------------ For $24 Get 100 Vmware Interview Questions only(No Answers) Vmware Interview Questions - 100 Questions from people who attended Technical Interview related to Vmware virtualization jobs ($24 - Questions only) ------------------------------------------- Virtualization Video Training How to Get High Salary Jobs Software Testing Tutorials Storage Job Openings Interview Questions
Vmware Interview Questions with Answers $100 Fast Download Immediately after payment.: Get 100 Technical Interview Questions with Answers for $100. ------------------------------------------ For $24 Get 100 Vmware Interview Questions only(No Answers) Vmware Interview Questions - 100 Questions from people who attended Technical Interview related to Vmware virtualization jobs ($24 - Questions only) ------------------------------------------- Virtualization Video Training How to Get High Salary Jobs Software Testing Tutorials Storage Job Openings Interview Questions