BES Relays Not Started - Version >= 6.0
| 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
| 584 | |
| BES Relays Not Started - Version >= 6.0 | |
| Support | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Important | |
| 9/9/2005 12:00:00 AM | |
| BES Relays TABLE TBODY service | |
| besSupport on 10/17/2012 1:16:18 PM | |
| danielheth on 10/17/2012 1:16:18 PM | |
| 4211 Views / 2 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
version of client >= "6.0"
exists relay service OR exists main gather service
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: |

