rpcserverunavailable

About this tag
The rpcserverunavailable error often appears in Windows Server environments when Active Directory domain controllers cannot communicate over RPC. In one case, after transferring FSMO roles from a Windows Server 2012 R2 domain controller to a new Windows Server 2019 domain controller, the error occurred when the old DC was disconnected. Commands like netdom query fsmo failed with 'The RPC server is unavailable.' This indicates that RPC connectivity between domain controllers is essential for AD operations. Troubleshooting typically involves checking network connectivity, firewall rules, DNS resolution, and RPC service status on the affected servers.
  1. C

    AD does not work with new Server version

    I have a running Win 2012R2 Active Directory server. Call it DC1 I just built a Win 2019 server that was added to the domain and promoted to AD server. This one is DC2 I ran "Move-ADDirectoryServerOperationMasterRole" to the new server and running "netdom query fsmo", I get Schema master...
Back
Top