Updating error symantec antivirus mac
24-Dec-2019 09:20
By downloading the software, you confirm that you have read the license agreement and you agree to and acknowledge the terms of the license agreement.You understand that sharing the software with others is an offense.To deploy I created a Policy with the package SEP12.1.2and the script Symantec Managed with priority ' After'.For the Display and execution settings I have it triggered by any and set to once per computer.For more # information or support for the Resource Kit, please utilize the following resources: # # # # # # Please reference our SLA for information regarding support of this application: # # # #################################################################################################### # # ABOUT THIS PROGRAM # # NAME # run SAVLive -- Run Symantec Live Update.# # SYNOPSIS # sudo run SAVLive # sudo run SAVLive # # DESCRIPTION # This script will run the Symantec Live Update application in the background which will silently # download and install the latest virus definitions available from Symantec.IN NO EVENT SHALL JAMF SOFTWARE, LLC BE LIABLE FOR ANY # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# # This script expects Symantec Live Update to be installed at: # # /Applications/Symantec Solutions/Symantec Scheduler.app/Contents/Resources/symsched # ######## # # LOGGING FUNCTION # #################################################################################################### log File="/private/var/log/Your Company Name-SEPupdate Sched.log" log () #################################################################################################### # # SCRIPT CONTENTS # #################################################################################################### if [ -f "/Applications/Symantec Solutions/Live Update.app/Contents/Mac OS/Live Update" ]; then #################################################################################################### # DELETE ALL EXISTING SYMSCHED TASKS and WRITE TO LOG #################################################################################################### symsched -d all log "Deleted all existed symsched tasks." #################################################################################################### # CREATE SCHEDULEDS #################################################################################################### symsched Live Update "All Update monthy01" 1 1 -monthly 01 "All Products" -quiet symsched Live Update "All Update monthy15" 1 1 -monthly 15 "All Products" -quiet symsched Live Update "Mon VDefs Update" 1 1 -weekly 1 "Virus Definitions" -quiet symsched Live Update "Tue VDefs Update" 1 1 -weekly 2 "Virus Definitions" -quiet symsched Live Update "Wed VDefs Update" 1 1 -weekly 3 "Virus Definitions" -quiet symsched Live Update "Thu VDefs Update" 1 1 -weekly 4 "Virus Definitions" -quiet symsched Live Update "Fri VDefs Update" 1 1 -weekly 5 "Virus Definitions" -quiet log "Your Company Name Symantec Schedule have been created." else log "Error: Symantec Live Update was not found on this machine." exit 1 fi exit 0#!This software cannot be downloaded and stored in a shared file space.