设为首页 收藏本站
查看: 531|回复: 0

How do I install Active Directory on my Windows Server 2003 server?

[复制链接]

尚未签到

发表于 2015-5-5 06:55:36 | 显示全部楼层 |阅读模式
How do I install Active Directory on my Windows Server 2003 server?

by Daniel Petri - January 8, 2009
Printer Friendly Version
  First make sure you read and understand Active Directory Installation Requirements. If you don't comply with all the requirements of that article you will not be able to set up your AD (for example: you don't have a NIC or you're using a computer that's not connected to a LAN).
  Note: This article is only good for understanding how to install the FIRST DC in a NEW AD Domain, in a NEW TREE, in a NEW FOREST. Meaning - don't do it for any other scenario, such as a new replica DC in an existing domain. In order to install a Windows Server 2003 DC in an EXISTING Windows 2000 Domain follow the Windows 2003 ADPrep tip.
  Windows 2000 Note: If you plan to install a new Windows 2000 DC please read How to Install Active Directory on Windows 2000.
  Windows 2008 Note: Install Active Directory on Windows Server 2008 provides complete instruction details for working with Windows Server 2008.
  Windows Server 2003 Note: If you plan to install a new Windows Server 2003 DC in an existing AD forest please read the  page BEFORE you go on, otherwise you'll end up with the following error:
http://images.iyunv.com/dcpromo_fail.jpg
  Here is a quick list of what you must have:

  • An NTFS partition with enough free space
  • An Administrator's username and password
  • The correct operating system version
  • A NIC
  • Properly configured TCP/IP (IP address, subnet mask and - optional - default gateway)
  • A network connection (to a hub or to another computer via a crossover cable)
  • An operational DNS server (which can be installed on the DC itself)
  • A Domain name that you want to use
  • The Windows Server 2003 CD media (or at least the i386 folder)
  • Brains (recommended, not required...)
  This article assumes that all of the above requirements are fulfilled.
Step 1: Configure the computer's suffix
  (Not mandatory, can be done via the Dcpromo process).

  • Right click My Computer and choose Properties.
  • Click the Computer Name tab, then Change. http://images.iyunv.com/comp_id_small.jpg
  • Set the computer's NetBIOS name. In Windows Server 2003, this CAN be changed after the computer has been promoted to Domain Controller.
  • Click More. http://images.iyunv.com/comp_id1_small.jpg
  • In the Primary DNS suffix of this computer box enter the would-be domain name. Make sure you got it right. No spelling mistakes, no "oh, I thought I did it right...". Although the domain name CAN be changed after the computer has been promoted to Domain Controller, this is not a procedure that one should consider lightly, especially because on the possible consequences. Read more about it on my Windows 2003 Domain Rename Tool page. http://images.iyunv.com/comp_id2_small.jpg
  • Click Ok.
  • You'll get a warning window.
  • Click Ok.
  • Check your settings. See if they're correct. http://images.iyunv.com/comp_id3_small.jpg
  • Click Ok.
  • You'll get a warning window.
  • Click Ok to restart.
  
  
  
  
Step 2: Configuring the computer's TCP/IP settings
  You must configure the would-be Domain Controller to use it's own IP address as the address of the DNS server, so it will point to itself when registering SRV records and when querying the DNS database.
Configure TCP/IP

  • Click Start, point to Settings and then click Control Panel.
  • Double-click Network and Dial-up Connections.
  • Right-click Local Area Connection, and then click Properties.
    http://images.iyunv.com/config_lan_small.jpghttp://images.iyunv.com/config_lan1_small.jpg
  • Click Internet Protocol (TCP/IP), and then click Properties. http://images.iyunv.com/config_lan4_small.jpg
  • Assign this server a static IP address, subnet mask, and gateway address. Enter the server's IP address in the Preferred DNS server box.Note: This is true if the server itself will also be it's own DNS server. http://images.iyunv.com/config_lan6_small.jpgIf you have another operational Windows 2000/2003 server that is properly configured as your DNS server (read my Create a New DNS Server for AD page) - enter that server's IP address instead: http://images.iyunv.com/config_lan5_small.jpg
  • Click Advanced.
  • Click the DNS Tab.
  • Select "Append primary and connection specific DNS suffixes"
  • Check "Append parent suffixes of the primary DNS suffix"
  • Check "Register this connection's addresses in DNS". If this Windows 2000/2003-based DNS server is on an intranet, it should only point to its own IP address for DNS; do not enter IP addresses for other DNS servers here. If this server needs to resolve names on the Internet, it should have a forwarder configured. http://images.iyunv.com/config_lan7_small.jpg
  • Click OK to close the Advanced TCP/IP Settings properties.
  • Click OK to accept the changes to your TCP/IP configuration.
  • Click OK to close the Local Area Connections properties.
  
  
  
  
Step 3: Configure the DNS Zone
  (Not mandatory, can be done via the Dcpromo process).
  This article assumes that you already have the DNS service installed. If this is not the case, please read Create a New DNS Server for AD.
  Furthermore, it is assumed that the DC will also be it's own DNS server. If that is not the case, you MUST configure another Windows 2000/2003 server as the DNS server, and if you try to run DCPROMO without doing so, you'll end up with errors and the process will fail.

http://www.iyunv.com/kungfupanda/admin/   

  Also see » What are the capabilities of Exchange Online?
  
Creating a Standard Primary Forward Lookup Zone
  
  
  
  
  
  
  You should now make sure your computer can register itself in the new zone. Go to the Command Prompt (CMD) and run "ipconfig /registerdns" (no quotes, duh...). Go back to the DNS console, open the new zone and refresh it (F5). Notice that the computer should by now be listed as an A Record in the right pane.
  If it's not there try to reboot (although if it's not there a reboot won't do much good). Check the spelling on your zone and compare it to the suffix you created in step 1. Check your IP settings.
Enable DNS Forwarding for Internet connections (Not mandatory)

  • Start the DNS Management Console.
  • Right click the DNS Server object for your server in the left pane of the console, and click Properties. http://images.iyunv.com/dns_frwd_small.jpg
  • Click the Forwarders tab.
  • In the IP address box enter the IP address of the DNS servers you want to forward queries to - typically the DNS server of your ISP. You can also move them up or down. The one that is highest in the list gets the first try, and if it does not respond within a given time limit - the query will be forwarded to the next server in the list. http://images.iyunv.com/dns_frwd1_small.jpg
  • Click OK.
  
  
Creating a Standard Primary Reverse Lookup Zone
  You can (but you don't have to) also create a reverse lookup zone on your DNS server. The zone's name will be the same as your TCP/IP Network ID. For example, if your IP address is 192.168.0.200, then the zone's name will be 192.168.0 (DNS will append a long name to it, don't worry about it). You should also configure the new zone to accept dynamic updates. I guess you can do it on your own by now, can't you?
http://images.iyunv.com/int_dns10_small.jpg
Step 4: Running DCPROMO
  After completing all the previous steps (remember you didn't have to do them) and after double checking your requirements you should now run Dcpromo.exe from the Run command.

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-63650-1-1.html 上篇帖子: Windows Server 2003 cluster servers 下篇帖子: windows 2003 安全设置解决方案
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表