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

0 Votes

Versioning - This is an older version.

1Airgap mode - ON10/27/2022 7:43:26 AM
2AirGap mode - Enable10/28/2022 3:19:54 AM
3AirGap mode - Enable10/28/2022 9:11:05 AM

Description

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

Schedule deployment of this task along with the companion task "AirGap mode - Disable" 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

ID26958
StatusBeta - Preliminary testing ready for more
TitleAirGap mode - Enable
DomainBES
SourceInternal
Source Release Date10/27/2022 12:00:00 AM
KeywordsAirGap, Site gather, Root Server
Is TaskTrue
Added by on 10/28/2022 3:19:54 AM
Last Modified by on 10/28/2022 3:19:54 AM
Counters 245 Views / 0 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 value of setting "_BESServer_AirgapMode_Enabled" of client) then (value of setting "_BESServer_AirgapMode_Enabled" of client is "0") else true

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
setting "_BESServer_AirgapMode_Enabled"="1" 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
waithidden service besrootserver 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/26956
    

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!