BES Relay Setting: Name Override
1 Votes |
Collections (part of 1 collection)
Description
This name must be resolvable to all the BES Clients that will access the BES Relay or it will appear to the BES Clients like the relay does not exist.
You can change the BES Relays to use either a specific name or the IP address below.
Note: If you have a lot of BES Relays (>100), it is probably a good idea to switch the BES Relays to use IP addresses instead of DNS names to avoid extra load on the DNS servers when the BES Clients do their relay autoselection.
Note: Do not set the "Reapply" behavior when taking this action or you may cause the BES Client to constantly reset this setting.
Property Details
519 | |
BES Relay Setting: Name Override | |
BES Server/Relay Setting | |
0 | |
BigFix | |
<Unspecified> | |
<Unspecified> | |
BES Relay Clients DNS Relays | |
besSupport on 10/17/2012 1:16:02 PM | |
danielheth on 10/17/2012 1:16:02 PM | |
14384 Views / 123 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
exists relay service OR exists main gather service
Actions
Action 1
Action Link Click
here to set the BES Relay to use its IP address instead of its DNS name. Note that if the computer has multiple different IP addresses, the DNS name will be used instead of the IPs.
Script Type
BigFix Action Script
setting "_BESClient_Relay_NameOverride"="{if (number of (unique values of (address whose (it as string != "0.0.0.0") of ip interfaces whose (loopback of it = false) of network as string)) = 1) then (unique values of (address whose (it as string != "0.0.0.0") of ip interfaces whose (loopback of it = false) of network as string)) else (dns name) }" on "{parameter "action issue date" of action}" for client
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here to set an override on the DNS name of the listed BES Relay.
Script Type
BigFix Action Script
action parameter query "_BESClient_Relay_NameOverride" with description "Please enter an override value for the listed BES Relay (do not include port number):"
// Fail if value contains a colon
// The port number should not be given
continue if {parameter "_BESClient_Relay_NameOverride" of action does not contain ":"}
setting "_BESClient_Relay_NameOverride"="{parameter "_BESClient_Relay_NameOverride" of action}" on "{parameter "action issue date" of action}" for client
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
|
|
When I run this fixlet, I can see that the setting is added correctly _BESClient_Relay_NameOverride, however the relay is still showing Relevant. I assumed if the action where applied the fixlet would no longer be relevant because the success criteria indicates "The action will be considered successful when the relevance evaluates to false" |