Uninstall BES Client on Solaris, using created 'admin' file.
| 0 Votes |
Description
Property Details
| 1425 | |
| Uninstall BES Client on Solaris, using created 'admin' file. | |
| BESC | |
| Common Tasks | |
| 0 | |
| JSinger - BigFix | |
| <Unspecified> | |
| Low | |
| 10/25/2007 12:00:00 AM | |
| uninstall, client, solaris | |
| True | |
| wizardatlarge on 5/1/2013 8:17:08 PM | |
| wizardatlarge on 5/1/2013 8:17:08 PM | |
| 4807 Views / 27 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
version of client >= "6.0"
| Used in 223 fixlets | * Results in a true/false |
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
| 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 2 fixlets | * Results in a true/false |
name of operating system starts with "SunOS"
| Used in 5 fixlets | * Results in a true/false |
if (version of client < "8") then (exists file "/etc/init.d/BESClient") else (exists file "/etc/init.d/besclient")
Actions
Action 1 (default)
Action Link Click
here to remove the BES Client service.
Script Type
BigFix Action Script
delete "/tmp/killBesClient.sh"
delete "/tmp/admin"
appendfile #!/bin/sh
appendfile sleep 5
appendfile pkgrm -n -a /tmp/admin BESagent
appendfile rm -rf /var/opt/BESClient
appendfile rm -rf /etc/opt/BESClient
move "{(client folder of current site as string) & "/__appendfile"}" "/tmp/killBesClient.sh"
wait chmod +x "/tmp/killBesClient.sh"
appendfile mail=
appendfile instance=overwrite
appendfile partial=nocheck
appendfile runlevel=nocheck
appendfile idepend=nocheck
appendfile rdepend=nocheck
appendfile space=nocheck
appendfile setuid=nocheck
appendfile conflict=nocheck
appendfile action=nocheck
appendfile basedir=default
move "{(client folder of current site as string) & "/__appendfile"}" "/tmp/admin"
run "/tmp/killBesClient.sh"
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |

