How to update sdcss-kmod using yum.
Symantec Data Center Security
While installing DCS Agent, one yum repo will be created automaticly, you did't need to creat repo manually.
-------------
[[email protected] Desktop]# cd /etc/yum.repos.d
[[email protected] yum.repos.d]# ls
my_repo.repo redhat.repo sdcss.repo★
[[email protected] yum.repos.d]# vi sdcss.repo
[SDCSS-Updates]
name=SDCSS repository for package updates
baseurl=https://s3.amazonaws.com/repo.sdcss.symantec.com/DCS_6.7MP3/rhel7/$basearch★
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-SDCSS
-------------
So, you just need to type command below to update sdcss-kmod from link defined in yum repo above.
note:internet access is needed.
[[email protected] yum.repos.d]# yum update sdcss-kmod
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Resolving Dependencies
--> Running transaction check
---> Package sdcss-kmod.x86_64 0:6.7.3-272.el7 will be updated
---> Package sdcss-kmod.x86_64 0:6.7.3-306.el7 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
===========================================================================================================================================================
Package Arch Version Repository Size
===========================================================================================================================================================
Updating:
sdcss-kmod x86_64 6.7.3-306.el7 SDCSS-Updates 2.2 M
Transaction Summary
===========================================================================================================================================================
Upgrade 1 Package
Total download size: 2.2 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for SDCSS-Updates
sdcss-kmod-6.7.3.306.el7.x86_64.rpm | 2.2 MB 00:00:12
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
Updating : sdcss-kmod-6.7.3-306.el7.x86_64 1/2
Symantec Data Center Security Server kmod package installed successfully.
A reboot is required. Please reboot your machine at the earliest convenience.
Cleanup : sdcss-kmod-6.7.3-272.el7.x86_64 2/2
Verifying : sdcss-kmod-6.7.3-306.el7.x86_64 1/2
Verifying : sdcss-kmod-6.7.3-272.el7.x86_64 2/2
Updated:
sdcss-kmod.x86_64 0:6.7.3-306.el7
Complete!