CentOS release 6.5 升级rsyslog

前端之家收集整理的这篇文章主要介绍了CentOS release 6.5 升级rsyslog前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. [root@node01 ~]# rsyslogd -v
  2. rsyslogd 5.8.10,compiled with:
  3. FEATURE_REGEXP: Yes
  4. FEATURE_LARGEFILE: No
  5. GSSAPI Kerberos 5 support: Yes
  6. FEATURE_DEBUG (debug build,slow code): No
  7. 32bit Atomic operations supported: Yes
  8. 64bit Atomic operations supported: Yes
  9. Runtime Instrumentation (slow code): No
  10.  
  11. See http://www.rsyslog.com for more information.
  12.  
  13. [root@node01 redhat 6.7]# rpm -Uvh rsyslog-8.24.0-1.el6.x86_64.rpm libfastjson4-0.99.4-1.el6.x86_64.rpm libgt-0.3.11-1.el6.x86_64.rpm libestr-0.1.9-2.el6.i686.rpm libestr-0.1.10-1.el6.x86_64.rpm
  14. warning: rsyslog-8.24.0-1.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature,key ID e00b8985: NOKEY
  15. Preparing... ########################################### [100%]
  16. 1:libestr ########################################### [ 20%]
  17. 2:libgt ########################################### [ 40%]
  18. 3:libfastjson4 ########################################### [ 60%]
  19. 4:rsyslog ########################################### [ 80%]
  20. 5:libestr ########################################### [100%]
  21. [root@node01 redhat 6.7]# rsyslogd -v
  22. rsyslogd 8.24.0,compiled with:
  23. PLATFORM: x86_64-redhat-linux-gnu
  24. PLATFORM (lsb_release -d):
  25. FEATURE_REGEXP: Yes
  26. GSSAPI Kerberos 5 support: No
  27. FEATURE_DEBUG (debug build,slow code): No
  28. 32bit Atomic operations supported: Yes
  29. 64bit Atomic operations supported: Yes
  30. memory allocator: system default
  31. Runtime Instrumentation (slow code): No
  32. uuid support: Yes
  33. Number of Bits in RainerScript integers: 64
  34.  
  35. See http://www.rsyslog.com for more information.

猜你在找的CentOS相关文章