Configuring the WSM using Device Manager # Go back one pageGo to the next page#Go to this book's Index

Script-based health checking  

Script-based health checks run a sequence of tests to dynamically verify application and content availability. You can configure the WSM to send a series of ASCII health check requests to real servers or real server groups and monitor the responses.


Note Note: Only TCP services can be health checked using scripts, since UDP protocols are usually not ASCII based. Note: You can enable script-based health checks from JDM, but the actual scripts must be configured from the CLI.

Script-based health checking provides:

The script-based health check is structured to perform the following:

  1. Open a connection to a specific TCP port.
  2. Send an ASCII request to the server.
  3. Expect an ASCII string.
  4. The WSM searches each response packet for this string. If it is not found before the real server health check interval expires, the server does not pass the expect step and fails the health check.
  5. Close the connection.

A script can contain any number of these commands, up to the allowable number of characters that a script supports.

See also:


Go back one pageGo to the next page##Go to this book's Index