Monday, July 14, 2014

How to upgrade the server from 6.3 to 6.5


How to upgrade the server from 6.3 to 6.5

if your environment is not able to communicate with your satellite server, then copy the image and install it locally to upgrade your system.

1. Upload and mount the iso image or copy the content of the file to the directory of your choice.
# mount image.iso /opt/RH6.5

2. Run the update.
# yum -y localinstall *.rpm --nogpgcheck

3. Verify OS is at 6.5
# cat /etc/*release

4. Reboot server
# reboot

5. Verify the new kernel. kernel level should be 2.6.32-431.11.2.el6.x86_64
# uname -a

No comments:

Post a Comment