AirGap mode - Disable
Log In or Register to download the BES file, and more.

1 Votes

Versioning - This is the latest version.

1Airgap mode - OFF10/27/2022 7:50:40 AM
2AirGap mode - Disable10/28/2022 3:20:24 AM
3AirGap mode - Disable10/28/2022 9:10:36 AM

Description

Deploy this Task to disable AirGap mode on the Root Server.

Schedule deployment of this task along with the companion task "AirGap mode - Enable" in order to define external site gather windows on the Root Server.

CAUTION: This will restart the Root Server service; it is recommended to deploy contingency measures in the event that the service does not restart successfully


Property Details

ID26960
StatusBeta - Preliminary testing ready for more
TitleAirGap mode - Disable
DomainBES
SourceInternal
Source Release Date10/27/2022 12:00:00 AM
KeywordsAirGap, Site gather, Root Server
Is TaskTrue
Added by on 10/28/2022 9:10:36 AM
Last Modified by on 10/28/2022 9:10:36 AM
Counters 580 Views / 2 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 105 fixlets and 5 analyses   * Results in a true/false
Show indented relevance
exists main gather service
Used in 1 fixlet   * Results in a true/false
Show indented relevance
if (exists setting "_BESServer_AirgapMode_Enabled" of client) then if (exists value of setting "_BESServer_AirgapMode_Enabled" of client) then (value of setting "_BESServer_AirgapMode_Enabled" of client is "1") else false else false

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
setting "_BESServer_AirgapMode_Enabled"="0" on "{parameter "action issue date" of action}" for client

if {windows of operating system}
waithidden sc stop besrootserver
pause while {state of service "besrootserver" is not "Stopped"}
waithidden sc start besrootserver
else
wait service besserver restart
endif
Success Criteria

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

Action 2

Action Link Click here to review this task in the bigfix.me Content Database.
Script Type URL
https://bigfix.me/cdb/fixlet/26957
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!