Hi Md. Nasir Uddin,
Thank you for posting in Q&A forum.
When you do the domain join operation, the domain controller which holds RID master role must online.
The relative ID (RID) master is a domain controller that allocates blocks of RIDs to each domain controller in the domain. Whenever a domain controller creates a new security principal, such as a user, group, or computer object, it assigns the object a unique security identifier. This SID consists of a domain SID, which is the same for each security principal that is created in the domain, and a RID, which is unique for each security principal in the domain.
If the PDC shutdown from time to time, you can choose to transfer the RID role to other domain controller. You can run below command to transfer the RID master role:
Move-ADDirectoryServerOperationMasterRole -Identity "Target-DC" -OperationMasterRole RIDMaster
And then check if you can join domain after PDC shutdown.
Hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.