Forum Discussion
GothmanUK_57974
Nimbostratus
Dec 19, 2014Remote Desktop Services Health Monitor Fails after 2008R2 Windows Updates Applied
We currently use the recommended send and receive strings to monitor our Remote Desktop Services Farm as per the document https://www.f5.com/pdf/deployment-guides/f5-microsoft-remote-desktop-services...
Michael_Jenkins
Cirrostratus
Dec 19, 2014If that doesn't work, the best way to figure out what you need is to enable monitor logging and watch the log for the RECV string.
- Open the pool that is having the problem (let's call it RDP_POOL)
- Make sure the monitor is active on the pool (let's call it RDP_MONITOR)
- On the
tab in the pool settings, click on one of the members (let's call it 10.0.0.1:3389)Members
- Enable the checkbox for
Monitor Logging
-
Open an SSH session (I use Putty to connect) to the device and log in to the shell.
- Run the command
cd /var/log/monitors
- Run the command
ls -l
- Look for the file referencing your pool and member (most likely in our example it'd be something like
)_Common_RDP_MONITOR__Common_10.0.0.1_3389.log
- Run the command
(where FILENAME is the log filename)tail -f FILENAME
- It may be visible immediately, but you should see where the monitor sends the request to the server (and you'll see the
string), and you're looking for thesend
string that comes back.recv
- Take that
string and update the monitor and see if the pool member(s) show up green again.recv
- Run the command
- Go back in and disable the monitor logging for that member so you don't have excessive logging filling up space.
This should help figure it out. If your log file ever looks like it's not updating, delete the file and remove the monitor from the pool and re-add it. I've found that will kick it back off again.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects