rsyslog 업뎃
- 패키지 업데이트 방법
■ 첨부된 rpm파일 업로드
■ 현재 설치된 rsyslog 패키지 버전 확인
# rpm -qa | grep -i rsyslog
■ rpm파일을 업로드 한 디렉토리로 이동
# cd /Path_To_Upload_Package
■ 패키지 업데이트
# yum localupdate rsyslog-8.24.0-41.el7_7.2.x86_64.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Examining rsyslog-8.24.0-41.el7_7.2.x86_64.rpm: rsyslog-8.24.0-41.el7_7.2.x86_64
Marking rsyslog-8.24.0-41.el7_7.2.x86_64.rpm as an update to rsyslog-8.24.0-34.el7.x86_64
Resolving Dependencies
--> Running transaction check
---> Package rsyslog.x86_64 0:8.24.0-34.el7 will be updated
---> Package rsyslog.x86_64 0:8.24.0-41.el7_7.2 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
======================================================================================================================================================================================================================================
Package Arch Version Repository Size
======================================================================================================================================================================================================================================
Updating:
rsyslog x86_64 8.24.0-41.el7_7.2 /rsyslog-8.24.0-41.el7_7.2.x86_64 1.9 M
Transaction Summary
======================================================================================================================================================================================================================================
Upgrade 1 Package
Total size: 1.9 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Updating : rsyslog-8.24.0-41.el7_7.2.x86_64 1/2
Cleanup : rsyslog-8.24.0-34.el7.x86_64 2/2
Verifying : rsyslog-8.24.0-41.el7_7.2.x86_64 1/2
Verifying : rsyslog-8.24.0-34.el7.x86_64 2/2
Updated:
rsyslog.x86_64 0:8.24.0-41.el7_7.2
Complete!
■ 업데이트 된 패키지 버전 확인
# rpm -qa | grep -i rsyslog
■ rsyslog 데몬 재시작
# systemctl restart rsyslogd