帮助手册

 

  1. 支持的操作有:
  2. windows xp(x86), windows 7, windows 10, windows 2008, windows 2012, windows 2016, widnows 2019
  3. centos 5/6/7/8, redhat 5/6/7/8, fedora21+, ubuntu 12+, opensuse11+, debian8+
  4. 配置文件下载
  5. windows 配置文件
  6. linux 配置文件
  7. windows 安装包下载
  8. trc win32
  9. trc win64
  10. linux 安装包下载
  11. trc linux32
  12. trc linux64
  13. trc linux32 低版本 适用于centos5 redhat5...
  14. trc linux64 低版本 适用于centos5 redhat5...
  15. windows 安装步骤
  16. 1.安装目录为(推荐): C:\Program Files\trc
  17. 2.将安装包解压到安装目录下
  18. 3.将配置文件(entid)复制到安装目录下
  19. 4.导入计划任务,配置文件为trc.xml,间隔2分钟执行一次
  20. windows xp(x86) 安装步骤
  21. 1.修改注册表
  22. Windows Registry Editor Version 5.00
  23. [HKEY_LOCAL_MACHINE\SYSTEM\WPA\PosReady]
  24. "Installed"=dword:00000001
  25. 2.安装补丁KB4019276
  26. 打开页面 https://www.catalog.update.microsoft.com/search.aspx?q=kb4019276,下载"Update for WES09 and POSReady 2009 (KB4019276)"
  27. 更新多信息: http://support.microsoft.com/kb/4019276
  28. 3.按照windows 安装步骤安装探针
  29. 注:
  30. windows xp下执行时会弹出黑框
  31. linux 安装步骤
  32. 1.下载系统适用的安装包
  33. 2.解压文件,执行安装脚本,将安装至 /usr/local/trc/
  34. ./install.sh
  35. 3.将配置文件(entid)复制到安装目录下
  36. 4.配置计划任务
  37. 在文件 /etc/crontab 最后添加一行
  38. */2 * * * * root cd /usr/local/trc/;./trc &