{"id":299,"date":"2018-10-17T07:16:50","date_gmt":"2018-10-17T07:16:50","guid":{"rendered":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2018\/10\/17\/rhel-7-5-released-and-here-is-how-to-upgrade-7-4-to-7-5\/"},"modified":"2018-10-17T07:16:50","modified_gmt":"2018-10-17T07:16:50","slug":"rhel-7-5-released-and-here-is-how-to-upgrade-7-4-to-7-5","status":"publish","type":"post","link":"https:\/\/www.appservgrid.com\/paw92\/index.php\/2018\/10\/17\/rhel-7-5-released-and-here-is-how-to-upgrade-7-4-to-7-5\/","title":{"rendered":"RHEL 7.5 released and here is how to upgrade 7.4 to 7.5"},"content":{"rendered":"<p>Red Hat Enterprise Linux (RHEL) 7.5 released. This version includes updates and various improvements such as GNOME rebased to version 3.26, LibreOffice rebased to version 5.3, Support for libva (VA-API) added, GStreamer now supports mp3 and more. RHEL is one of the leading enterprise Linux distribution for both bare metal and cloud platform. It targeted toward the commercial users. RHEL works with x86-64, IBM System z, and other platforms.<\/p>\n<p> From the RHEL 7.5 release <a href=\"https:\/\/www.redhat.com\/en\/about\/press-releases\/red-hat-strengthens-hybrid-clouds-backbone-latest-version-red-hat-enterprise-linux\" target=\"_blank\">note<\/a>:<\/p>\n<blockquote>\n<p>The world\u2019s leading provider of open source solutions, today announced the general availability of Red Hat Enterprise Linux 7.5, the latest version of the world\u2019s leading enterprise Linux platform. Serving as a consistent foundation for hybrid cloud environments, Red Hat Enterprise Linux 7.5 provides enhanced security and compliance controls, tools to reduce storage costs, and improved usability, as well as further integration with Microsoft Windows infrastructure both on-premise and in Microsoft Azure.<\/p>\n<\/blockquote>\n<h2>RHEL 7.5 released<\/h2>\n<p>Some new features in RHEL 7.5 release:<\/p>\n<ol>\n<li>Securely unlock Network Bound Disk Encrypted (NBDE) devices at boot-time<\/li>\n<li>The integration of Red Hat Ansible Automation with OpenSCAP enables ease of automation<\/li>\n<li>The introduction of Virtual Data Optimizer (VDO), designed to reduce data redundancy through inline deduplication and compression of primary storage<\/li>\n<li>KVM virtualization is now supported on IBM POWER8\/POWER9 systems<\/li>\n<\/ol>\n<h3>Update packages in RHEL 7.5<\/h3>\n<ul>\n<li>Linux kernel version 3.10.0-862<\/li>\n<li>The kernel-alt packages include kernel version 4.14. This kernel version provides support for 64-bit ARM, IBM POWER9 (little endian), and IBM z Systems<\/li>\n<li>LVM v2.02.177-4<\/li>\n<li>qemu-kvm v1.5.3-156<\/li>\n<li>Samba v4.7.1<\/li>\n<li>Directory server v1.3.7.5<\/li>\n<li>binutils v2.27<\/li>\n<li>valgrind v3.13.0<\/li>\n<li>rsync v3.1.2<\/li>\n<li>Gnome v3.26<\/li>\n<li>libreoffice v5.3<\/li>\n<li>GIMP v2.8.22<\/li>\n<li>Inkscape 0.92.2<\/li>\n<li>qt5 5.9.2<\/li>\n<li>And more <a href=\"https:\/\/access.redhat.com\/documentation\/en-us\/red_hat_enterprise_linux\/7\/html-single\/7.5_release_notes\/\" target=\"_blank\">here<\/a><\/li>\n<\/ul>\n<h2><a><\/a>How to update RHEL 7.4 to 7.5<\/h2>\n<p>The procedure to upgrade or update RHEL from version 7.4 to 7.5 is as follows:<\/p>\n<ol>\n<li>Login as root user<\/li>\n<li>Check for updates using the yum check-update command<\/li>\n<li>Update the system using the yum update command<\/li>\n<li>Reboot the server\/box using the reboot command<\/li>\n<li>Verify new kernel and updates<\/li>\n<\/ol>\n<p>Let us see all steps in details:<\/p>\n<h3>Step 1 \u2013 <a href=\"https:\/\/www.cyberciti.biz\/faq\/find-linux-kernel-version\/\">Note down the current kernel version<\/a><\/h3>\n<p>Type the following uname command or <a href=\"https:\/\/www.cyberciti.biz\/faq\/linux-unix-appleosx-bsd-cat-command-examples\/\">cat command<\/a> to <a href=\"https:\/\/www.cyberciti.biz\/faq\/what-version-of-redhat-linux-am-i-running\/\">view RHEL kernel version and OS info<\/a>:<br \/>$ uname -a<br \/> $ uname -r<br \/> $ cat \/etc\/os-release<\/p>\n<h3>Step 2 \u2013 Backups<\/h3>\n<p>Make a backup \u2013 it cannot be stressed enough how important it is to make a backup of your system before you do this. Most of the actions listed in this post are written with the assumption that they will be executed by the root user running the bash or any other modern shell.<\/p>\n<h3>Step 3 \u2013 Check for updates<\/h3>\n<p>Type the following <a href=\"https:\/\/www.cyberciti.biz\/faq\/rhel-centos-fedora-linux-yum-command-howto\/\">yum command<\/a>:<br \/>$ sudo yum check-update<\/p>\n<h3>Step 4 \u2013 Apply\/install updates<\/h3>\n<p>Type the following <a href=\"https:\/\/www.cyberciti.biz\/faq\/rhel-centos-fedora-linux-yum-command-howto\/\">yum command<\/a>:<br \/>$ sudo yum update -y<\/p>\n<h3>Step 4 \u2013 Reboot the RHEL 7.4 box<\/h3>\n<p>Type the following <a href=\"https:\/\/www.cyberciti.biz\/faq\/linux-reboot-command\/\">reboot command<\/a> or shutdown command:<\/p>\n<p>$ sudo reboot OR<\/p>\n<p>$ sudo shutdown -r now<\/p>\n<h3>Step 3 \u2013 Verify the RHEL 7.5 update<\/h3>\n<p>Type the following commands:<\/p>\n<p>$ uname -a<br \/> $ uname -r<br \/> $ cat \/etc\/os-release<br \/> $ tail -f \/var\/log\/logfilenames<br \/> $ dmesg | grep -i &#8216;err|warn|cri&#8217;<br \/> $ ss -tulpn Sample session from version 7.5:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"RHEL 7.5 released and my box updated to 7.5\" height=\"446\" src=\"https:\/\/www.cyberciti.biz\/media\/new\/cms\/2018\/04\/RHEL-7.5-released-and-my-box-updated-to-7.5.jpg\" width=\"599\" \/><\/p>\n<h2>Video demo<\/h2>\n<p>Here is a quick video demo showing upgrade procedure.<\/p>\n<h2>Posted by: Vivek Gite<\/h2>\n<p> The author is the creator of nixCraft and a seasoned sysadmin, DevOps engineer, and a trainer for the Linux operating system\/Unix shell scripting. Get the latest tutorials on SysAdmin, Linux\/Unix and open source topics via <a href=\"https:\/\/www.cyberciti.biz\/atom\/atom.xml\">RSS\/XML feed<\/a> or <a href=\"https:\/\/www.cyberciti.biz\/subscribe-to-weekly-linux-unix-newsletter-for-sysadmin\/\">weekly email newsletter<\/a>.<\/p>\n<p> <a href=\"https:\/\/www.cyberciti.biz\/linux-news\/rhel-7-5-released-how-to-upgrade-7-4-to-7-5\/\" target=\"_blank\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Red Hat Enterprise Linux (RHEL) 7.5 released. This version includes updates and various improvements such as GNOME rebased to version 3.26, LibreOffice rebased to version 5.3, Support for libva (VA-API) added, GStreamer now supports mp3 and more. RHEL is one of the leading enterprise Linux distribution for both bare metal and cloud platform. It targeted &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.appservgrid.com\/paw92\/index.php\/2018\/10\/17\/rhel-7-5-released-and-here-is-how-to-upgrade-7-4-to-7-5\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;RHEL 7.5 released and here is how to upgrade 7.4 to 7.5&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-299","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/299","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/comments?post=299"}],"version-history":[{"count":0,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/posts\/299\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/media?parent=299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/categories?post=299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.appservgrid.com\/paw92\/index.php\/wp-json\/wp\/v2\/tags?post=299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}