Normally when you need to Upgrade the software we use rpm –U .
When rpm –U is used for the software it will save the old config file as *.rpmsave.
But make a Note when you try to upgrade the kernel the old kernel will be deleted.
Do not use rpm –U or rpm –F for kernel software Upgradation.
Always use rpm –ivh kernel-version.acrh.rpm
Boot and test the new kernel
I am here to share my knowledge in Linux with all.The opinions expressed and topics discussed on this blog are my own and don't necessarily reflect those of my employer.
Subscribe to:
Post Comments (Atom)
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...
-
Operating system: RHEL 5 Problem: Network card driver is not getting installed in RHEL 5 Error: If the command # make install is gi...
-
First check whether telnet-server rpm in installed, # rpm -q telnet-s erver telnet-server-0.17-38.el5 If it is installed, then edit # vi ...
-
Main Points about Disk Quotas Disk space can be restricted by implementing disk quotas. It alert a system administrator before a user consum...
No comments:
Post a Comment