{"id":6982,"date":"2018-05-23T17:34:21","date_gmt":"2018-05-23T15:34:21","guid":{"rendered":"https:\/\/www.carajandb.com\/?p=6982"},"modified":"2018-05-23T17:34:21","modified_gmt":"2018-05-23T15:34:21","slug":"oracle-12-2-grid-inventory-without-nodelist","status":"publish","type":"post","link":"https:\/\/carajandb.com\/en\/2018\/05\/23\/oracle-12-2-grid-inventory-without-nodelist\/","title":{"rendered":"Oracle 12.2 Grid Inventory without NodeList"},"content":{"rendered":"<p>As most of you probably already know, the installation of Grid Infrastructure has changed with Oracle 12.2. The software has to be unpacked in the GRID_HOME and installed from there.<\/p>\n<p>In conjunction with this change the Oracle Inventory or more precise\u00a0 <code>inventory.xml<\/code>\u00a0file (mostly in the directory\u00a0<code>\/u01\/app\/oraInventory\/ContentsXML<\/code>) has been changed as well.<\/p>\n<p>Up to Version 12.1 the nodes for all installed components (e.g. GI, Database, Client, etc.) have been listed in the <code>NODE_LIST<\/code>. But since 12.2 this information is no longer available. More information can be found in MOS:\u00a0<a href=\"https:\/\/support.oracle.com\/epmos\/faces\/DocumentDisplay?_afrLoop=383392894551828&amp;id=2264757.1&amp;_adf.ctrl-state=10yvo6wyq8_726\" target=\"_blank\" rel=\"noopener noreferrer nofollow\"><em>12.2: Oracle inventory does not have references for cluster nodes (Doc ID 2264757.1).<\/em><\/a><br \/>\n<!--more--><\/p>\n<h3>Oracle Inventory until12.1<\/h3>\n<p>This is a listing of\u00a0<code>inventory.xml<\/code> for version 12.1:<\/p>\n<pre>&lt;INVENTORY&gt;\r\n&lt;VERSION_INFO&gt;\r\n   &lt;SAVED_WITH&gt;12.1.0.2.0&lt;\/SAVED_WITH&gt;\r\n   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;\/MINIMUM_VER&gt;\r\n&lt;\/VERSION_INFO&gt;\r\n&lt;HOME_LIST&gt;\r\n&lt;HOME NAME=\"OraGI12Home1\" LOC=\"\/u01\/app\/grid\/product\/12.1.0.2\/gridhome\" TYPE=\"O\" IDX=\"1\" CRS=\"true\"&gt;\r\n   &lt;NODE_LIST&gt;\r\n      &lt;NODE NAME=\"trzlora101\"\/&gt;\r\n      &lt;NODE NAME=\"trzlora102\"\/&gt;\r\n   &lt;\/NODE_LIST&gt;\r\n&lt;\/HOME&gt;\r\n&lt;HOME NAME=\"OraDB12Home1\" LOC=\"\/u01\/app\/oracle\/product\/12.1.0.2\/dbhome_1\" TYPE=\"O\" IDX=\"2\"&gt;\r\n   &lt;NODE_LIST&gt;\r\n      &lt;NODE NAME=\"trzlora101\"\/&gt;\r\n      &lt;NODE NAME=\"trzlora102\"\/&gt;\r\n   &lt;\/NODE_LIST&gt;\r\n&lt;\/HOME&gt;\r\n&lt;\/HOME_LIST&gt;\r\n&lt;COMPOSITEHOME_LIST&gt;\r\n&lt;\/COMPOSITEHOME_LIST&gt;\r\n&lt;\/INVENTORY&gt;\r\n<\/pre>\n<p>Every installation has a\u00a0<code>NODE_LIST<\/code>\u00a0with the attached nodes.<\/p>\n<h3>Oracle Inventory since 12.2<\/h3>\n<p>This is the same file but for version 12.2:<\/p>\n<pre>&lt;INVENTORY&gt;\r\n&lt;VERSION_INFO&gt;\r\n   &lt;SAVED_WITH&gt;12.1.0.2.0&lt;\/SAVED_WITH&gt;\r\n   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;\/MINIMUM_VER&gt;\r\n&lt;\/VERSION_INFO&gt;\r\n&lt;HOME_LIST&gt;\r\n&lt;HOME NAME=\"OraGI12Home1\" LOC=\"\/u01\/app\/grid\/product\/12.2.0\/gridhome\" TYPE=\"O\" IDX=\"1\"\/&gt;\r\n&lt;HOME NAME=\"OraDB12Home1\" LOC=\"\/u01\/app\/oracle\/product\/12.1.0.2\/dbhome_1\" TYPE=\"O\" IDX=\"2\"&gt;\r\n   &lt;NODE_LIST&gt;\r\n      &lt;NODE NAME=\"trrlora102\"\/&gt;\r\n   &lt;\/NODE_LIST&gt;\r\n&lt;\/HOME&gt;\r\n&lt;\/HOME_LIST&gt;\r\n&lt;COMPOSITEHOME_LIST&gt;\r\n&lt;\/COMPOSITEHOME_LIST&gt;\r\n&lt;\/INVENTORY&gt;\r\n<\/pre>\n<p>The database software in this example has been added with AttachHome so it&#8217;s not a newly installed database software. I&#8217;m not sure why it lists the second cluster node\u00a0<code>trrlora102<\/code> and not the first one but I assume it&#8217;s because that was the last AttachHome command I executed.<\/p>\n<p>I don&#8217;t know if this is what the developers wanted to achieve or if you should better run\u00a0<code>runInstaller.sh UpdateNodeList<\/code>\u00a0to add the missing part. I opened an SR today to hopefully get some more details &#8211; currently they were asking for the tfa diagcollection (don&#8217;t know why).<\/p>\n<h4>Hint<\/h4>\n<p>Some installations, like the Oracle database software version 11.2.0.4 might fail with this layout. In that case you need to run &#8220;UpdateNodeList&#8221; to add the missing part to the inventory. After that this installation will work.<\/p>\n<p>Another problem raised up today: I was unable to attach the Oracle Cloud Control Agent 13.2 as it complains about the LOCAL_NODE to be wrong. I&#8217;m still working on a solution.<\/p>\n<p><span style=\"color: inherit; font-family: inherit; font-size: 1.75rem;\">OPatch lsinventory<\/span><\/p>\n<p>A similar change does happen with OPatch. Until Version 12.2.0.1.10 there is a summary about the nodes at the end of the command <code>opatch lsinventory<\/code><br \/>\nlike this:<\/p>\n<pre>Patching Level Nodes\r\n-------------- ---------------------\r\n26717470       trzlora101,trzlora102\r\n<\/pre>\n<p>Since version 12.2.0.1.11 this information is no longer available. More details can be found in this MOS document: <em><a href=\"https:\/\/support.oracle.com\/epmos\/faces\/DocumentDisplay?_afrLoop=383810153922591&amp;id=2332321.1&amp;_afrWindowMode=0&amp;_adf.ctrl-state=10yvo6wyq8_803\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Opatch does not shows Local host and remote host details (Doc ID 2332321.1)<\/a><\/em><\/p>\n<p>Please don&#8217;t wonder and worry after you installed the new GI and had a look into the inventory!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As most of you probably already know, the installation of Grid Infrastructure has changed with Oracle 12.2. The software has to be unpacked in the GRID_HOME and installed from there. In conjunction with this change the Oracle Inventory or more precise\u00a0 inventory.xml\u00a0file (mostly in the directory\u00a0\/u01\/app\/oraInventory\/ContentsXML) has been changed as well. Up to Version 12.1 the nodes for all installed components (e.g. GI, Database, Client, etc.) have been listed in the NODE_LIST. But since 12.2 this information is no longer available. More information can be found in MOS:\u00a012.2: Oracle inventory does not have references for cluster nodes (Doc ID 2264757.1).<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[406],"tags":[423,421,424,420],"class_list":["post-6982","post","type-post","status-publish","format-standard","hentry","category-oracle-en","tag-12-2","tag-inventory-xml","tag-lsinventory","tag-opatch"],"acf":{"occupation":"Write the Occupation of the Person","person_can-be-speaker":true,"person_is-team":true,"person_related-user-account":null,"person_ordering-number":50,"publication_speakers":null,"publication_content-language":["de"],"publication_files":null,"publication_event":"","publication_date":null},"spectra_custom_meta":{"_vc_post_settings":["a:1:{s:10:\"vc_grid_id\";a:0:{}}"],"_edit_lock":["1527089878:3"],"_edit_last":["3"],"_yoast_wpseo_content_score":["90"],"layout_header":["light"],"_layout_header":["field_5a48111185e5f"],"layout_background":[""],"_layout_background":["field_5a481193c0995"],"layout_hide_services":["0"],"_layout_hide_services":["field_5a4811c5c0996"],"layout_show-author-box":["1"],"_layout_show-author-box":["field_5a64ee9cc6490"],"layout_show-categories-tags":["1"],"_layout_show-categories-tags":["field_5a64eee4c6491"],"blogpost_related-publications":[""],"_blogpost_related-publications":["field_5a480debdac62"],"blogpost_related-files":[""],"_blogpost_related-files":["field_5a480f377db29"],"_yoast_wpseo_primary_category":["406"],"_yoast_wpseo_focuskw_text_input":["Oracle Inventory 12.2"],"_yoast_wpseo_focuskw":["Oracle Inventory 12.2"],"_yoast_wpseo_linkdex":["59"],"rank_math_primary_category":["406"],"rank_math_focus_keyword":["Oracle Inventory 12.2"],"rank_math_news_sitemap_robots":["index"],"rank_math_robots":["a:1:{i:0;s:5:\"index\";}"],"astra_style_timestamp_css":["1780482950"],"rank_math_internal_links_processed":["1"],"wpil_sync_report3":["1"],"wpil_links_inbound_internal_count":["0"],"wpil_links_inbound_internal_count_data":["eJxLtDKwqq4FAAZPAf4="],"wpil_links_outbound_internal_count":["0"],"wpil_links_outbound_internal_count_data":["eJxLtDKwqq4FAAZPAf4="],"wpil_links_outbound_external_count":["2"],"wpil_links_outbound_external_count_data":["eJzVUj1v2zAQ\/SuEhqIZKouUZcs0jC5eCrjNmJFgSCoiQvFYkrJrBPnvPSmJ66JDh7ZDN94X7717T3LGnyyvtrecNry4C9aJz6CNEwfrHwtOa\/6U+JoXDkNhdbGdmhOveTFGV+CL1pQXfc4h8cUijSFAzCVEqZwpFQwLEwZIi04qkxZ7UONgfN7bFJw8fxSyiweAsKvbut6wdrNsGtqy9p0cwtbqHWOr5bpZl3ROCKm7UuXoPqQss9nR6nyE1en8tRVrtpqwLBEJpDzDannxK5qpggXrs4leIv77mQ3OhXnuCwYrXkiveohzMx6FspJxcjt\/Qqw\/IgGIZ6LBJOIhk14eDYmmM9F4ZEk6iES5MeEOrGvMvEfi5NOeXPjclDNG\/FxqbbS4P4vgxgfr3xAhSAdKZgt+6kQBFCBoP3Nj1asepx4PaaJQ0eBBLuJQVMQmIccMU9t1OiOLR+sfrqSc0gPo0RnxUzd7XTIv\/pZf8s+W0z\/wSsP+ildaWtEGDcOaDb14pa5ZzejFK128s17DaUK4q35noLaq\/42B1nip2yCz6n8YJvVwSuSA+joyrSPSazTQANm8xNpkad2Vb9643fyvtnn+DlOdb2U="],"wpil_sync_report2_time":["2024-08-27T11:47:25+00:00"],"_uag_css_file_name":["uag-css-6982.css"]},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Johannes Ahrends","author_link":"https:\/\/carajandb.com\/en\/author\/9aa6cdb2095bd409\/"},"uagb_comment_info":15,"uagb_excerpt":"As most of you probably already know, the installation of Grid Infrastructure has changed with Oracle 12.2. The software has to be unpacked in the GRID_HOME and installed from there. In conjunction with this change the Oracle Inventory or more precise\u00a0 inventory.xml\u00a0file (mostly in the directory\u00a0\/u01\/app\/oraInventory\/ContentsXML) has been changed as well. Up to Version 12.1&hellip;","_links":{"self":[{"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/posts\/6982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/comments?post=6982"}],"version-history":[{"count":2,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/posts\/6982\/revisions"}],"predecessor-version":[{"id":6984,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/posts\/6982\/revisions\/6984"}],"wp:attachment":[{"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/media?parent=6982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/categories?post=6982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/carajandb.com\/en\/wp-json\/wp\/v2\/tags?post=6982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}