ocpshehzad
asked on
Installing Symantec Antivirus on Linux Centos-6
Dear Experts,
Background:
a. I have run RPM to install symantec antivirus on my centos server in this way:
rpm -Uhv /var/www/vhosts/abcxyz.com /httpdocs/ SAVLINUX/r pm/sav-1.0 .13-16.i38 6.rpm
b. executing above command shown me two line output
preparing ..... [100%]
1:sav.... [100%]
c. here is the doc of what i have installed and how it works
ftp://ftp.symantec.com/public/english_us_canada/products/symantec_antivirus/symantec_antivirus_corp/10.1/manuals/SAV_Linux_Impl.pdf
Questions:
01. how i make sure that antivirus is installed on my server, because executing sav command is giving me error:
-bash: sav: command not found
i have checked file system symantec files exist on the system and sav command resides at:
/opt/Symantec/symantec_ant ivirus
Kindly Help.
Background:
a. I have run RPM to install symantec antivirus on my centos server in this way:
rpm -Uhv /var/www/vhosts/abcxyz.com
b. executing above command shown me two line output
preparing ..... [100%]
1:sav.... [100%]
c. here is the doc of what i have installed and how it works
ftp://ftp.symantec.com/public/english_us_canada/products/symantec_antivirus/symantec_antivirus_corp/10.1/manuals/SAV_Linux_Impl.pdf
Questions:
01. how i make sure that antivirus is installed on my server, because executing sav command is giving me error:
-bash: sav: command not found
i have checked file system symantec files exist on the system and sav command resides at:
/opt/Symantec/symantec_ant
Kindly Help.
ASKER
- i have checked the kernal(2.6.32) is supported
- and centos is also almost a clone of redhat
thanks for your reply,
- and centos is also almost a clone of redhat
thanks for your reply,
Centos is certainly a version of RHEL but RHEL 3 and RHEL/CentOS 6 are completely different.
If you want to know what files to execute you might get some information from the package itself, running from the command line would require that the path to the executables was in the PATH environment.
Use `rpm -qvil sav | more` to list the files in the package, you might need to go to /opt/ something and then run ./sav but as suggested, it might not work unless you have a supported version.
If you want to know what files to execute you might get some information from the package itself, running from the command line would require that the path to the executables was in the PATH environment.
Use `rpm -qvil sav | more` to list the files in the package, you might need to go to /opt/ something and then run ./sav but as suggested, it might not work unless you have a supported version.
ASKER
01. i got the clue that AV software is 32-bit. i installed 32-bit support package on server, and then reinstalled the AV... now commands are working
(not directly but with prefix like: /opt/Symantec/symantec_ant ivirus/sav info -t)
Question
02. now the problem is that i am not able to enable aut-protect (this package is installed)
a. this command shows the status of auto-protect as 'disabled'
sav info -a
b. this command should enable the auto-protect
sav autoprotect -e
c. but after running the enable command status is still showing 'disabled'
Kindly help!
(not directly but with prefix like: /opt/Symantec/symantec_ant
Question
02. now the problem is that i am not able to enable aut-protect (this package is installed)
a. this command shows the status of auto-protect as 'disabled'
sav info -a
b. this command should enable the auto-protect
sav autoprotect -e
c. but after running the enable command status is still showing 'disabled'
Kindly help!
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
- i tried full syntax 'sav autoprotect --enable'
- but autoprotect status is still showing as 'disabled'
(...and thanks to everyone who is participating and helping in this thread)
- but autoprotect status is still showing as 'disabled'
(...and thanks to everyone who is participating and helping in this thread)
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
From the document that you have referred, below are the supported system for SAV
Software system requirements
Symantec AntiVirus supports the following Linux distributions:
Red Hat® Enterprise Linux 3.0 ES (RHEL3ES)
SuSE™ LINUX Enterprise Server 9 (SLES9)
Novell® Linux Desktop 9 (NLD9)
These distributions are supported on computers using Intel 486-, 586-, and 686- compatible CPUs.
Warning: Auto-Protect functionality is available only on supported kernels.
Refer to the Readme file that accompanied your Symantec AntiVirus for Linux software for a list of the supported kernels.
Thanks,
Sudeep