Prepare your domain for Windows .NET

Windows .NET Server is coming. If you've already deployed Windows 2000 Server and Active Directory, you need to do some work before running .NET Server's Setup program. Brien Posey shows you what to do first.

Windows .NET Server is on the horizon. Even though you might not install .NET Server the day Microsoft releases it, there's little doubt that sooner or later you'll add a Windows .NET domain controller to your organisation. However, adding a Windows .NET domain controller isn't as simple as just installing Windows .NET and then running DCPROMO. The process is actually fairly involved. In this Daily Feature, I'll walk you through the process of setting up a Windows .NET domain controller.

Selecting a domain

No matter how solid a new operating system seems to be in the beta and release candidate stages, I've always been a bit hesitant to implement a new operating system into a production environment. Therefore, I strongly recommend that you create a domain whose sole purpose is to test Windows .NET Server. After you're satisfied with the results and have gained some experience with a Windows .NET domain, you can begin rolling out Windows .NET Server to the rest of your network.

Begin the process of moving to Windows .NET Server by setting up a spare Windows 2000 server in an isolated domain. In my case, I created a domain called NET, but I made the new domain a part of my production forest. Once the Windows 2000 Server was installed, I installed Service Pack 2 and attempted to upgrade to Windows .NET.

If you attempt simply to upgrade a Windows 2000 Server domain controller to Windows .NET, you'll receive the error messages shown in Figure A. These error messages state that the Windows 2000 Active Directory needs to be prepared and that the Windows 2000 Administration Tools are installed on the server. Therefore, before you can complete the upgrade, you must prepare the Active Directory by updating the schema, and you must uninstall the administrative tools from the server.

Figure A
.NET Server
You must update the schema and remove the administrative tools before continuing.

Updating the schema

Because the Windows .NET implementation of Active Directory uses a different schema than Windows 2000 does, you must update the existing Active Directory schema before you can integrate a Windows .NET domain controller into your organisation. The first step is to determine which server functions as the schema operations master and which domain controller functions as the infrastructure operations master. Normally, the schema master role should be assigned to the first domain controller that was brought online within the forest, and the infrastructure master role will be the first domain controller that was brought online within the domain.

To identify the schema master, you must install the Active Directory Schema snap-in. Open the Control Panel and double click the Add/Remove Programs icon. When Windows displays the Add/Remove Programs applet, click the Change or Remove Windows Programs button. You'll see a list of all of the programs currently installed on your system.

Click the Change button associated with Windows 2000 Administration Tools. Windows will launch the Windows 2000 Administration Tools Setup Wizard. Click Next to bypass the introductory screen and jump to the Wizard. The next screen you see allows you to install or uninstall the administrative tools. Select the Install All Of The Administrative Tools radio button and click Next. Windows will now install all of the administrative tools. When the installation process completes, click Finish to close the wizard.

The next step is to open the Active Directory Schema snap-in. Do this by clicking Start | Run and entering MMCin the Run dialog box. A Microsoft Management Console (MMC) session will open. Select the Add/Remove Snap-In command from the Console menu to display the Add/Remove Snap-In properties sheet. Now, click the Add button to display a list of all of the available snap-ins. Select Active Directory Schema from the list and click the Add button followed by the Close button and the OK button. You'll now see the Active Directory Schema snap-in displayed within the console.

To display the server that's acting as the schema master, right-click on the Active Directory Schema node located in the left pane of the MMC and select the Operations Master command from the resulting context menu. You'll now see a window that identifies the schema master.

Once you've identified the schema master, you can see which server is performing the Infrastructure Master role for the domain by opening the Active Directory Users And Computers MMC. To start Active Directory Users And Computers, click Start | Programs | Administrative Tools | Active Directory Users And Computers.

Advertisement

Talkback 0 comments

Sponsored content

Power Centre - Content from our premier sponsors

Blogs

  • Chris Duckett Get extensions going in Firefox, redux
    Previously on Null Pointer we looked at getting extensions working in Firefox betas, and that was great until the fine folks at Firefox changed their minds.
  • Array How reliable is IP telephony?
    Have you ever heard a weird kind of hissing, crackling or popping noise when calling someone on an IP telephony line? How rare is the phenomenon these days?
  • Array Forget the NBN, 100Mbps is already here
    Telstra and TransACT will shortly begin offering 100Mbps broadband to many customers. By moving early, the companies have not only raised the bar for Australia's broadband services, but thrown down a challenge to a government that now faces increased pressure to deliver the NBN as promised.
  • More blogs »

Tags

Back to top

Featured