查看了相关的资料,发现趋势杀毒软件服务器版for linux的版本内核支持中没有redflag的核心,但是有一个很好的地方就是支持redhat的。因此我们可以通过这点来判断趋势的杀毒软件一定能够在redflag上面跑起来,除非有特殊的制定,不然是没什么问题。

首先,先安装好AX3.0 OS,把趋势杀毒软件cp到指定目录下面。

其次,解压趋势杀毒软件,由于从趋势的官方网站上面下载的是一个tar包――是3.0 for linux的版本,用tar xvzf来解压

[root@ora 趋势]#tar xvzf splx_3.0.tgz

SProtectLinux-3.0/

SProtectLinux-3.0/GettingStartedGuide.pdf

SProtectLinux-3.0/AdminGuide.pdf

SProtectLinux-3.0/README

SProtectLinux-3.0/MD5SUM

SProtectLinux-3.0/SProtectLinux-3.0.bin

其次,进入解压后的目录,执行bin文件,来安装

[root@ora 趋势]#cd SProtectLinux-3.0

[root@ora SProtectLinux-3.0]# ls

AdminGuide.pdf  GettingStartedGuide.pdf  MD5SUM  README  SProtectLinux-3.0.bin

安装过程:

[root@ora SProtectLinux-3.0]# ./SProtectLinux-3.0.bin

Do you agree to the above license terms? (yes or no)

yes

Installing ServerProtect for Linux:

Unpacking...

Installing rpm file...

Preparing...                ########################################### [100%]

1:SProtectLinux          ########################################### [100%]

Do you wish to connect this SPLX server to Trend Micro Control Manager? (y/n) [y]

SPLX will now collect information in order to complete the Control Manager settings.

Please follow the instructions and enter the required information.

[Note: If the Control Manager Web server requires authentication, you need to set the login information using the "CMconfig -P" command.]

******NETWORK******

===========================================================

List of available IP(s):

eth0            192.168.228.237

===========================================================

SPLX server name or IP address: 192.168.228.237

Do you wish to connect to Control Manager server using HTTPS? (y/n) [n]

n

Control Manager server name or IP address: 192.168.228.237

Control Manager server port [80]:

80

Do you access Control Manager through a proxy server? (y/n) [n]

Do you access Control Manager through a proxy server? (y/n) [n]

n

*******PRODUCT******

Please specify the name you would like to display on the Control Manager console [SPLX server name or IP address]: 192.168.228.237

Please specify a folder name for this product (for example: /SPLX) [New entity]:

New entity

**************************************************

Control Manager network/product information entered

Control Manager server name or IP: 192.168.228.237

Control Manager port: 80

Connect using HTTPS: no

Display Name on Control Manager: 192.168.228.237

Installation folder: New entity

**************************************************

Is the above information correct? (y/n) [n]

Is the above information correct? (y/n) [n] y

Saving information to the configuration file...done.

Activate ServerProtect to continue scanning and security updates.

Activation is a two-step process that you can complete during or after installation.

Step 1. Register

Use the Registration Key that came with your product to register online

().

(Please skip this step if the product is already registered.)

Step 2. Activate

Type the Activation Code received after registration to activate ServerProtect.

(Press [Ctrl+D] to abort activation.)

Activation Code:

World Virus Tracking Program

Trend Micro consolidates virus-scanning results from worldwide customers,

compiles real-time statistics, and displays them on the Virus Map

(). Use this map to view virus trends for

each continent and selected countries.

Yes, I would like to join the World Virus Tracking Program.

I understand that when a virus is detected on my system, aggregated

detection information, including virus names and number of detections,

will be sent to the World Virus Tracking Program. It will not send out

company names, individual names, machine names, site names, IP addresses,

or any other identifying information. I understand that I can disable

this automatic reporting function at any time by changing the

configuration to "No" within the product's management console.

No,  I don't want to participate.

Please input your choice [Yes] :

输入yes后回车,

Starting services...

Starting ServerProtect for Linux:

Checking configuration file:                               [  OK  ]

Starting splxcore:

Starting Entity:                                           [  OK  ]

Loading splx kernel module:                                [FAILED]

Starting vsapiapp:                                         [FAILED]

ServerProtect for Linux core started.

[  OK  ]

Starting splxhttpd:

Starting splxhttpd:                                        [  OK  ]

ServerProtect for Linux httpd started.

[  OK  ]

ServerProtect for Linux started.

