Trend install on rhel9 on vCenter

Posted on 2025-12-22 11:37  k98091518  阅读(2)  评论(0)    收藏  举报

disable secureboot

[BIOS]
/usr/bin/mokutil --sb-state
/usr/bin/mokutil --disable-validation
poweroff

[UEFI]
disable on venter

Create Folder

cd /root
mkdir Trend
upload source

Upload TrendMicro File

1-SProtectLinux-3.0.bin
2-splx_30_lx_en_sp1_patch9.bin
3-splx_30_lx_en_criticalpatch1706.tar.gz
splx_kernel_module-3.0.1.0030.rhel9_5.14.0-611.9.1.el9_7.x86_64.x86_64.tar.gz

install depend rpm

yum install -y perl-Sys-Syslog

1

chmod +x 1-SProtectLinux-3.0.bin
./1-SProtectLinux-3.0.bin -S SP-7WR2-QH226-T4Q2Z-QGLG3-A8ZUL-XRJNP -n

2

chmod +x 2-splx_30_lx_en_sp1_patch9.bin
./2-splx_30_lx_en_sp1_patch9.bin

3

tar zxvf 3-splx_30_lx_en_criticalpatch1706.tar.gz
cd splx_30_lx_en_criticalpatch1706
./install.sh
cd ..

update kernel

tar -xvf splx_kernel_module-3.0.1.0030.rhel9_5.14.0-611.9.1.el9_7.x86_64.x86_64.tar.gz
cp splxmod* /opt/TrendMicro/SProtectLinux/SPLX.module/

Server Start

/etc/init.d/splx stop
systemctl daemon-reload
systemctl enable splx.service
systemctl start splx.service
systemctl status splx.service
/etc/init.d/splx start
/etc/init.d/splx status

-----------# Warning!!!--------

systemctl status splx
cd /opt/TrendMicro/SProtectLinux/SPLX.util/
sudo ./add_splx_service

ServerProtect services will not be added into system initial services!
Please use "/sbin/chkconfig --level 345 splx on" to add splx into system initial services.
Instead of commands, you can execute "/opt/TrendMicro/SProtectLinux/SPLX.util/add_splx_service".
ServerProtect for Linux installation completed.