Deploying Domain Controllers Using Server Manager in hindi
Deploying Domain Controllers Using Server Manager — Complete Guide
Table of Contents - Deploying Domain Controllers (SEO Optimized)
Deploying Domain Controllers Using Server Manager in Hindi
Deploying Domain Controllers Using Server Manager in Hindi
अगर आप Windows Server environment में Active Directory (AD) setup करना चाहते हैं, तो सबसे पहले आपको एक Domain Controller (DC) deploy करना होता है। Domain Controller basically वो server होता है जो पूरे network की authentication और management संभालता है। इसे deploy करने के कई तरीके हैं, लेकिन आज हम Server Manager का use करके step-by-step deployment सीखेंगे।
Server Manager एक GUI (Graphical User Interface) based tool है जो Windows Server के साथ default आता है। इसके through आप Active Directory Domain Services (AD DS) role install कर सकते हैं और अपने server को एक Domain Controller में promote कर सकते हैं।
Domain Controller क्या होता है?
Domain Controller वो server होता है जो user logins, passwords, group policies और access control को manage करता है। ये पूरे network में centralized authentication provide करता है ताकि security और user management आसान हो सके।
- यह Active Directory database को host करता है।
- यह users और computers को authenticate करता है।
- यह policies और permissions लागू करता है।
अब हम step-by-step process देखेंगे कि कैसे आप Server Manager की मदद से Domain Controller deploy कर सकते हैं।
Step-by-step Installation through GUI in Hindi
Step 1: Server Manager Open करें
सबसे पहले Windows Server में login करें और Server Manager को open करें। यह आमतौर पर Start Menu में या Taskbar में pin रहता है। Server Manager में आपको “Add Roles and Features” का option दिखेगा, इसी से AD DS role install किया जाता है।
Step 2: Add Roles and Features Wizard चलाएं
“Add Roles and Features” पर click करते ही एक wizard open होगा। इसमें installation type चुनना होगा — यहाँ “Role-based or feature-based installation” select करें और Next पर click करें।
Step 3: Server Selection
अब आपको server pool से अपना current server select करना होगा। जिस server को Domain Controller बनाना है, उस पर tick करें और Next पर click करें।
Step 4: Server Roles चुनें
अब list में से “Active Directory Domain Services (AD DS)” role चुनें। जैसे ही आप इसे select करेंगे, यह कुछ additional features suggest करेगा — बस Add Features पर click करें और Next पर जाएं।
Step 5: Features Confirmation
यहाँ default features जैसे .NET Framework 4.8, Group Policy Management आदि already selected होंगे। इन्हें वैसे ही रहने दें और Next पर click करें।
Step 6: AD DS Information Review
अब AD DS की brief जानकारी दिखेगी — इसे read करें और Next पर click करें। यह आपको बताएगा कि Active Directory domain services क्या काम करती है।
Step 7: Installation Confirmation
अब summary screen आएगी जहाँ आप final confirmation देंगे। यहाँ “Restart the destination server automatically if required” पर tick करना optional है। फिर Install पर click करें।
Step 8: Installation Progress
Installation process शुरू हो जाएगी। इसमें कुछ मिनट लग सकते हैं। जब installation complete हो जाए, तो आप देखेंगे “Promote this server to a domain controller” का option दिखाई देगा।
Step 9: Promote Server to Domain Controller
अब Promote this server to a domain controller पर click करें। इससे Active Directory Configuration Wizard open होगा।
Step 10: Deployment Configuration
अब आपको तीन options दिखेंगे:
- Add a domain controller to an existing domain
- Add a new domain to an existing forest
- Add a new forest (अगर पहली बार Domain बना रहे हैं तो यही select करें)
अगर आप नया forest बना रहे हैं तो domain name जैसे “example.local” डालें और Next पर click करें।
Step 11: Domain Controller Options
अब आपसे पूछा जाएगा कि आप इस DC को Global Catalog और DNS server बनाना चाहते हैं या नहीं। Default settings रहने दें (दोनों selected रहें) और DSRM (Directory Services Restore Mode) password set करें।
Step 12: DNS Delegation Warning
DNS delegation related warning ignore करें और Next पर click करें। यह warning तब आती है जब DNS अभी तक configure नहीं हुआ हो।
Step 13: Paths Configuration
यहाँ database, log files और SYSVOL folder के paths दिखेंगे। इन्हें default location पर रहने दें और Next पर click करें।
Step 14: Review and Install
अब final summary दिखाई देगी। इसे verify करें और Install पर click करें। Installation के बाद server automatically reboot होगा।
Reboot के बाद आपका server officially एक Domain Controller बन जाएगा। अब आप Active Directory Users and Computers tool से verify कर सकते हैं कि domain properly काम कर रहा है।
Verifying AD DS Installation and Replication Health in Hindi
अब जब installation complete हो गई है, तो आपको यह verify करना जरूरी है कि Active Directory Domain Services सही तरह से चल रही हैं या नहीं। Verification के लिए आप कुछ basic commands और tools का use कर सकते हैं।
Step 1: AD DS Services Check करें
सबसे पहले Server Manager में जाकर “AD DS” section open करें। अगर वहाँ green checkmark दिख रहा है, तो इसका मतलब service healthy है। इसके अलावा आप PowerShell में ये command चला सकते हैं:
Get-Service adws,kdc,netlogon,dns | Select-Object Name, Status
इससे पता चलेगा कि AD संबंधित सभी core services चालू हैं या नहीं।
Step 2: Domain Health Check करें
Active Directory health check के लिए command prompt में ये command चलाएं:
dcdiag /v
यह command आपके Domain Controller की detailed health report देती है। अगर सब कुछ ठीक है, तो “passed” messages दिखाई देंगे।
Step 3: Replication Status Verify करें
अगर आपके network में multiple Domain Controllers हैं, तो replication check करना जरूरी है ताकि सभी DCs के data synchronized रहें।
repadmin /replsummary
यह command replication status दिखाती है। अगर कोई error है, तो उसे troubleshoot करना चाहिए ताकि data consistency बनी रहे।
Step 4: Event Viewer से Monitoring
AD DS के logs को verify करने के लिए Event Viewer open करें और Applications and Services Logs → Directory Service पर जाएं। यहाँ किसी भी warning या error को analyze करें।
Step 5: DNS Functionality Check
AD DS installation के साथ DNS भी install होता है। आप nslookup command से check कर सकते हैं कि DNS सही काम कर रहा है या नहीं:
nslookup yourdomain.local
अगर proper response मिलता है, तो इसका मतलब है DNS और AD दोनों सही तरह से configured हैं।
Step 6: Active Directory Users and Computers Tool
Start Menu में जाकर “Active Directory Users and Computers” open करें। अगर आपका domain name वहाँ दिख रहा है और आप users या groups बना सकते हैं, तो इसका मतलब setup successful है।
Step 7: Replication Between Sites (Optional)
अगर आपके पास multiple sites हैं, तो Site and Services console से replication topology verify करें। यह सुनिश्चित करता है कि हर site पर domain data up-to-date है।
Quick Summary Table
| Verification Task | Tool/Command | Purpose |
|---|---|---|
| AD DS Services Check | Get-Service | Service status verify करना |
| Domain Health | dcdiag /v | Domain health analysis |
| Replication Check | repadmin /replsummary | Replication status verify करना |
| DNS Test | nslookup | DNS resolution verify करना |
इन सभी steps को follow करके आप आसानी से verify कर सकते हैं कि आपका Domain Controller और AD DS setup पूरी तरह से working condition में है। अब आपका Windows Server environment centralized authentication और group policy management के लिए तैयार है।