ServerProtect has not been activated.

You must activate your product to enable scanning and security updates.

ServerProtect for Linux installation completed.

可以看出是跟核心有关,需要编译一下或是修改核心来匹配趋势防火墙。

再次,安装后出现一个failed,如何去解决这个问题?之前提到过,趋势已经跟redhat做了认证关系,而且核心上也支持redhat,这样子redflag的核心应该也没什么问题。查看了README之后,发现原来不是有没有做认证的原因,可以通过make来操作。

[root@ora SProtectLinux-3.0]#cd /opt/TrendMicro/SProtectLinux/SPLX.module/src/module

[root@ora SProtectLinux-3.0]#vi README

============

Installation

============

Please refer to the INSTALL file for details on building and installation.

Note: Before you start, make sure you have the configured Linux kernel source

on your system. For Red Hat Enterprise Linux, install the kernel-devel

package. For SUSE Linux Enterprise Server/Desktop, install the

kernel-source and kernel-syms packages.

The following outlines the general build procedure:

# /etc/init.d/splx stop

# cd /opt/TrendMicro/SProtectLinux/SPLX.module/src/module

# make

# make test

# make install

# /etc/init.d/splx start

然后使用make来编译

[root@ora module]# make

Making module in bin

再make install

[root@ora module]# make install

Copying bin/splxmod-2.6.18-8.10AX.i686.o ... OK

建议先停止趋势杀毒软件,再执行上面的操作。

查看核心的情况:

[root@ora SPLX.module]# ll

-rw-r--r-- 1 root root 601096 02-06 10:45 splxmod-2.6.18-8.10AX.i686.o

-rw-r--r-- 1 root root  88844 02-06 10:39 splxmod-2.6.18-8.1.4.el5.i686.o

-rw-r--r-- 1 root root  88860 02-06 10:39 splxmod-2.6.18-8.1.4.el5PAE.i686.o

-rw-r--r-- 1 root root 205696 02-06 10:39 splxmod-2.6.18-8.1.4.el5.x86_64.o

-rw-r--r-- 1 root root  88860 02-06 10:39 splxmod-2.6.18-8.1.4.el5xen.i686.o

-rw-r--r-- 1 root root 205696 02-06 10:39 splxmod-2.6.18-8.1.4.el5xen.x86_64.o

-rw-r--r-- 1 root root  88844 02-06 10:39 splxmod-2.6.18-8.el5.i686.o

-rw-r--r-- 1 root root  88860 02-06 10:39 splxmod-2.6.18-8.el5PAE.i686.o

-rw-r--r-- 1 root root 205696 02-06 10:39 splxmod-2.6.18-8.el5.x86_64.o

-rw-r--r-- 1 root root  88860 02-06 10:39 splxmod-2.6.18-8.el5xen.i686.o

-rw-r--r-- 1 root root 205568 02-06 10:39 splxmod-2.6.18-8.el5xen.x86_64.o

lrwxrwxrwx 1 root root     70 02-06 10:46 splxmod.o -> /opt/TrendMicro/SProtectLinux/SPLX.module/splxmod-2.6.18-8.10AX.i686.o

-r-------- 1 root root 664563 2007-06-26 splxmod.tgz

drw-r--r-- 4 root root   4096 02-06 10:38 src

接着,修改连接,再重启SPLX服务,查看是否启动正常,如果正常那就成功了,弱不正常,那么需要修改内核为redhat的内核来做启动,相对比较麻烦。

上面的操作是成功解决问题的!!!

