Action 1 (default)
Action Link Click
here to deploy the BES Client 6.0 upgrade.
Script Type
BigFix Action Script
download http://download.bigfix.com/download/bes/60/clients/BESAgent-6.0.29.6.i386_rh80.rpm
continue if {(size of it = 2230573 AND sha1 of it = "a990c3d97f2c464fa309b472b5630a76e5e9cd1b") of file "BESAgent-6.0.29.6.i386_rh80.rpm" of folder "__Download"}
delete "/var/tmp/BESAgent-6.0.29.6.i386_rh80.rpm"
move "__Download/BESAgent-6.0.29.6.i386_rh80.rpm" "/var/tmp/BESAgent-6.0.29.6.i386_rh80.rpm"
delete "{(client folder of current site as string) & "/__appendfile"}"
appendfile #!/bin/sh
appendfile /etc/init.d/BESClient-{preceding text of first "-" of (version of package "BESAgent" of rpm as string)} stop
appendfile /bin/rpm -U "/var/tmp/BESAgent-6.0.29.6.i386_rh80.rpm"
appendfile /etc/init.d/BESClient-6.0.29.06 start
wait chmod 555 "{(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.