50٪ تخفیف روی تمام دوره‌ها!
پایان تخفیف تا:
مشاهده دوره‌ها
0

جابه جایی سرور دامین کنترل ویم بک اپ بهتراست یا sieze کردن

سلام اساتید گرامی برای جا به جایی سرور اکتیودایرکتوری از veeambackup  استفاده کنم بهتره یا یک سرور ادیشنال دارم نقش های fsmo رو sieze کنم ?

پرسیده شده در 1404/01/17 توسط

3 پاسخ

0

ممنون از پاسختون من با veeam backup  بک اپ رو برگردوندم اما وقتی تست dcdiag  میگیرم توی DFSREVENT , replication و. System log. تست ها fail میشن در حالی که روی سرور اصلی dcdiag هیچ اروری نداره . متن ارور ها رو میزارم ممنون میشم همفکری بفرمایید

متن ارور های fail  رو میزارم

      Starting test: DFSREvent
         There are warning or error events within the last 24 hours after the SYSVOL has been shared.  Failing SYSVOL
         replication problems may cause Group Policy problems.
        ......................... WIN-AD failed test DFSREvent

.

.

.

Starting test: Replications
         [Replications Check,WIN-AD] A recent replication attempt failed:
            From SRV-AD to WIN-AD
            Naming Context: CN=Schema,CN=Configuration,DC=payamavad,DC=org
            The replication generated an error (1722):
            The RPC server is unavailable.
            The failure occurred at 2025-03-27 11:30:22.
            The last success occurred at 2025-03-28 09:48:16.
            3 failures have occurred since the last success.
            The source SRV-AD is responding now.
         ......................... WIN-AD failed test Replications

..

.

.

Starting test: SystemLog
         An error event occurred.  EventID: 0xC00010DF
            Time Generated: 03/27/2025   11:00:08
            Event String:
            A duplicate name has been detected on the TCP network.  The IP address of the computer that sent the message is in the data. Use nbtstat -n in a command window to see which name is in the Conflict state.
         An error event occurred.  EventID: 0xC00010DF
            Time Generated: 03/27/2025   11:13:39
            Event String:
            A duplicate name has been detected on the TCP network.  The IP address of the computer that sent the message is in the data. Use nbtstat -n in a command window to see which name is in the Conflict state.
         An error event occurred.  EventID: 0xC00010DF
            Time Generated: 03/27/2025   11:13:40
            Event String:
            A duplicate name has been detected on the TCP network.  The IP address of the computer that sent the message is in the data. Use nbtstat -n in a command window to see which name is in the Conflict state.
         An error event occurred.  EventID: 0xC00010DF
            Time Generated: 03/27/2025   11:51:00
            Event String:
            A duplicate name has been detected on the TCP network.  The IP address of the computer that sent the message is in the data. Use nbtstat -n in a command window to see which name is in the Conflict state.
         ......................... WIN-AD failed test SystemLog


پاسخ در 1404/01/20 توسط
0

خطای DFSREvent
   - این خطا نشان می دهد که مشکلاتی در SYSVOL replication وجود دارد که ممکن است باعث مشکلاتی در Group Policy شود
   - راه حل :
     1. بررسی کنید که سرویس DFS Replication روی هر دو سرور در حال اجرا باشد:
    cmd
        services.msc

     2. از دستور زیر برای بررسی وضعیت replication استفاده کنید:
   cmd
        repadmin /showrepl

     3. اگر مشکلی وجود دارد، می توانید replication را با دستور زیر مجدداً راه اندازی کنید:
cmd
        dfsrdiag pollad
  


2. خطای Replications (RPC Server Unavailable)
   - این خطا معمولاً به دلیل مشکلات شبکه یا تنظیمات RPC رخ می دهد 
   - راه حل:
     1. مطمئن شوید که پورت های RPC (مانند 135 و 445) باز هستند
     2. بررسی کنید که سرویس های زیر در حال اجرا باشند:
        - Remote Procedure Call (RPC)
        - DFS Replication
     3. از دستور زیر برای بررسی ارتباط بین سرورها استفاده کنید:
    cmd
        repadmin /syncall

     4. اگر مشکل همچنان باقی است، تنظیمات DNS را بررسی کنید و مطمئن شوید که سرورها به درستی به یکدیگر resolve می شوند:
cmd
        nslookup [ServerName]


 3. خطای SystemLog (Duplicate Name Detected)
   - این خطا نشان می دهد که نام یا آدرس IP تکراری در شبکه وجود دارد
   - راه حل:
     1. از دستور زیر برای شناسایی نام های تکراری استفاده کنید:
cmd
        nbtstat -n

     2. اگر نام تکراری شناسایی شد ، تنظیمات NetBIOS یا DNS را بررسی کنید
     3. مطمئن شوید که هر سرور یا دستگاه در شبکه دارای نام و آدرس IP منحصربه فرد است

 نکات اضافی:
بررسی Event Viewer: لاگ های مربوط به DFS Replication و System را در Event Viewer بررسی کنید تا اطلاعات بیشتری درباره خطاها به دست آورید
بازنشانی تنظیمات شبکه: اگر مشکل همچنان باقی است، می توانید تنظیمات شبکه را با دستور زیر بازنشانی کنید:
cmd
  netsh int ip reset


پاسخ در 1404/01/20 توسط

پاسخ شما