linux趋势杀毒安装目录,趋势杀毒软件在AX3.0上的安装相关推荐

  1. Linux应急模式这怎样处理,瑞星linux应急杀毒盘揭秘+制作

    明白了结构,就是动手了. syslinux 2.4 版本太旧,不支持 FAT32格式,指定 KERNEL 也不能带路径,很麻烦的,自己换成 syslinux 3.6 最新版本. 简单的过程如下:1.F ...

  2. 360杀毒抢鲜版64位 v5.0.1.5044A 官网免费版

    360杀毒抢鲜版64位 v5.0.1.5044A 官网免费版 软件大小:20MB 软件语言:简体中文 软件性质:常用软件 软件授权:官方版 更新时间:2014-04-28 应用平台:Win8/Win7 ...

  3. 同样的环境同样的安装目录arx提示加载不上

    本文迁移自本人网易博客,写于2015年4月15日,同样的环境同样的安装目录arx提示加载不上 - lysygyy的日志 - 网易博客 (163.com) 不知道什么原因,自定义的arx跑到了autoc ...

  4. mysql8.0.13安装不_Windows环境下MySql8.0.13的安装及常见问题解决方案

    Windows环境下MySql8.0.13的安装及常见问题解决方案 目录 一.引文 二.下载地址 三.安装步骤 3.1.文件解压 3.2.新建并修改my.ini文件 3.3.配置环境变量 3.4.以管 ...

  5. 图解TitleMotion Pro在Premiere PRO 2.0上的安装办法

    TitleMotion Pro在Premiere PRO 2.0上的安装办法: 1.安装TitleMotion Pro for Premiere Pro时,在第一次出现安装路径"C:\&qu ...

  6. Linux clamav杀毒

    文章目录 前言 一.clamav安装 二.杀毒 总结 前言 很少接触linux杀毒,linux杀毒软件较多,本篇采用clamav杀毒. 杀毒前提: 服务器可以联网(同步病毒库) 一.clamav安装 ...

  7. linux下杀毒工具clamav

    ClamAV 杀毒是Linux平台最受欢迎的杀毒软件,ClamAV属于免费开源产品,支持多种平台,如:Linux/Unix.MAC OS X.Windows.OpenVMS.ClamAV是基于病毒扫描 ...

  8. 电脑计算机在哪里关闭杀毒模式,电脑一开杀毒软件就关闭的解决方法

    杀毒软件是我们使用电脑的安全卫士,它的存在往往使我们在使用电脑的时候更安全更放心.那时什么原因导致电脑一开杀毒软件就关闭的问题呢?下面是学习啦小编收集的电脑一开杀毒软件就关闭的解决方法,希望对你有所帮 ...

  9. suse linux免费杀毒工具,Linux宝库 - 正文 - zypper(OpenSuse中的软件在线安装工具)的使用及suse 11.0 最新的中国源...

    zypper 是 opensuse 10.2之后版本中出现的命令行下管理软件的程序,功能十分强大.可以在线安装网上软件仓库中的软件,相当于Debian.Ubuntu中的apt-get,Fedora中的 ...

  10. mysql centos 安装目录在哪_centos中如何查看mysql安装目录在哪

    centos中查看mysql安装目录的方法: 推荐教程:centos使用教程 1.使用ps -ef|grep mysql命令查看: 结果: root 17659 1 0 2011 ? 00:00:00 ...

最新文章

  1. DiscuzX3.2,3.3升级DiscuzX3.4的详细教程!
  2. C#获取网页中某个元素的位置,并模拟点击
  3. iOS之深入探究CADisplayLink和NSTimer的对比和内存溢出问题
  4. basys2数码管共阳还是共阴_数据选择器Multiplexer || 数码管动态显示 ||实现逻辑函数 || 重难考点 || 数电...
  5. 微信小程序websocket连接服务器(接收信息)
  6. 入门深度学习,其实并不难!
  7. 简单六步,用数据说服你的听众
  8. P5787 二分图 /【模板】线段树分治
  9. 文本分类实战技巧(tricks)汇总
  10. Javascript滑动菜单(一)
  11. LQR轨迹跟踪算法Python/Matlab算法实现_LQRmatrix推导
  12. Oracle导出导入dmp文件(exp.imp命令行)
  13. 最短路径之dijkstra算法的C语言实现
  14. 【cf789D】Weird journey(欧拉路、计数)
  15. [转载] 中华典故故事(孙刚)——33 人上一百形形色色
  16. 我的编程经历与我所热爱的游戏服务端开发
  17. Mac OS开发之icns文件
  18. win10安装配置JDK11
  19. Python数据分析实战之物流行业数据分析
  20. porphet论文_【读论文】prophet

热门文章

  1. UiPath-压缩解压缩文件
  2. CCF推荐+SCI二区期刊征收AI方向特刊|确定3个月出录用结果
  3. 操作系统 - 王道 - 第五章 I/O
  4. 王道408排序算法总结
  5. CAD2019的使用
  6. 红外额温枪方案(包含原理图和PCB文件)
  7. 用计算机制作课程表,怎么用word做表格-Word制作课程表的方法,学习必备表格,简单易学...
  8. 机组0:为什么补码比原码多一个-128清晰解释
  9. 解决Android部分手机图片剪切返回崩溃问题
  10. vscode c++ code runner 配置 opencv