{"id":61060,"date":"2024-04-22T14:44:28","date_gmt":"2024-04-22T09:14:28","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=61060"},"modified":"2024-04-29T15:09:22","modified_gmt":"2024-04-29T09:39:22","slug":"migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/","title":{"rendered":"Migrated the OS from RHEL7 to RHEL8 without creating new servers"},"content":{"rendered":"<h2><strong>Introduction<\/strong><\/h2>\n<p>Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding<br \/>\nthe need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions.<\/p>\n<h2><strong>Solution<\/strong><\/h2>\n<p>We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with<br \/>\nthe help of LEAPP<\/p>\n<h3><strong>Steps followed are mentioned below<\/strong><\/h3>\n<p><strong>STEP 1<\/strong>:<br \/>\nTo upgrade from RHEL 7 to 8, first, it is necessary to upgrade the instance to the latest minor release of RHEL 7. This can be done using the following commands :<\/p>\n<pre><strong>sudo su<\/strong>\r\n<strong>yum update-y<\/strong>\r\n<strong>reboot<\/strong><\/pre>\n<p>After rebooting the instance, make sure that the upgrade has worked and the instance has booted with the latest RHEL 7 kernel available :<\/p>\n<p><strong>STEP 2:<\/strong><br \/>\nSince we are upgrading using RHUI on a public cloud, we need to enable the required RHUI repositories and install the required RHUI packages to ensure our system is ready for upgrade. In order to perform further steps, a utility called &#8220;leapp&#8221; must be installed.<\/p>\n<p>Leapp is a CLI tool that helps users with the installation process and makes the in-place upgrade easier. Hence, to install it, first enable the necessary RHUI repositories and then install the package. Both these tasks can be done using the following command:<\/p>\n<pre>yum install-y leapp leapp-rhui-aws leapp-repository leapp-repository-deps lvm2-python-boom--enablerepo=*<\/pre>\n<p><strong>STEP 3:<\/strong><br \/>\nFor a successful in-place upgrade from Red Hat Enterprise Linux 7 to Red Hat Enterprise Linux 8, the Leapp utility requires data attached to this article to be placed in the \/etc\/leapp\/files\/ directory on the target system.<\/p>\n<p>The data files include RPM package changes (<strong>pes-events.json<\/strong>), RPM repository mapping<br \/>\n(<strong>repomap.csv<\/strong>), and information about removed or unsupported kernel drivers<br \/>\n(<strong>unsupported_driver_names.json, unsupported_pci_ids.json<\/strong>). You can download the file<br \/>\nleapp-data17.tar.gz from the link below and move it to your RHEL 7 instance.<\/p>\n<p><strong>https:\/\/access.redhat.com\/articles\/3664871<\/strong><\/p>\n<p>I have also attached it to this KUMO. Please check the attachment. After copying the archive, run the following command to extract it and copy the contents to- &#8220;\/etc\/leapp\/files&#8221; directory :<\/p>\n<p><strong>tar-xzf leapp-data17.tar.gz-C \/etc\/leapp\/files &amp;&amp; rm-rf leapp-data17.tar.gz<\/strong><\/p>\n<p><strong>STEP 4:<\/strong><br \/>\nAfter copying these files, check if pam is using &#8220;pam_pkcs11.so&#8221; because during the in-place<br \/>\nupgrade, the deprecated pam_krb5 or pam_pkcs11 pluggable authentication modules (PAM) are removed. To work around this problem, reconfigure your RHEL 7 system so you do not use pam_krb5 or pam_pkcs11 before upgrading. To do this, edit the files below :<\/p>\n<pre>vi \/etc\/pam.d\/smartcard-auth-ac\r\n\"pam_pkcs11.so\").\r\nvi \/etc\/ssh\/sshd_config<\/pre>\n<p>(In this file, comment on all the entries which contain<br \/>\n(In this file uncomment permit root login option).<\/p>\n<p><strong>STEP 5:<\/strong><br \/>\nPerform the pre-upgrade phase by running the command :<br \/>\n<strong>leapp preupgrade&#8211;no-rhsm<\/strong><\/p>\n<p><strong>STEP 6:<\/strong><br \/>\nAfter the command returns successfully, perform the actual upgrade using Leapp :<br \/>\n<strong>leapp upgrade&#8211;no-rhsm<\/strong><\/p>\n<p><strong>STEP 7:<\/strong><br \/>\nThen reboot the EC2 instance :<\/p>\n<p><strong>Reboot<\/strong><br \/>\nIt might take a couple of minutes to boot it for the first time. After rebooting, check if the instance is booted with a newer kernel or newer release. Please also check the status of the instance screenshot from the EC2 dashboard.<\/p>\n<pre>cat \/etc\/redhat-release\r\nRed Hat Enterprise Linux release 8.4 (Ootpa)\r\nuname-r\r\n4.18.0-305.el8.x86_64<\/pre>\n<div class=\"ap-custom-wrapper\"><\/div><!--ap-custom-wrapper-->","protected":false},"excerpt":{"rendered":"<p>Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed [&hellip;]<\/p>\n","protected":false},"author":1715,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":158,"footnotes":""},"categories":[4308],"tags":[1703,5852],"class_list":["post-61060","post","type-post","status-publish","format-standard","hentry","category-cloud-devops-technology","tag-migration","tag-rhel7"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Rohit Kandwal\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#article\",\"name\":\"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog\",\"headline\":\"Migrated the OS from RHEL7 to RHEL8 without creating new servers\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rohit-kandwal\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2024-04-22T14:44:28+05:30\",\"dateModified\":\"2024-04-29T15:09:22+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#webpage\"},\"articleSection\":\"Cloud, migration, RHEL7\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/cloud-devops-technology\\\/#listItem\",\"name\":\"Cloud\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/cloud-devops-technology\\\/#listItem\",\"position\":2,\"name\":\"Cloud\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/cloud-devops-technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#listItem\",\"name\":\"Migrated the OS from RHEL7 to RHEL8 without creating new servers\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#listItem\",\"position\":3,\"name\":\"Migrated the OS from RHEL7 to RHEL8 without creating new servers\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/cloud-devops-technology\\\/#listItem\",\"name\":\"Cloud\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rohit-kandwal\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rohit-kandwal\\\/\",\"name\":\"Rohit Kandwal\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/0a318011-fce3-4e02-a648-9472e3ecf9fd_Rohit-Kandwal-Profile-Pitcure.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Rohit Kandwal\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/\",\"name\":\"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog\",\"description\":\"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rohit-kandwal\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rohit-kandwal\\\/#author\"},\"datePublished\":\"2024-04-22T14:44:28+05:30\",\"dateModified\":\"2024-04-29T15:09:22+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog","description":"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed","canonical_url":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#article","name":"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog","headline":"Migrated the OS from RHEL7 to RHEL8 without creating new servers","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/rohit-kandwal\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"datePublished":"2024-04-22T14:44:28+05:30","dateModified":"2024-04-29T15:09:22+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#webpage"},"articleSection":"Cloud, migration, RHEL7"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/#listItem","name":"Cloud"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/#listItem","position":2,"name":"Cloud","item":"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#listItem","name":"Migrated the OS from RHEL7 to RHEL8 without creating new servers"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#listItem","position":3,"name":"Migrated the OS from RHEL7 to RHEL8 without creating new servers","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/#listItem","name":"Cloud"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/rohit-kandwal\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/rohit-kandwal\/","name":"Rohit Kandwal","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/0a318011-fce3-4e02-a648-9472e3ecf9fd_Rohit-Kandwal-Profile-Pitcure.jpeg","width":96,"height":96,"caption":"Rohit Kandwal"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/","name":"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog","description":"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/rohit-kandwal\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/rohit-kandwal\/#author"},"datePublished":"2024-04-22T14:44:28+05:30","dateModified":"2024-04-29T15:09:22+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog","og:description":"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed","og:url":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Migrated the OS from RHEL7 to RHEL8 without creating new servers | TO THE NEW Blog","twitter:description":"Introduction Exploring the challenge of upgrading servers from RHEL7 to RHEL 8 while avoiding the need for a fresh installation, we delve into the intricacies and solutions for customers seeking seamless transitions. Solution We have installed the LEAPP utility servers and migrated the OS from RHEL7 to RHEL8 with the help of LEAPP Steps followed","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"61060","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2024-04-01 08:55:55","updated":"2024-04-29 09:39:24","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/\" title=\"Cloud\">Cloud<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMigrated the OS from RHEL7 to RHEL8 without creating new servers\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Cloud","link":"https:\/\/2thenew.xyz\/blog\/category\/cloud-devops-technology\/"},{"label":"Migrated the OS from RHEL7 to RHEL8 without creating new servers","link":"https:\/\/2thenew.xyz\/blog\/migrated-the-os-from-rhel7-to-rhel8-without-creating-new-servers\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/61060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/1715"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=61060"}],"version-history":[{"count":5,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/61060\/revisions"}],"predecessor-version":[{"id":61489,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/61060\/revisions\/61489"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=61060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=61060"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=61060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}