TROUBLESHOOTING: Restart BES Client on AIX
| 0 Votes |
Description
Note: Do not set the "Reapply" behavior when taking this action or you may cause the BES Client to constantly restart itself.
Property Details
| 398 | |
| TROUBLESHOOTING: Restart BES Client on AIX | |
| Common Tasks | |
| 0 | |
| BigFix | |
| <Unspecified> | |
| Low | |
| 10/25/2007 12:00:00 AM | |
| BES Client AIX restart TROUBLESHOOTING | |
| besSupport on 10/17/2012 1:15:19 PM | |
| danielheth on 10/17/2012 1:15:19 PM | |
| 21551 Views / 13 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 223 fixlets | * Results in a true/false |
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
version of client >= "5.1"
| Used in 32 fixlets | * Results in a true/false |
(if (version of client >= "8.0") then (unix of it) else ((it does not start with "Win" AND it does not start with "Mac OS X") of name of it)) of operating system
| Used in 4 fixlets | * Results in a true/false |
(exists file "SBESClientd" of it AND exists file "KBESClientd" of it) of folder "/etc/rc.d/rc2.d/"
Actions
Action 1
Action Link Click
here to restart the BES Client service.
Script Type
BigFix Action Script
delete "{(client folder of current site as string) & "/__appendfile"}"
appendfile #!/bin/sh
appendfile sleep 5
if {version of client < "8"}
appendfile /etc/rc.d/rc2.d/KBESClientd stop
appendfile sleep 5
appendfile /etc/rc.d/rc2.d/SBESClientd start
else
appendfile /etc/rc.d/rc2.d/KBESClientd restart
endif
wait chmod +x "{(client folder of current site as string) & "/__appendfile"}"
run "{(client folder of current site as string) & "/__appendfile"}"
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

