BES Client Setting: Relay Affiliation SeekList
Log In or Register to download the BES file, and more.

3 Votes

Description

This task will set the Relay SeekList on an endpoint to be a relay on the local subnet, failing that it will use the BESServer.

This should help vastly reduce the number of endpoints that are connecting to relays on other sites.


Property Details

ID3916
StatusProduction - Fully Tested and Ready for Production
TitleBES Client Setting: Relay Affiliation SeekList
DomainBES
CategoryBES Client Setting
Download Size0
SourceInternal
Source Release Date2/3/2014 12:00:00 AM
KeywordsRelay Affiliation, Client Seeklist
Added by on 11/5/2014 9:25:54 PM
Last Modified by on 11/5/2014 9:25:54 PM
Counters 12095 Views / 90 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 3 ratings. ** Log In or Register to add your rating.

Relevance

Used in 12 fixlets   * Results in a true/false
Show indented relevance
NOT exists relay service
Used in 30 fixlets   * Results in a true/false
Show indented relevance
NOT exists main gather service
Used in 2 fixlets   * Results in a true/false
Show indented relevance
version of client >= "6.0.0.0"
Used in 2 fixlets   * Results in a true/false
Show indented relevance
((if exists property "in proxy agent context" then ( not in proxy agent context ) else true ) AND (if exists property "android" of type "operating system" then (not android of operating system) else true))
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(exists setting "__RelaySelect_Automatic" of client) AND (value of it is (("1") as string)) of setting "__RelaySelect_Automatic" of client
Used in 1 fixlet   * Results in a true/false
Show indented relevance
if (exists setting "_BESClient_Register_Affiliation_SeekList" of client) then ((value of settings "_BESClient_Register_Affiliation_SeekList" of client) does not contain (registration subnet address of client as string)) else true

Actions

Action 1 (default)

Action Link Click here  to deploy this action.
Script Type BigFix Action Script
// set the seeklist using the registration subnet, with the BES Root Server as a fallback
setting "_BESClient_Register_Affiliation_SeekList"="{registration subnet address of client as string};PrimarySite;*" on "{now}" for client

// force a relay selection
relay select
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
ssakunala -
Worked fine after adding Location by subnet property, thank you
KPHILIPS -
Works perfectly! Thanks for posting.