Centos 7 安装SymantecEndpointProtection14(SEP 14.3 MP1 and earlier)

本文介绍了如何在CentOS 7上安装Symantec Endpoint Protection 14,包括更换为清华源以加速下载,安装环境配置,添加EPEL源,安装必需的依赖,以及详细步骤和命令来执行安装过程。

1.更换国内源(清华源)

首先备份 CentOS-Base.repo

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo123

使用 su 命令切换到 root 用户,再执行

vim /etc/yum.repos.d/CentOS-Base.repo

向 CentOS-Base.repo 添加下面代码

#CentOS-Base.repo

#The mirror system uses the connecting IP address of the client and the
#update status of each mirror to pick mirrors that are updated to and
#geographically close to the client. You should use this for CentOS updates
#unless you are manually picking other mirrors.

#If the mirrorlist= does not work for you, as a fall back you can try the
#remarked out baseurl= line instead.

[base]
name=CentOS-releasever−Basebaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Base baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releaseverBasebaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/os/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=os
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#released updates
[updates]
name=CentOS-releasever−Updatesbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Updates baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releaseverUpdatesbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/updates/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that may be useful
[extras]
name=CentOS-releasever−Extrasbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Extras baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releaseverExtrasbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/extras/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=extras
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-releasever−Plusbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever - Plus baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releaseverPlusbaseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/releasever/centosplus/KaTeX parse error: Expected 'EOF', got '#' at position 11: basearch/ #̲mirrorlist=http…releasever&arch=$basearch&repo=centosplus
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

最后执行下面命令更新缓存,这里需要联网

yum clean all # 清除系统所有yum缓存
yum makecache # 生成yum缓存

2.配置安装环境
#安装epel源

yum list | grep epel-release
yum install -y epel-release

#再次清除系统yum缓存,并重新生成新的域名缓存

yum clean all # 清除系统所有yum缓存
yum makecache # 生成yum缓存

#查看系统可用的yum源和所有的yum源

yum repolist enable
yum repolist all

#安装必备插件

yum install unzip
yum install glibc.i686
yum install gcc
yum install libX11.so.6

3.安装SEP
安装Symantec Endpoint Protection Manager

安装Symantec Endpoint Protection之前,检测kernel-devel-(uname−r),kernel−headers−(uname -r),kernel-headers-(unamer)kernelheaders(uname -r)
具体见https://blog.csdn.net/qq_22938603/article/details/122364211

使用SEPM生成linux安装包(.zip)

<1>在客户端页面,点击安装客户端
在这里插入图片描述
<2>在弹出的客户端部署向导页面中选择新软件包部署,之后点击下一步
在这里插入图片描述
<3>选择需要的软件包,点击下一步
在这里插入图片描述
<4>选择保存软件包,点击下一步
在这里插入图片描述

<5>选择保存路径
在这里插入图片描述
生成的软件包
在这里插入图片描述

根目录新建文件夹

mkdir SEP

上传文件到SEP文件夹中(可以使用x-ftp)

进入SEP目录

cd /SEP

解压文件夹

unzip SymantecEndpointProtection.zip -d SEP
SymantecEndpointProtection.zip zip文件名
SEP 解压后目标文件名

进入SEP文件夹

cd SEP

赋予权限

chmod u + x install.sh

使用内置脚本安装SEP

./install.sh -i
脚本默认安装目录:/opt/Symantec/symantec_antivirus

查看安装状态

cd /opt/Symantec/symantec_antivirus
./sav info -p

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值