Endpoint Protection

 View Only
  • 1.  SyLink file location in SEPM 12.1

    Posted Jul 22, 2011 07:41 AM

    Hi,

     

    I am unable to get Sylink location in 12.1 linke 11.0.6***.

    I want to know SyLink file location in SEPM  12.1

     

    Thanks & Regards

    Santhosh Reddy



  • 2.  RE: SyLink file location in SEPM 12.1

    Posted Jul 22, 2011 07:52 AM

    It depends on your OS

    On Windows 7 etc its C:\ProgramData\Symantec\Symantec Endpoint Protection\CurrentVersion\Data\Config

    On XP etc its C:\Documents and Settings\All Users\Application Data\Symantec\Symantec Endpoint Protection\CurrentVersion\Data\Config



  • 3.  RE: SyLink file location in SEPM 12.1

    Trusted Advisor
    Posted Jul 22, 2011 07:56 AM

    Hello,

    To replace Sylink, follow the Steps

     

    1. Click on Start
    2. Click Run
    3. Type smc -stop in the run field
    4. Copy the sylink.xml file and paste under "C:\Documents and Settings\All Users\Application Data\Symantec\Symantec Endpoint Protection\12.1.xx.xx\Data\Config" it will prompt do you want to replace the file click on Yes.
    5. Start the smc service
    6. Click Start
    7. Click Run 
    8. In the run field type the following command smc -start                                                 

    To replace Sylink.xml file on computer you will have to use Sylinkdrop utility. You will find this utility by default at two locations

    1. Every SEP client will have Sylinkdrop utility under bin folder e.g C:\Program files\Symantec \Symantec Endpoint Protection \12.1.xx.xx\Bin

    2. You wil find it under tools folder with original setup files . (CD's or downloaded files)

    3. Sylink replacer tool will not work with SEP 12.1



  • 4.  RE: SyLink file location in SEPM 12.1

    Posted Jul 22, 2011 07:59 AM

    its in 

    C:\Documents and Settings\All Users\Application Data\Symantec\Symantec Endpoint Protection\12.1.xx.xx\Data\Config



  • 5.  RE: SyLink file location in SEPM 12.1

    Posted Aug 08, 2011 01:44 AM

    Hi Mithun Sanghavi,

     

    Please provide the link for Sylinkdrop utility . and please explaint how it works.



  • 6.  RE: SyLink file location in SEPM 12.1

    Broadcom Employee
    Posted Aug 08, 2011 04:01 AM

    C:\Program Files\Symantec\Symantec Endpoint Protection\12.1.671.4971.105\Bin , here you will find sylinkdrop.exe, once you have the sylin.xml that needs to be imported, double click on this exe and briwse to the sylink.xml. It will replace the old sylink.xml from data\config.



  • 7.  RE: SyLink file location in SEPM 12.1

    Posted Jan 10, 2012 01:59 PM

    I moved from one server to another and now some clients dont connect. The ones that dont connect are still configured to the old server. can I just copy the offline computers to a txt file and push the sylink to them?



  • 8.  RE: SyLink file location in SEPM 12.1

    Posted Feb 10, 2012 05:53 PM

    In SEP 12 and the new sylinkdrop.exe tool can you set the sylink.xml location in a command switch so I could use psexec or something to run remotely against a list? This way I can avoid using the service stop and file replace method which strangely seemed to convert devices to user mode, or at least the console reported them in User mode even though the registry entries on the clients showed the preferred mode = 1.

     

    Where can i suggest a feature? I want to be able to select a large number of user mode accounts and switch them to Computer mode vs. one at a time. I just dont have time to write SQL/VBScript/ASP in order to correct database data

     

    @Gorilla2k8

         I have done this several times using a batch file converted to an EXE and then using hyena or some sort of remoteinstaller to deploy. I included an example of a batch.

        

     @echo off
    
    
    if exist "%programfiles%\symantec antivirus\vptray.exe" goto SAV10
    if exist "%programfiles%\symantec\symantec endpoint protection\smc.exe" goto SYMANTEC
    if exist "%programfiles(x86)%\symantec\symantec endpoint protection\smc.exe" goto SYMANTEC64
    if exist "%programfiles%\symantec antivirus\smc.exe" goto SEPSAV
    
    goto END
    
    :SYMANTEC
    
    "%programfiles%\symantec\symantec endpoint protection\smc.exe" -stop
    ping -n 15 127.0.0.1 > nul
    
    if exist "%programfiles%\symantec\symantec endpoint protection\sylink.xm_" del /Q "%programfiles%\symantec\symantec endpoint protection\sylink.xm_"
    ren "%programfiles%\symantec\symantec endpoint protection\sylink.xml" sylink.xm_
    copy \\sharepath\sep\sylink.xml "%programfiles%\symantec\symantec endpoint protection"
    "%programfiles%\symantec\symantec endpoint protection\smc.exe" -start
    
    goto END
    
    :SYMANTEC64
    
    "%programfiles(x86)%\symantec\symantec endpoint protection\smc.exe" -stop
    ping -n 15 127.0.0.1 > nul
    if exist "%programfiles(x86)%\symantec\symantec endpoint protection\sylink.xm_" del /Q "%programfiles(x86)%\symantec\symantec endpoint protection\sylink.xm_"
    ren "%programfiles(x86)%\symantec\symantec endpoint protection\sylink.xml" sylink.xm_
    copy \\sharepath\sep\sylink.xml "%programfiles(x86)%\symantec\symantec endpoint protection"
    "%programfiles(x86)%\symantec\symantec endpoint protection\smc.exe" -start
    
    goto END
    
    :SEPSAV
    "%programfiles%\Symantec Antivirus\smc.exe" -stop
    ping -n 15 127.0.0.1 > nul
    if exist "%programfiles%\Symantec Antivirus\sylink.xm_" del /Q "%programfiles%\symantec antivirus\sylink.xm_"
    ren "%programfiles%\symantec Antivirus\sylink.xml" sylink.xm_
    copy \\sharepath\sep\sylink.xml "%programfiles%\Symantec Antivirus"
    "%programfiles%\Symantec Antivirus\smc.exe" -start
    
    goto END
    
     
    
    :SAV10
    goto END
    
     
    
    :END 

     

     


     



  • 9.  RE: SyLink file location in SEPM 12.1

    Posted Feb 11, 2012 08:40 AM

    you can also export and import sylink file from SEP manager console.

    Go to clients tab then right click on the group to export the communication settingd