BES Relay Status
2 Votes |
Description
This analysis contains information about the health of the BES Relay deployment. This information will be useful in assessing where the BES Relays are set up properly and whether the BES Clients are correctly reporting to them. After activating this analysis, you will see the following properties:
|
Property Details
22 | |
BES Relay Status | |
BES Relay Status TABLE TBODY | |
besSupport on 10/17/2012 1:16:35 PM | |
danielheth on 10/17/2012 1:16:35 PM | |
11867 Views / 78 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Properties
BES Relay Installed Status
Period
Every Report
* Session Relevance |

if exists relay service then "Yes - " & state of service "BESRelay" else if exists main gather service then "Main BES Server" else "Not Installed"
BES Client's Parent Relay
Period
Every Report
* Session Relevance |

if ((it starts with "127." OR it starts with "::") of (name of registration server as string)) then (if ((exists setting"_BESRelay_PostResults_ParentRelayURL" of it AND exists value of setting"_BESRelay_PostResults_ParentRelayURL" of it) of client) then "n/a (BES Relay Installed)" else "n/a (BES Server Installed)") else (name of registration server as string)
BES Relay's Parent Relay
Period
Every Report
* Session Relevance |

if ((it starts with "127." OR it starts with "::") of (name of registration server as string)) then (if ((exists setting"_BESRelay_PostResults_ParentRelayURL" of it AND exists value of setting"_BESRelay_PostResults_ParentRelayURL" of it) of client) then (preceding text of first "/" of (following text of first "//" of (value of setting "_BESRelay_PostResults_ParentRelayURL" of client as string))) else "n/a (BES Server Installed)") else "n/a (BES Relay Not Installed)"
Manual Selection Status
Period
Every Report
* Session Relevance |

if ((it starts with "127." OR it starts with "::") of (name of registration server as string)) then ("n/a (Local Relay/Server)") else(if ((exists setting "__RelaySelect_Automatic" of client) and (value of setting "__RelaySelect_Automatic" of client = "1")) then "n/a (Automatic)" else if ((not exists setting "__RelayServer1" of client OR not exists value of setting "__RelayServer1" of client OR value of setting "__RelayServer1" of client = "") AND (not exists setting "__RelayServer2" of client OR not exists value of setting "__RelayServer2" of client OR value of setting "__RelayServer2" of client = "")) then "Primary and Secondary Relay Not Set" else if ((exists setting "__RelayServer1" of client) AND (exists setting "__RelayServer1" whose (value of it as string != "") of client ) AND ((preceding text of first "/" of following text of first "//" of (value of setting "__RelayServer1" of client as string)) as lowercase) = (name of registration server as string as lowercase)) then "Using Primary Relay" else if ((exists setting "__RelayServer2" of client) AND (exists setting "__RelayServer2" whose (value of it as string != "") of client ) AND ((preceding text of first "/" of following text of first "//" of (value of setting "__RelayServer2" of client as string)) as lowercase) = (name of registration server as string as lowercase)) then "Using Secondary Relay" else if ((name of registration server as string as lowercase) = (preceding text of first "/" of following text of first "//" of (value of setting "__Relay_Control_RootServer" of client as string as lowercase))) then "Defaulting to Main BES Server" else "Unknown State")
Relevance

version of client >= "5.1"
Sharing
Social Media: |
Comments
![]() |
|
This is related: https://bigfix.me/analysis/details/2994717 |