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.ppc_aix51.pkg
continue if {(size of it = 6395904 AND sha1 of it = "530840663bd17c571413070855b93747b4e74e7b") of file "BESAgent-6.0.29.6.ppc_aix51.pkg" of folder "__Download"}
delete "/var/tmp/BESAgent-6.0.29.6.ppc_aix51.pkg"
move "__Download/BESAgent-6.0.29.6.ppc_aix51.pkg" "/var/tmp/BESAgent-6.0.29.6.ppc_aix51.pkg"
delete "{(client folder of current site as string) & "/__appendfile"}"
appendfile #!/bin/sh
appendfile /etc/rc.d/rc2.d/KBESClientd stop
appendfile /usr/sbin/installp -u BESClient
appendfile /usr/sbin/installp -agqYXd /var/tmp/BESAgent-6.0.29.6.ppc_aix51.pkg BESClient
appendfile /etc/rc.d/rc2.d/SBESClientd 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.