mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-17 11:23:45 +00:00
Add periods to alt text
No other changes
This commit is contained in:
@ -16,7 +16,7 @@ manager: dansimp
|
||||
|
||||
You might encounter an **RPC server unavailable** error when connecting to Windows Management Instrumentation (WMI), SQL Server, during a remote connection, or for some Microsoft Management Console (MMC) snap-ins. The following image is an example of an RPC error.
|
||||
|
||||

|
||||

|
||||
|
||||
This is a commonly encountered error message in the networking world and one can lose hope very fast without trying to understand much, as to what is happening ‘under the hood’.
|
||||
|
||||
@ -37,7 +37,7 @@ Before getting in to troubleshooting the <em>*RPC server unavailable</em>- error
|
||||
|
||||
Client A wants to execute some functions or wants to make use of a service running on the remote server, will first establish the connection with the Remote Server by doing a three-way handshake.
|
||||
|
||||

|
||||

|
||||
|
||||
RPC ports can be given from a specific range as well.
|
||||
### Configure RPC dynamic port allocation
|
||||
@ -162,13 +162,13 @@ Open the traces in [Microsoft Network Monitor 3.4](troubleshoot-tcpip-netmon.md)
|
||||
|
||||
- Now check if you are getting a response from the server. If you get a response, note the dynamic port number that you have been allocated to use.
|
||||
|
||||

|
||||

|
||||
|
||||
- Check if we are connecting successfully to this Dynamic port successfully.
|
||||
|
||||
- The filter should be something like this: `tcp.port==<dynamic-port-allocated>` and `ipv4.address==<server-ip>`
|
||||
|
||||

|
||||

|
||||
|
||||
This should help you verify the connectivity and isolate if any network issues are seen.
|
||||
|
||||
@ -177,7 +177,7 @@ This should help you verify the connectivity and isolate if any network issues a
|
||||
|
||||
The most common reason why we would see the RPC server unavailable is when the dynamic port that the client tries to connect is not reachable. The client side trace would then show TCP SYN retransmits for the dynamic port.
|
||||
|
||||

|
||||

|
||||
|
||||
The port cannot be reachable due to one of the following reasons:
|
||||
|
||||
|
Reference in New Issue
Block a user