BES Relays Not Started - Version >= 6.0
Log In or Register to download the BES file, and more.

0 Votes

Description

The listed BES Relays have its service stopped. This can happen if a service was manually stopped or if it failed for some reason.

Use the action below to attempt to start the "BES Relay" service. If the computer reports back as "<not reported>", or if the services continue to fail for unknown reasons, contact BigFix technical support at enterprisesupport@bigfix.com.


Property Details

ID584
TitleBES Relays Not Started - Version >= 6.0
CategorySupport
Download Size0
SourceBigFix
Source ID<Unspecified>
Source SeverityImportant
Source Release Date9/9/2005 12:00:00 AM
KeywordsBES Relays TABLE TBODY service
Added by on 10/17/2012 1:16:18 PM
Last Modified by on 10/17/2012 1:16:18 PM
Counters 3256 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 93 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
version of client >= "6.0"
Used in 30 fixlets   * Results in a true/false
Show indented relevance
NOT exists main gather service
Used in 85 fixlets and 9 analyses   * Results in a true/false
Show indented relevance
exists relay service OR exists main gather service
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists running service "BESRelay"

Actions

Action 1

Action Link Click here to start the BES Relay service.
Script Type BigFix Action Script
// Start the Relay
if {name of operating system starts with "Win"}
dos net start BESRelay
elseif {name of operating system starts with "AIX"}
wait /etc/rc.d/rc2.d/SBESRelayd start_skipclientrestart
elseif {(it starts with "SunOS" OR it starts with "Linux") of name of operating system}
wait /etc/init.d/besrelay start_skipclientrestart
else
continue if {false}
endif
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!