2 SEPM on seperate networks
Created: 09 Sep 2012 | Updated: 09 Sep 2012 | 14 comments
This issue has been solved. See solution.
I have 2 - 12.1 sepm servers and i want to copy the virus defs from to the another. Is this possible and do you just copy the defs? If so were are they located
Discussion Filed Under:
Comments 14 Comments • Jump to latest comment
are they replicatinng?
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
HI Fowlerk,
Please Clear your question.
If you want to replcation with two SEPM server
Please check this artical.
Replication and considerations
http://www.symantec.com/connect/articles/replication-and-considerations
If else Please clear your Question..
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Can i copy the virus defs from one sepm server to another?
hi,
You can download for rapid Release
http://www.symantec.com/security_response/definitions/download/detail.jsp?gid=rr
How to update definitions for Symantec Endpoint Protection Manager (SEPM) using a .jdb file
http://www.symantec.com/business/support/index?page=content&id=TECH102607
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
copying the folders is not recommended. can you check if LUA can meet the requirement?
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
I want to create a script that will copy the virus defs from one SEPM to another. Is this possible and were are the defs located?
hi,
Why you want copy VirusDef for one system to another ?
Virus defination found here
C:\Program Files\Common Files\Symantec Shared\VirusDefs\
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
yoyu may attempt to try
\Program Files\Symantec\ Symantec Endpoint Protection Manager\Inetpub\content folder on SEPM has the definition.
Are the SEPM of the same version?
Cheers!
Pete
Help Link: http://www.symantec.com/business/support/overview.jsp?pid=54619
yes the sepm servers are on the same version. The second sepm server has 2 nics. the first nic talks to the first sepm server and and the 2 nic talks to another network. I want to copy the files from the 1 sepm server to 2 sepm server.
hi,
Virus defination folder is not recommended.
You can configure Live Update Setting
Go to Admin --> Servers --> Local Site --> Right click local site --> Liveupdate --> Download Schedule--> Edit Download Scheduled as per requirement
Also check following article:
Configuring Symantec Endpoint Protection Manager to connect to a proxy server to access the Internet
http://www.symantec.com/docs/HOWTO55201
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
hi,
you can use this script copy virus defination
@for /f "Tokens=1-4 Delims=/ " %%i in ('date /t') do @set dt=%%l-%%j-%%k-%%i
@for /f "Tokens=1" %%i in ('time /t') do @set tm=-%%i
@set tm=%tm::=-%
@set dtt=%dt%%tm%
@echo Copying backup set: %dtt%.
@echo Please wait..
@if not exist C:\Symantecbackup\SymantecDBBackup\ mkdir C:\Symantecbackup\SymantecDBBackup\
@cd /D C:\Symantecbackup\SymantecDBBackup\ (Location Where you want Copy)
Copy "C:\Program Files\Symantec\Symantec Endpoint Protection Manager\Inetpub\content" "C:\Symantecbackup\SymantecDBBackup\" (Location Where you want Copy)
Try this script......
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
Is this the correct path for the virus defs?
C:\Program Files\Symantec\Symantec Endpoint Protection Manager\Inetpub\content
Yes SEPM Administrator Server
Thanks In Advance
Ashish Sharma
SEPM Knowledgebase Documents
could i use the replication partner server?
Would you like to reply?
Login or Register to post your comment.