Advertisement
Xwordy

Custom SUM for OS X Prefs

Aug 13th, 2012
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 1. Copy the Sophos Anti-Virus for Mac CID (Central Installation Directory) ESOSX or ESCOSX directory (depending on your setup) from the Enterprise Console Server to the Desktop of the Mac.
  2.  
  3. 2. Install SUM (Sophos Update Manager) for Mac if it is not already installed. You can download SUM for Mac from the Sophos website here. You will require your MySophos credentials to access the download.
  4.  
  5. 3. Open SUM on the Mac (/Applications/Sophos Update Manager) and click on 'Choose' under: Software Update | General
  6.  
  7. 4. Select the CID which was copied to the Desktop of the Mac and click 'Choose'.
  8.  
  9. 5. Under: Software Update | General enter your EM/SBE credentials and untick 'Check for updates from Sophos every' and apply the changes.
  10.  
  11. Nota Bene: From this point forward do not press 'Update Now' under: Software Update | General otherwise this will overwrite the CID which was copied from the Enterprise Console server. If this is pressed you will need to restart the process from step 1.
  12.  
  13. 6. Quit SUM on the Mac.
  14.  
  15. 7. Open Terminal and run the following command:
  16.  
  17. sudo defaults write /Library/Preferences/com.sophos.sum CID -string /Users/[USER]/Desktop/[CID]/
  18.  
  19. where [USER] is the name of the person currently logged on the Mac and [CID] is either ESOSX or ESCOSX depending on the name of the CID you copied to the Mac desktop.
  20.  
  21. 8. Authenticate when prompted and press enter.
  22.  
  23. 9. Once complete run the following command to check that the information has been written:
  24.  
  25. defaults read /Library/Preferences/com.sophos.sum CID
  26.  
  27. The above command should return the following result:
  28.  
  29. /Users/[USER]/Desktop/[CID]/
  30.  
  31. 10. Open SUM again and check 'Download updates to' under: Software Update | General this will now reflect the result from the terminal command.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement