{"id":10304,"date":"2017-07-08T11:28:55","date_gmt":"2017-07-08T09:28:55","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/"},"modified":"2023-06-08T16:35:18","modified_gmt":"2023-06-08T14:35:18","slug":"grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/","title":{"rendered":"Grid Infrastructure 12.2: Are all  Redhat 7 kernels compatible?"},"content":{"rendered":"<p><strong>By Mouhamadou Diaw<\/strong><\/p>\n<p>In this blog I am going to share an issue I had when installing grid infrastructure 12.2 on Redhat 7.3. I was configuring grid infrastructure 12.2 for a standlone server. Below the release and the version of my operating system<br \/>\n<code><br \/>\nroot@dbserver \/etc $ cat redhat-release<br \/>\nRed Hat Enterprise Linux Server release 7.3 (Maipo)<br \/>\n<\/code><br \/>\n<code><br \/>\nroot@dbserver ~ $ uname -a<br \/>\nLinux dbserver 3.10.0-514.21.2.el7.x86_64 #1 SMP Sun May 28 17:08:21 EDT 2017 x86_64 x86_64 x86_64 GNU\/Linux<br \/>\nroot@dbserver ~ $<br \/>\n<\/code><br \/>\nIn the oracle certification matrix, we can find that clusterware 12.2 is certified on REL 7 with the minimum kernel 3.10.0-54.0.1.el7.x86_64. So we can proceed with the installation as our kernel is higher. After installing all prerequisites and configuring ASM disks, we download the binaries. We then unzip binaries into the GRID_HOME and lunch the gridsetup.sh<br \/>\n<code>[oracle@dbserver 12.2]$ .\/gridSetup.sh<\/code><br \/>\nScreenshots are not shown.<br \/>\nLater in the installation oracle asks to run famous following scripts:<br \/>\norainstRoot.sh<br \/>\nroot.sh<br \/>\nThe orainstRoot.sh went fine.<br \/>\nWhile executing the root.sh, we get following errors<br \/>\n<code><br \/>\nroot@dbserver \/dev\/oracleasm $ \/u00\/oracle\/grid\/12.2\/root.sh<br \/>\nPerforming root user operation.<br \/>\n..<br \/>\nThe following environment variables are set as:<br \/>\nORACLE_OWNER= oracle<br \/>\nORACLE_HOME=  \/u00\/oracle\/grid\/12.2<br \/>\n..<br \/>\nEnter the full pathname of the local bin directory: [\/usr\/local\/bin]:<br \/>\nThe contents of \"dbhome\" have not changed. No need to overwrite.<br \/>\nThe contents of \"oraenv\" have not changed. No need to overwrite.<br \/>\nThe contents of \"coraenv\" have not changed. No need to overwrite.<br \/>\n..<br \/>\nEntries will be added to the \/etc\/oratab file as needed by<br \/>\nDatabase Configuration Assistant when a database is created<br \/>\nFinished running generic part of root script.<br \/>\nNow product-specific root actions will be performed.<br \/>\nUsing configuration parameter file: \/u00\/oracle\/grid\/12.2\/crs\/install\/crsconfig_params<br \/>\nThe log of current session can be found at:<br \/>\n\/u00\/oracle\/crsdata\/dbserver\/crsconfig\/roothas_2017-07-04_06-40-49PM.log<br \/>\n2017\/07\/04 18:40:53 CLSRSC-363: User ignored prerequisites during installation<br \/>\nLOCAL ADD MODE<br \/>\nCreating OCR keys for user 'oracle', privgrp 'oinstall'..<br \/>\nOperation successful.<br \/>\nLOCAL ONLY MODE<br \/>\nSuccessfully accumulated necessary OCR keys.<br \/>\nCreating OCR keys for user 'root', privgrp 'root'..<br \/>\nOperation successful.<br \/>\nCRS-4664: Node dbserver successfully pinned.<br \/>\n2017\/07\/04 18:41:01 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'<br \/>\n<strong>2017\/07\/04 18:41:06 CLSRSC-214: Failed to start the resource 'ohasd'<br \/>\nFailed to start the Clusterware. Last 20 lines of the alert log follow:<br \/>\n..<br \/>\n2017\/07\/04 18:41:06 CLSRSC-318: Failed to start Oracle OHASD service<br \/>\nDied at \/u00\/oracle\/grid\/12.2\/crs\/install\/crsinstall.pm line 2775.<br \/>\nThe command '\/u00\/oracle\/grid\/12.2\/perl\/bin\/perl -I\/u00\/oracle\/grid\/12.2\/perl\/lib -I\/u00\/oracle\/grid\/12.2\/crs\/install \/u00\/oracle\/grid\/12.2\/crs\/install\/roothas.pl ' execution failed<\/strong><br \/>\nroot@dbserver \/dev\/oracleasm $<br \/>\n<\/code><br \/>\nTrying to start manually the has, we got following errors<br \/>\n<code><br \/>\nroot@dbserver ~ $ \/u00\/oracle\/grid\/12.2\/bin\/crsctl start has<br \/>\nCLSU-00100: operating system function: waitpid failed with error data: 0<br \/>\nCLSU-00101: operating system error message: Error 0<br \/>\nCLSU-00103: error location: usrgetgrp12<br \/>\nCLSU-00104: additional error information: child returned 232<br \/>\n<\/code><br \/>\nHaving a look in oracle support, I find these documents<br \/>\n<strong>OHASD fails to start with kernel version 3.10.0-514.21.2.el7.x86_64 (Doc ID 2281492.1)<\/strong><br \/>\n<strong>ALERT: Grid Infrastructure Fails to Start OHASD With Linux Kernel Version 3.10.0-514.21.2.EL7.X86_64 or Higher (Doc ID 2282371.1)<\/strong><br \/>\nThen we change the kernel to the following<br \/>\n<code><br \/>\nroot@dbserver \/etc\/systemd\/system $ uname -a<br \/>\nLinux dbserver 3.10.0-514.2.2.el7.x86_64 #1 SMP Wed Nov 16 13:15:13 EST 2016 x86_64 x86_64 x86_64 GNU\/Linux<br \/>\n<\/code><br \/>\nAnd then restart the install after cleaning the first installation<br \/>\nWhen asked to execute root.sh we do and the script went fine.<\/p>\n<p>So if you are planning to use Redhat\/OEL 7 to install Grid Infrastructure, please have a look in these two oracle documents to be sure that your kernel is OK<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Mouhamadou Diaw In this blog I am going to share an issue I had when installing grid infrastructure 12.2 on Redhat 7.3. I was configuring grid infrastructure 12.2 for a standlone server. Below the release and the version of my operating system root@dbserver \/etc $ cat redhat-release Red Hat Enterprise Linux Server release 7.3 [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229],"tags":[456,1130,1131,988,1132],"type_dbi":[],"class_list":["post-10304","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","tag-grid-infrastructure","tag-has","tag-kernel-3-10-0-514-21-2-el7-x86_64","tag-oracle-12-2","tag-redhat-7"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible? - dbi Blog<\/title>\n<meta name=\"description\" content=\"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?\" \/>\n<meta property=\"og:description\" content=\"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-08T09:28:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-08T14:35:18+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?\",\"datePublished\":\"2017-07-08T09:28:55+00:00\",\"dateModified\":\"2023-06-08T14:35:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\"},\"wordCount\":249,\"commentCount\":0,\"keywords\":[\"Grid Infrastructure\",\"has\",\"kernel 3.10.0-514.21.2.el7.x86_64\",\"Oracle 12.2\",\"redhat 7\"],\"articleSection\":[\"Database Administration &amp; Monitoring\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\",\"name\":\"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible? - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2017-07-08T09:28:55+00:00\",\"dateModified\":\"2023-06-08T14:35:18+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible? - dbi Blog","description":"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/","og_locale":"en_US","og_type":"article","og_title":"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?","og_description":"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7","og_url":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/","og_site_name":"dbi Blog","article_published_time":"2017-07-08T09:28:55+00:00","article_modified_time":"2023-06-08T14:35:18+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?","datePublished":"2017-07-08T09:28:55+00:00","dateModified":"2023-06-08T14:35:18+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/"},"wordCount":249,"commentCount":0,"keywords":["Grid Infrastructure","has","kernel 3.10.0-514.21.2.el7.x86_64","Oracle 12.2","redhat 7"],"articleSection":["Database Administration &amp; Monitoring"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/","url":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/","name":"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible? - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2017-07-08T09:28:55+00:00","dateModified":"2023-06-08T14:35:18+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"Grid infrasture 12.2, kernel 3.10.0-514.21.2.el7.x86_64, oracle 12.2, has, redhat 7","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/grid-infrastructure-12-2-are-all-redhat-7-kernels-compatible\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Grid Infrastructure 12.2: Are all Redhat 7 kernels compatible?"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10304"}],"version-history":[{"count":1,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10304\/revisions"}],"predecessor-version":[{"id":25700,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10304\/revisions\/25700"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10304"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}