Difference between revisions of "Active Directory/Documentation/SAV Definition Updates"

From WolfTech
Jump to navigation Jump to search
 
Line 1: Line 1:
 
=Automated Script=
 
=Automated Script=
 +
Runs every day at 10:00 AM to update the virus definitions.
  
==cegetter.bat==
+
==C:\IntelligentUpdater\cegetter.bat==
 
  ftp -s:cescript.txt
 
  ftp -s:cescript.txt
 
  C:\Intell~1\navup8.exe
 
  C:\Intell~1\navup8.exe
Line 8: Line 9:
 
  del /Q C:\Intell~1\*.xdb
 
  del /Q C:\Intell~1\*.xdb
  
==cescript.txt==
+
==C:\IntelligentUpdater\cescript.txt==
 
  open ftp.symantec.com
 
  open ftp.symantec.com
 
  anonymous
 
  anonymous
Line 20: Line 21:
  
 
=Manual=
 
=Manual=
 +
# Run C:\IntelligentUpdater\cegetter.bat manually.
 +
# In the Symantec System Center Console, right click the SAV server and choose All Tasks\Symantec Antivirus\Update Virus Definitions Now...

Revision as of 16:04, 2 July 2007

Automated Script

Runs every day at 10:00 AM to update the virus definitions.

C:\IntelligentUpdater\cegetter.bat

ftp -s:cescript.txt
C:\Intell~1\navup8.exe
copy /Y C:\Intell~1\*.xdb c:\progra~1\SAV
del /Q C:\Intell~1\navup8.exe
del /Q C:\Intell~1\*.xdb

C:\IntelligentUpdater\cescript.txt

open ftp.symantec.com
anonymous
nobody@ncsu.com
cd public/english_us_canada/antivirus_definitions/symantec_antivirus_corp/rapidrelease/
lcd C:\Intelligent Updater\
bin
prompt
get navup8.exe
quit

Manual

  1. Run C:\IntelligentUpdater\cegetter.bat manually.
  2. In the Symantec System Center Console, right click the SAV server and choose All Tasks\Symantec Antivirus\Update Virus Definitions Now...