選擇您正在使用的平台以查看相應的操作步驟
Windows
如果您使用的是 Windows Core 版本,請使用此方法
- 開啟命令提示字元
- 輸入 wmic,然後輸入 "product get name,version",如下所示:
若要過濾結果並僅顯示 Trend Micro 產品,請輸入以下指令:
Product where "Vendor like '%Trend Micro%'" get name,version
Unix
對於 AIX 系統,執行以下命令來獲取 DSA 版本:
# lslpp -l |grep ds_agent
對於大多數 Linux 或 Solaris UNIX 平台,可以使用以下命令快速獲取agent版本和build版本:
# strings /opt/ds_agent/lib/dsa_core.so |egrep "9.6.*"
上面的範例命令可取得 DSA 9.6 Build 號碼
Solaris
要確定agent版本,請執行適用於您的 Solaris 版本的相應命令:
- Solaris 10: #pkginfo -l ds-agent
- Solaris 11: #pkg info ds-agent
Red Hat (RHEL) and CentOS
要了解agent版本,請以 root 登入並執行以下命令:
[root@localhost Desktop]# yum info ds_agent
結果將顯示類似如下的agent版本:
Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: mirror.pregi.net * extras: mirror.pregi.net * updates: mirror.pregi.net Installed Packages Name : ds_agent Arch : x86_64 Version : 11.0.0 Release : 173.el7 Size : 12 M Repo : installed Summary : Trend Micro Deep Security Agent URL : http://www.trendmicro.com/ License : Copyright (c) 2004-2010, Trend Micro Inc. Description : The ds_agent program communicates with the Trend Micro : Deep Security Manager and controls the local firewall, : content filtering, integrity monitoring, and log inspection rules.
Debian and Ubuntu
以下程序適用於 Debian 8 和 9,以及 Ubuntu 14 和 16
- SSH 連線到 Debian 作業系統並切換到 root
- 輸入 "# apt-cache policy ds-agent" 如下所示:
另一種檢查代理版本的方法是執行 "root@ubuntu:~# dpkg -s ds-agent" command.
以下是一個範例結果:
有關 Linux 上的 DSA 版本和模組配置,請參閱此 KB文章 .