Saturday, November 15, 2008

RPM Verification

•Installed RPM file verification :

•rpm –V verifies installed RPM against the RPM database
•rpm –Va verifies all installed RPMS against the RPM database
•rpm –Vp .i386.rpm

•Signature Verification before package install
•rpm –import RPM –GPG-KEY

•By default when the linux is install in the system the GPG-KEY for the redhat is stored in /etc/pki/rpm-gpg
•rpm –qa gpg-pubkey

No comments:

Ansible Playbook to collect uptime of servers

Hi,  This is to explain how we can write a small playbook to collect uptime of all servers in our environment. We can use our own server l...