Endpoint Protection

 View Only
  • 1.  How to install SEP in custom path in linux

    Posted Feb 25, 2015 07:27 AM

    I need to install SEP12.1.5 in custom location,instead of /opt/Symantec. I need to install in /opt/SymantecNEW.

    I have SEP install.sh in /home/sri. I used to run ./install.sh -i.

    please help me.

     

    Chetan Savade mentioned that it is not possible. If it is not possible, is there anyway we can achieve this in near future?



  • 2.  RE: How to install SEP in custom path in linux

    Posted Feb 25, 2015 03:47 PM

    Could be done with SAVFL:

    http://www.symantec.com/docs/TECH161339

    Have you tried using the command mentioned above?



  • 3.  RE: How to install SEP in custom path in linux

    Trusted Advisor
    Posted Feb 26, 2015 04:42 AM

    Hello,

    SAV for Linux 1.0 MR7 or higher can install to custom directories. Use the command below for a custom install:

    rpm -i --prefix <your path> sav*.rpm

    or

    rpm -Uvh --prefix <your path> sav*.rpm



  • 4.  RE: How to install SEP in custom path in linux

    Posted Feb 26, 2015 04:48 AM

    Hi Brian,

    Yes. I tried using the command that i mentioned. below is error that i got.

     

    ./install.sh -i --prefix /opt/Symantec_NewFS
     Starting to install Symantec Endpoint Protection for Linux
     Performing pre-check...
     Pre-check succeeded
     Begin installing virus protection component
     Preparing... ################################# [100%]
     Performing pre-check...
     Pre-check is successful
     Relocation not supported for this configuration, please use --prefix /opt/Symantec
     Virus protection component failed to install, with error: error: sav-12.1.5722-6000.i386: install failed
     



  • 5.  RE: How to install SEP in custom path in linux

    Posted Feb 26, 2015 05:04 AM

    Hi Sanghavi, please let me know how can I install using the below command. we will install SEP using install.sh file.. Do I need to edit the .sh file? If so, let me know how to perform the installation using the below command.

    rpm -i --prefix <your path> sav*.rpm

    or

    rpm -Uvh --prefix <your path> sav*.rpm


     



  • 6.  RE: How to install SEP in custom path in linux

    Broadcom Employee
    Posted Feb 27, 2015 04:05 AM

    Hello2sree, as you are using a beta build, you can log an incident in Symbeta for problem encountered.

     

     



  • 7.  RE: How to install SEP in custom path in linux

    Posted Mar 13, 2015 03:02 AM

    Hi All,

    The issue prolonged for sometime and symantec support team mentioned that its not possible to install in custom directory.

    We removed /opt/Symantec directory completely and then mounted the new volume(Symantec_NewFS) as /opt/Symantec.