Uninstall BES Client on Solaris, using created 'admin' file.
Log In or Register to download the BES file, and more.

0 Votes

Description

Remove the BES Client from Solaris

Property Details

ID1425
TitleUninstall BES Client on Solaris, using created 'admin' file.
DomainBESC
CategoryCommon Tasks
Download Size0
SourceJSinger - BigFix
Source ID<Unspecified>
Source SeverityLow
Source Release Date10/25/2007 12:00:00 AM
Keywordsuninstall, client, solaris
Is TaskTrue
Added by on 5/1/2013 8:17:08 PM
Last Modified by on 5/1/2013 8:17:08 PM
Counters 4142 Views / 27 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 221 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 32 fixlets   * Results in a true/false
Show indented relevance
(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
Show indented relevance
name of operating system starts with "SunOS"
Used in 5 fixlets   * Results in a true/false
Show indented relevance
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:
Share this page on Yammer

Comments

Log In or Register to leave comments!