{"id":984,"date":"2023-03-27T19:01:08","date_gmt":"2023-03-27T22:01:08","guid":{"rendered":"https:\/\/www.fernandosimon.com\/blog\/?p=984"},"modified":"2023-04-03T18:17:59","modified_gmt":"2023-04-03T21:17:59","slug":"exadata-version-23-1-0-0-0-part-02","status":"publish","type":"post","link":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/","title":{"rendered":"Exadata version 23.1.0.0.0 \u2013 Part 02"},"content":{"rendered":"<p style=\"text-align: justify;\">On 08\/March\/2023 the Oracle Exadata team <a href=\"https:\/\/blogs.oracle.com\/exadata\/post\/exadata231\" target=\"_blank\" rel=\"noopener\">released version 23.1.0.0.0<\/a> and this include a significant change, OEL 8. I already explained that in my first post that you can read <a href=\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-01\/\" target=\"_blank\" rel=\"noopener\">here<\/a>. Here I will show how to patch to the 23.1.0.0 version for switch and storage cells.<\/p>\n<h2 style=\"text-align: justify;\">Patching<\/h2>\n<p style=\"text-align: justify;\">As you know, I am working with <a href=\"https:\/\/www.fernandosimon.com\/blog\/oracle-engineered-systems-since-2010\/\" target=\"_blank\" rel=\"noopener\">Exadata since 2010<\/a> and have already posted about <a href=\"https:\/\/www.fernandosimon.com\/blog\/exadata-and-zdlra-patch-exadata-stack\/\" target=\"_blank\" rel=\"noopener\">how to upgrade to the 19x version<\/a>, &nbsp;<a href=\"https:\/\/www.fernandosimon.com\/blog\/reaching-exadata-18c\/\" target=\"_blank\" rel=\"noopener\">18.x version<\/a>, <a href=\"https:\/\/www.fernandosimon.com\/blog\/aplicando-patch-no-exadata\/\" target=\"_blank\" rel=\"noopener\">version 12.x (Portuguese only)<\/a>, and many <a href=\"https:\/\/www.fernandosimon.com\/blog\/category\/engineeredsystems\/\" target=\"_blank\" rel=\"noopener\">other details for Oracle Engineered Systems<\/a>. Fortunately, I had the opportunity to apply the 23.1 version over one environment and will show the details.<\/p>\n<p style=\"text-align: justify;\">Here, my environment is:<\/p>\n<ul style=\"text-align: justify;\">\n<li>Exadata X6 for storage and dbnodes.<\/li>\n<li>InfiniBand Switches.<\/li>\n<li>Virtualized configuration (dom0 and domU).<\/li>\n<li>dom0 running over version 22.1.0.9.<\/li>\n<li>domU running over version 22.1.0.9.<\/li>\n<li>Grid Infrastructure running version 19.17.<\/li>\n<\/ul>\n<p style=\"text-align: justify;\">Since I am running with dom0\/domU, my base machine (from where I will call most of the patches) is the dom0. There, I have ssh passwordless\/keyless to all other cells, dbnodes, domU, and switches.<\/p>\n<p style=\"text-align: justify;\"><strong>Before you start the patch<\/strong> please check the readme for the patch and identify if you have everything in compliance. Do not start any patch if you meet the requirements. Even from a simple database version, grid, and switch versions. And as well, do not start the patch if your machine has HW errors. So, please read the note <a href=\"https:\/\/support.oracle.com\/epmos\/faces\/DocContentDisplay?id=2772585.1\" target=\"_blank\" rel=\"noopener\">Exadata System Software 23.1.0.0.0 Update (32829291) (Doc ID 2772585.1)<\/a>.<\/p>\n<p style=\"text-align: justify;\"><!--more Click here to read more...--><\/p>\n<h2 style=\"text-align: justify;\">Patching Switch<\/h2>\n<p style=\"text-align: justify;\">I prefer to patch starting from the switch because, just in case, if the new version for storage software needs something special at interconnect network level, everything is already there and the switch can send the packages correctly.<\/p>\n<p style=\"text-align: justify;\">The first is to have one file (here I have at \/root) with the name of all switches hostnames that you have. This helps to call dcli and patch commands:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  cat \/roort\/ibs_group\r\nexasw-iba01\r\nexasw-ibb01\r\n[DOM0 - root@exadom0m01 ~]$<\/pre>\n<p style=\"text-align: justify;\">So, I downloaded patch 32829304 in the folder and unzip it:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  cd \/EXAVMIMAGES\/patches\/switch\/\r\n[DOM0 - root@exadom0m01 switch]$\r\n[DOM0 - root@exadom0m01 switch]$  ls -l\r\ntotal 3979264\r\n-rw-r--r-- 1 root root 4074685740 Mar  9 09:09 p32829304_231000_Linux-x86-64.zip\r\n[DOM0 - root@exadom0m01 switch]$\r\n[DOM0 - root@exadom0m01 switch]$  unzip -q p32829304_231000_Linux-x86-64.zip\r\n[DOM0 - root@exadom0m01 switch]$\r\n[DOM0 - root@exadom0m01 switch]$  ls -l\r\ntotal 3979268\r\n-rw-r--r-- 1 root root 4074685740 Mar  9 09:09 p32829304_231000_Linux-x86-64.zip\r\ndrwxrwxr-x 6 root root       3896 Feb 26 00:43 patch_switch_23.1.0.0.0.230225.1\r\n[DOM0 - root@exadom0m01 switch]$<\/pre>\n<p style=\"text-align: justify;\">After that, I can start my prechecks. First, I check my current running version (look that I use dcli and the file with my switches):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 switch]$  dcli -l root -g \/root\/ibs_group \"version\"\r\nexasw-iba01: SUN DCS 36p version: 2.2.16-1\r\nexasw-iba01: Build time: Sep  3 2020 08:23:26\r\nexasw-iba01: SP board info:\r\nexasw-iba01: Manufacturing Date: N\/A\r\nexasw-iba01: Serial Number: \"NED640259\"\r\nexasw-iba01: Hardware Revision: 0x0100\r\nexasw-iba01: Firmware Revision: 0x0000\r\nexasw-iba01: BIOS version: NUP1R918\r\nexasw-iba01: BIOS date: 01\/19\/2016\r\nexasw-ibb01: SUN DCS 36p version: 2.2.16-1\r\nexasw-ibb01: Build time: Sep  3 2020 08:23:26\r\nexasw-ibb01: SP board info:\r\nexasw-ibb01: Manufacturing Date: N\/A\r\nexasw-ibb01: Serial Number: \"NED510150\"\r\nexasw-ibb01: Hardware Revision: 0x0100\r\nexasw-ibb01: Firmware Revision: 0x0000\r\nexasw-ibb01: BIOS version: NUP1R918\r\nexasw-ibb01: BIOS date: 01\/19\/2016\r\n[DOM0 - root@exadom0m01 switch]$<\/pre>\n<p style=\"text-align: justify;\">And we can call the precheck:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 switch]$  .\/patch_switch_23.1.0.0.0.230225.1\/patchmgr -ibswitches \/root\/ibs_group -upgrade -ibswitch_precheck -rolling\r\n\r\n.\/patch_switch_23.1.0.0.0.230225.1\/patchmgr: line 3117: \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/timing_record.sh: No such file or directory\r\n2023-03-09 10:48:53 +0100        :Working: Verify SSH equivalence for the root user to node(s)\r\n2023-03-09 10:48:55 +0100        :INFO   : SSH equivalency verified to host exasw-iba01\r\n2023-03-09 10:48:56 +0100        :INFO   : SSH equivalency verified to host exasw-ibb01\r\n.\/patch_switch_23.1.0.0.0.230225.1\/patchmgr: line 3213: \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/timing_record.sh: No such file or directory\r\n2023-03-09 10:48:56 +0100        :SUCCESS: Verify SSH equivalence for the root user to node(s)\r\n2023-03-09 10:48:58 +0100 1 of 1 :Working: Initiate pre-upgrade validation check on InfiniBand switch(es).\r\n ----- InfiniBand switch update process started 2023-03-09 10:48:58 +0100 -----\r\n[NOTE     ] Log file at \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/upgradeIBSwitch.log\r\n\r\n[INFO     ] List of InfiniBand switches for upgrade: ( exasw-iba01 exasw-ibb01 )\r\n[SUCCESS  ] Verifying Network connectivity to exasw-iba01\r\n[SUCCESS  ] Verifying Network connectivity to exasw-ibb01\r\n[SUCCESS  ] Validating verify-topology output\r\n[SUCCESS  ] SubnetManager Partition validation on IB Switches\r\n[INFO     ] Master Subnet Manager is set to \"exasw-ibb01\" in all Switches\r\n|||||\r\n[INFO     ] ---------- Starting with InfiniBand Switch exasw-ibb01\r\n[WARNING  ] Infiniband switch meets minimal version requirements, but downgrade is only available to 2.2.16-5 with the current package.\r\n     To downgrade to other versions:\r\n     - Manually download the InfiniBand switch firmware package to the patch directory\r\n     - Set export variable \"EXADATA_IMAGE_IBSWITCH_DOWNGRADE_VERSION\" to the appropriate version\r\n     - Run patchmgr command to initiate downgrade.\r\n[SUCCESS  ] Verify SSH access to the patchmgr host exadom0m01.simon.mynet.lu from the InfiniBand Switch exasw-ibb01.\r\n[INFO     ] Starting pre-update validation on exasw-ibb01\r\n[SUCCESS  ] Verifying that \/tmp has 150M in exasw-ibb01, found 492M\r\n[SUCCESS  ] Verifying that \/ has 20M in exasw-ibb01, found 28M\r\n[SUCCESS  ] NTP daemon is running on exasw-ibb01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 10:49:15\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-ibb01\r\n[SUCCESS  ] Verifying that the patchmgr host exadom0m01.simon.mynet.lu is recognized on the InfiniBand Switch exasw-ibb01 through getHostByName\r\n[SUCCESS  ] Execute plugin check for Patch Check Prereq on exasw-ibb01\r\n[INFO     ] Finished pre-update validation on exasw-ibb01\r\n[SUCCESS  ] Pre-update validation on exasw-ibb01\r\n[SUCCESS  ] Prereq check on exasw-ibb01\r\n|||||\r\n[INFO     ] ---------- Starting with InfiniBand Switch exasw-iba01\r\n[WARNING  ] Infiniband switch meets minimal version requirements, but downgrade is only available to 2.2.16-5 with the current package.\r\n     To downgrade to other versions:\r\n     - Manually download the InfiniBand switch firmware package to the patch directory\r\n     - Set export variable \"EXADATA_IMAGE_IBSWITCH_DOWNGRADE_VERSION\" to the appropriate version\r\n     - Run patchmgr command to initiate downgrade.\r\n[SUCCESS  ] Verify SSH access to the patchmgr host exadom0m01.simon.mynet.lu from the InfiniBand Switch exasw-iba01.\r\n[INFO     ] Starting pre-update validation on exasw-iba01\r\n[SUCCESS  ] Verifying that \/tmp has 150M in exasw-iba01, found 492M\r\n[SUCCESS  ] Verifying that \/ has 20M in exasw-iba01, found 28M\r\n[SUCCESS  ] NTP daemon is running on exasw-iba01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 10:49:34\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-iba01\r\n[SUCCESS  ] Verifying that the patchmgr host exadom0m01.simon.mynet.lu is recognized on the InfiniBand Switch exasw-iba01 through getHostByName\r\n[SUCCESS  ] Execute plugin check for Patch Check Prereq on exasw-iba01\r\n[INFO     ] Finished pre-update validation on exasw-iba01\r\n[SUCCESS  ] Pre-update validation on exasw-iba01\r\n[SUCCESS  ] Prereq check on exasw-iba01\r\n[SUCCESS  ] Overall status\r\n\/\/\/\/\/\r\n ----- InfiniBand switch update process ended 2023-03-09 10:49:47 +0100 -----\r\n2023-03-09 10:49:50 +0100 1 of 1 :SUCCESS: Initiate pre-upgrade validation check on InfiniBand switch(es).\r\n\r\n2023-03-09 10:49:50 +0100        :SUCCESS: Completed run of command: .\/patch_switch_23.1.0.0.0.230225.1\/patchmgr -ibswitches \/root\/ibs_group -upgrade -ibswitch_precheck -rolling\r\n2023-03-09 10:49:50 +0100        :INFO   : upgrade performed on switch(es) in file \/root\/ibs_group: [exasw-iba01 exasw-ibb01]\r\n2023-03-09 10:49:50 +0100        :INFO   : For details, check the following files in \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1:\r\n2023-03-09 10:49:50 +0100        :INFO   :  - upgradeIBSwitch.log\r\n2023-03-09 10:49:50 +0100        :INFO   :  - upgradeIBSwitch.trc\r\n2023-03-09 10:49:50 +0100        :INFO   :  - patchmgr.stdout\r\n2023-03-09 10:49:50 +0100        :INFO   :  - patchmgr.stderr\r\n2023-03-09 10:49:50 +0100        :INFO   :  - patchmgr.log\r\n2023-03-09 10:49:50 +0100        :INFO   :  - patchmgr.trc\r\n2023-03-09 10:49:50 +0100        :INFO   : Exit status:0\r\n2023-03-09 10:49:50 +0100        :INFO   : Exiting.\r\n[DOM0 - root@exadom0m01 switch]$<\/pre>\n<p style=\"text-align: justify;\">As you can see, I am checking in rolling mode, so, will be one switch per time and nothing need to be shutdown in the system. Before the patch I start screen to guarantee that in case of network failure, my session continues to run:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 switch]$  screen -L -RR Patch-Switch\r\n[DOM0 - root@exadom0m01 switch]$<\/pre>\n<p style=\"text-align: justify;\">And after we can call the patch, from version 2.2.16-1 to 2.2.16_6. Look that I specify nothing (like version), I&nbsp;just defined that will be the \u201c&#8211;upgrade\u201d and in \u201c&#8211;rolling\u201d mode:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 switch]$  .\/patch_switch_23.1.0.0.0.230225.1\/patchmgr -ibswitches \/root\/ibs_group -upgrade -rolling\r\n\r\n.\/patch_switch_23.1.0.0.0.230225.1\/patchmgr: line 3117: \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/timing_record.sh: No such file or directory\r\n2023-03-09 10:51:40 +0100        :Working: Verify SSH equivalence for the root user to node(s)\r\n2023-03-09 10:51:42 +0100        :INFO   : SSH equivalency verified to host exasw-iba01\r\n2023-03-09 10:51:43 +0100        :INFO   : SSH equivalency verified to host exasw-ibb01\r\n.\/patch_switch_23.1.0.0.0.230225.1\/patchmgr: line 3213: \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/timing_record.sh: No such file or directory\r\n2023-03-09 10:51:43 +0100        :SUCCESS: Verify SSH equivalence for the root user to node(s)\r\n2023-03-09 10:51:45 +0100 1 of 1 :Working: Initiate upgrade of InfiniBand switches to 2.2.16-6. Expect up to 40 minutes for each switch\r\n\r\n ----- InfiniBand switch update process started 2023-03-09 10:51:45 +0100 -----\r\n[NOTE     ] Log file at \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1\/upgradeIBSwitch.log\r\n\r\n[INFO     ] List of InfiniBand switches for upgrade: ( exasw-iba01 exasw-ibb01 )\r\n[SUCCESS  ] Verifying Network connectivity to exasw-iba01\r\n[SUCCESS  ] Verifying Network connectivity to exasw-ibb01\r\n[SUCCESS  ] Validating verify-topology output\r\n[SUCCESS  ] SubnetManager Partition validation on IB Switches\r\n[INFO     ] Proceeding with upgrade of InfiniBand switches to version 2.2.16_6\r\n[INFO     ] Master Subnet Manager is set to \"exasw-ibb01\" in all Switches\r\n-----\r\n[INFO     ] ---------- Starting with InfiniBand Switch exasw-ibb01\r\n[WARNING  ] Infiniband switch meets minimal version requirements, but downgrade is only available to 2.2.16-5 with the current package.\r\n     To downgrade to other versions:\r\n     - Manually download the InfiniBand switch firmware package to the patch directory\r\n     - Set export variable \"EXADATA_IMAGE_IBSWITCH_DOWNGRADE_VERSION\" to the appropriate version\r\n     - Run patchmgr command to initiate downgrade.\r\n[SUCCESS  ] Verify SSH access to the patchmgr host exadom0m01.simon.mynet.lu from the InfiniBand Switch exasw-ibb01.\r\n[INFO     ] Starting pre-update validation on exasw-ibb01\r\n[SUCCESS  ] Verifying that \/tmp has 150M in exasw-ibb01, found 492M\r\n[SUCCESS  ] Verifying that \/ has 20M in exasw-ibb01, found 26M\r\n[SUCCESS  ] Service opensmd is running on InfiniBand Switch exasw-ibb01\r\n[SUCCESS  ] NTP daemon is running on exasw-ibb01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 10:52:02\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-ibb01\r\n[SUCCESS  ] Verifying that the patchmgr host exadom0m01.simon.mynet.lu is recognized on the InfiniBand Switch exasw-ibb01 through getHostByName\r\n[SUCCESS  ] Execute plugin check for Patch Check Prereq on exasw-ibb01\r\n[INFO     ] Finished pre-update validation on exasw-ibb01\r\n[SUCCESS  ] Pre-update validation on exasw-ibb01\r\n[INFO     ] Package will be downloaded at firmware update time via scp\r\n[SUCCESS  ] Execute plugin check for Patching on exasw-ibb01\r\n[INFO     ] Starting upgrade on exasw-ibb01 to 2.2.16_6. Please give upto 15 mins for the process to complete. DO NOT INTERRUPT or HIT CTRL+C during the upgrade\r\n[INFO     ] Rebooting exasw-ibb01 to complete the firmware update. Wait for 15 minutes before continuing. DO NOT MANUALLY REBOOT THE INFINIBAND SWITCH\r\n[SUCCESS  ] Load firmware 2.2.16_6 onto exasw-ibb01\r\n[SUCCESS  ] Verify that \/conf\/configvalid is set to 1 on exasw-ibb01\r\n[INFO     ] Set SMPriority to 5 on exasw-ibb01\r\n[INFO     ] Starting post-update validation on exasw-ibb01\r\n[SUCCESS  ] Service opensmd is running on InfiniBand Switch exasw-ibb01\r\n[SUCCESS  ] NTP daemon is running on exasw-ibb01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 11:09:01\r\n[INFO     ] \/conf\/configvalid is 1\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-ibb01\r\n[SUCCESS  ] Execute plugin check for Post Patch on exasw-ibb01\r\n[INFO     ] Finished post-update validation on exasw-ibb01\r\n[SUCCESS  ] Post-update validation on exasw-ibb01\r\n[SUCCESS  ] SMPartition information is consistent on IB Switch exasw-ibb01 post upgrade\r\n[SUCCESS  ] Update InfiniBand switch exasw-ibb01 to 2.2.16_6\r\n|||||\r\n[INFO     ] ---------- Starting with InfiniBand Switch exasw-iba01\r\n[WARNING  ] Infiniband switch meets minimal version requirements, but downgrade is only available to 2.2.16-5 with the current package.\r\n     To downgrade to other versions:\r\n     - Manually download the InfiniBand switch firmware package to the patch directory\r\n     - Set export variable \"EXADATA_IMAGE_IBSWITCH_DOWNGRADE_VERSION\" to the appropriate version\r\n     - Run patchmgr command to initiate downgrade.\r\n[SUCCESS  ] Verify SSH access to the patchmgr host exadom0m01.simon.mynet.lu from the InfiniBand Switch exasw-iba01.\r\n[INFO     ] Starting pre-update validation on exasw-iba01\r\n[SUCCESS  ] Verifying that \/tmp has 150M in exasw-iba01, found 492M\r\n[SUCCESS  ] Verifying that \/ has 20M in exasw-iba01, found 26M\r\n[SUCCESS  ] Service opensmd is running on InfiniBand Switch exasw-iba01\r\n[SUCCESS  ] NTP daemon is running on exasw-iba01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 11:09:33\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-iba01\r\n[SUCCESS  ] Verifying that the patchmgr host exadom0m01.simon.mynet.lu is recognized on the InfiniBand Switch exasw-iba01 through getHostByName\r\n[SUCCESS  ] Execute plugin check for Patch Check Prereq on exasw-iba01\r\n[INFO     ] Finished pre-update validation on exasw-iba01\r\n[SUCCESS  ] Pre-update validation on exasw-iba01\r\n[INFO     ] Package will be downloaded at firmware update time via scp\r\n[SUCCESS  ] Execute plugin check for Patching on exasw-iba01\r\n[INFO     ] Starting upgrade on exasw-iba01 to 2.2.16_6. Please give upto 15 mins for the process to complete. DO NOT INTERRUPT or HIT CTRL+C during the upgrade\r\n[INFO     ] Rebooting exasw-iba01 to complete the firmware update. Wait for 15 minutes before continuing. DO NOT MANUALLY REBOOT THE INFINIBAND SWITCH\r\n[SUCCESS  ] Load firmware 2.2.16_6 onto exasw-iba01\r\n[SUCCESS  ] Verify that \/conf\/configvalid is set to 1 on exasw-iba01\r\n[INFO     ] Set SMPriority to 5 on exasw-iba01\r\n[INFO     ] Starting post-update validation on exasw-iba01\r\n[SUCCESS  ] Service opensmd is running on InfiniBand Switch exasw-iba01\r\n[SUCCESS  ] NTP daemon is running on exasw-iba01.\r\n[INFO     ] Manually validate the following entries Date:(YYYY-MM-DD) 2023-03-09 Time:(HH:MM:SS) 11:26:30\r\n[INFO     ] \/conf\/configvalid is 1\r\n[INFO     ] Validating the current firmware on the InfiniBand Switch\r\n[SUCCESS  ] Firmware verification on InfiniBand switch exasw-iba01\r\n[SUCCESS  ] Execute plugin check for Post Patch on exasw-iba01\r\n[INFO     ] Finished post-update validation on exasw-iba01\r\n[SUCCESS  ] Post-update validation on exasw-iba01\r\n[SUCCESS  ] SMPartition information is consistent on IB Switch exasw-iba01 post upgrade\r\n[SUCCESS  ] Update InfiniBand switch exasw-iba01 to 2.2.16_6\r\n[INFO     ] InfiniBand Switches ( exasw-iba01 exasw-ibb01 ) updated to 2.2.16_6\r\n[SUCCESS  ] Overall status\r\n|||||\r\n ----- InfiniBand switch update process ended 2023-03-09 11:26:46 +0100 -----\r\n2023-03-09 11:26:56 +0100 1 of 1 :SUCCESS: Upgrade InfiniBand switch(es) to 2.2.16-6.\r\n\r\n2023-03-09 11:26:57 +0100        :SUCCESS: Completed run of command: .\/patch_switch_23.1.0.0.0.230225.1\/patchmgr -ibswitches \/root\/ibs_group -upgrade -rolling\r\n2023-03-09 11:26:57 +0100        :INFO   : upgrade performed on switch(es) in file \/root\/ibs_group: [exasw-iba01 exasw-ibb01]\r\n2023-03-09 11:26:57 +0100        :INFO   : For details, check the following files in \/EXAVMIMAGES\/patches\/switch\/patch_switch_23.1.0.0.0.230225.1:\r\n2023-03-09 11:26:57 +0100        :INFO   :  - upgradeIBSwitch.log\r\n2023-03-09 11:26:57 +0100        :INFO   :  - upgradeIBSwitch.trc\r\n2023-03-09 11:26:57 +0100        :INFO   :  - patchmgr.stdout\r\n2023-03-09 11:26:57 +0100        :INFO   :  - patchmgr.stderr\r\n2023-03-09 11:26:57 +0100        :INFO   :  - patchmgr.log\r\n2023-03-09 11:26:57 +0100        :INFO   :  - patchmgr.trc\r\n2023-03-09 11:26:57 +0100        :INFO   : Exit status:0\r\n2023-03-09 11:26:57 +0100        :INFO   : Exiting.\r\n[DOM0 - root@exadom0m01 switch]$<\/pre>\n<p style=\"text-align: justify;\">As you can see, the patch was smooth and I running at version 2.2.16_6, no errors were reported, and were done one switch after another.<\/p>\n<h2 style=\"text-align: justify;\">Patch Storage Cells<\/h2>\n<p style=\"text-align: justify;\">The process to patch the storage cell is really simple, we just need to download one file and call the patch. The patchmgr is already included and we just need to call it. But before we start is important to check and execute some steps.<\/p>\n<p style=\"text-align: justify;\">First create one file with the hostname for all cells that you will patch:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  cat \/root\/all_cell\r\nexaceladm01\r\nexaceladm02\r\nexaceladm03\r\nexaceladm04\r\nexaceladm05\r\n[DOM0 - root@exadom0m01 ~]$<\/pre>\n<p style=\"text-align: justify;\">After that we can check if we have some HW errors:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  dcli -l root -g \/root\/all_cell \"ipmitool sunoem led get\" |grep \": SERVICE\"\r\nexaceladm01: SERVICE          | OFF\r\nexaceladm02: SERVICE          | OFF\r\nexaceladm03: SERVICE          | OFF\r\nexaceladm04: SERVICE          | OFF\r\nexaceladm05: SERVICE          | OFF\r\n[DOM0 - root@exadom0m01 ~]$<\/pre>\n<p style=\"text-align: justify;\">And any other errors from the cell level. I recommend as well check quarantine sqls at the cell level (if you have, you can delete it because probably the related bug is solved in the new version. Use the command \u201c<em>drop quarantine all<\/em>\u201d):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  dcli -l root -g \/root\/all_cell cellcli -e \"list alerthistory\"\r\n[DOM0 - root@exadom0m01 ~]$\r\n[DOM0 - root@exadom0m01 ~]$\r\n[DOM0 - root@exadom0m01 ~]$  dcli -l root -g \/root\/all_cell cellcli -e \"list quarantine\"\r\n[DOM0 - root@exadom0m01 ~]$<\/pre>\n<p style=\"text-align: justify;\">After that we can reset the ILOM (old hardware can hide errors that come after just ILOM restart) and check again for HW errors:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  dcli -l root -g \/root\/all_cell \"ipmitool bmc reset cold\"\r\nexaceladm01: Sent cold reset command to MC\r\nexaceladm02: Sent cold reset command to MC\r\nexaceladm03: Sent cold reset command to MC\r\nexaceladm04: Sent cold reset command to MC\r\nexaceladm05: Sent cold reset command to MC\r\n[DOM0 - root@exadom0m01 ~]$\r\n[DOM0 - root@exadom0m01 ~]$  dcli -l root -g \/root\/all_cell \"ipmitool sunoem led get\" |grep \": SERVICE\"\r\nexaceladm01: SERVICE          | OFF\r\nexaceladm02: SERVICE          | OFF\r\nexaceladm03: SERVICE          | OFF\r\nexaceladm04: SERVICE          | OFF\r\nexaceladm05: SERVICE          | OFF\r\n[DOM0 - root@exadom0m01 ~]$<\/pre>\n<p style=\"text-align: justify;\">Now we can unzip the patch over the base folder:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 ~]$  cd \/EXAVMIMAGES\/patches\/23.1.0\/cell\/\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  ls -l\r\ntotal 1665024\r\n-rw-r--r-- 1 root root 1704563354 Mar  9 08:46 p32829291_231000_Linux-x86-64.zip\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  unzip -q p32829291_231000_Linux-x86-64.zip\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  ls -l\r\ntotal 1665028\r\n-rw-r--r-- 1 root root 1704563354 Mar  9 08:46 p32829291_231000_Linux-x86-64.zip\r\ndrwxrwxr-x 5 root root       3896 Feb 26 00:38 patch_23.1.0.0.0.230225.1\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p style=\"text-align: justify;\">After that, we need to check if our cells have we can clean DSS keys from authorized_keys. With the new versions, you receive a warning during the precheck and fail during the patch time. So, we can clean each cell (for example, how to do in one cell, change the DSS for the public RSA key):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">\u2026\r\n\u2026\r\n2023-03-10 08:48:31 +0100        :Working: Check cells have ssh equivalence for root user. Up to 10 seconds per cell ...\r\n2023-03-10 08:48:37 +0100        :WARNING: For upgrades, patchmgr requires SSH equivalency without using DSA key to all cells.\r\n2023-03-10 08:48:37 +0100        :WARNING: File \/root\/.ssh\/authorized_keys on exaceladm01 has dsa keys that need to be removed prior updating.\r\n\u2026\r\n\u2026\r\n[DOM0 - root@exadom0m01 cell]$  cat ~root\/.ssh\/id_rsa.pub\r\nssh-rsa AAAAB3NuMXiw9Tu+UQ== root@exadom0m01.simon.mynet.lu\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  ssh root@exaceladm01\r\nLast login: Fri Mar 10 08:53:32 CET 2023 from exadom0m01.simon.mynet.lu on pts\/0\r\nLast login: Fri Mar 10 08:53:38 2023 from exadom0m01.simon.mynet.lu\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]# cat .ssh\/authorized_keys |grep dss\r\nssh-dss AAAAB3NzaOKFC\/+bOv\/uTgxeR4zrBTam0jYmweo= root@exadom0m01.simon.mynet.lu\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]# vi .ssh\/authorized_keys\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]# cat .ssh\/authorized_keys |grep dss\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]# cat .ssh\/authorized_keys |grep exadom0m01\r\nssh-rsa AAAAB3NuMXiw9Tu+UQ== root@exadom0m01.simon.mynet.lu\r\n[root@exaceladm01 ~]#\r\n[root@exaceladm01 ~]# logout\r\nConnection to exaceladm01 closed.\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p style=\"text-align: justify;\">Before doing the precheck one detail here. My actual version (for the cells as you can see below) is the last of 22.1.9.0.0.230302. And you can see that this was \u201cpackaged\u201d at 230302. The new version 23.1 was created <strong>before<\/strong> this date. So, we can receive one error during the precheck because it is \u201cnewer\u201d than the image that we are trying to install:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">...\r\nexaceladm01:  exaceladm01 160.10.192.32 2023-03-10 08:40:39 +0100: The target version needs to be higher than the current version. The target version date needs to be newer than the current version date. Newer dated releases contain more up-to-date content. The current version date, 230302, is newer than the target version date, 230225.\r\n...\r\n<\/pre>\n<p style=\"text-align: justify;\">So, as you can see the 23.1 was \u201cpackaged\u201d at 230225 and the precheck will complain. But this is easy to be solved, you just need to add the option \u201c<strong>ignore_date_validations<\/strong>\u201d when you call the patchmgr:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 cell]$  .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell  -patch_check_prereq --ignore_date_validations\r\n\r\n2023-03-10 08:54:49 +0100        :Working: Check cells have ssh equivalence for root user. Up to 10 seconds per cell ...\r\n2023-03-10 08:54:56 +0100        :SUCCESS: Check cells have ssh equivalence for root user.\r\n2023-03-10 08:55:05 +0100        :Working: Check if upgrade is supported.\r\n2023-03-10 08:55:09 +0100        :SUCCESS: Check if upgrade is supported.\r\n2023-03-10 08:55:09 +0100        :Working: Initialize files. Up to 1 minute ...\r\n2023-03-10 08:55:14 +0100        :Working: Setup work directory\r\n2023-03-10 08:56:02 +0100        :SUCCESS: Setup work directory\r\n2023-03-10 08:56:10 +0100        :SUCCESS: Initialize files.\r\n2023-03-10 08:56:11 +0100        :Working: Copy, extract prerequisite check archive to cells. If required start md11 mismatched partner size correction. Up to 40 minutes ...\r\n2023-03-10 08:56:31 +0100        :INFO   : Wait correction of degraded md11 due to md partner size mismatch. Up to 30 minutes.\r\n2023-03-10 08:56:40 +0100        :SUCCESS: Copy, extract prerequisite check archive to cells. If required start md11 mismatched partner size correction.\r\n2023-03-10 08:56:40 +0100        :Working: Performing cell prechecks. Up to 20 minutes ...\r\n2023-03-10 08:57:43 +0100        :SUCCESS: Performing cell prechecks.\r\n2023-03-10 08:57:43 +0100        :Working: Check prerequisites on all cells. Up to 2 minutes ...\r\n2023-03-10 08:57:59 +0100        :SUCCESS: Check prerequisites on all cells.\r\n2023-03-10 08:57:59 +0100        :Working: Execute plugin check for Patch Check Prereq ...\r\n2023-03-10 08:57:59 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22909764 v1.0.\r\n2023-03-10 08:57:59 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 08:57:59 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 17854520 v1.3.\r\n2023-03-10 08:57:59 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 08:57:59 +0100        :SUCCESS: No exposure to bug 17854520 with non-rolling patching\r\n2023-03-10 08:57:59 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22468216 v1.0.\r\n2023-03-10 08:57:59 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 08:58:00 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 22468216\r\n2023-03-10 08:58:00 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 24625612 v1.0.\r\n2023-03-10 08:58:00 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 08:58:00 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 24625612\r\n2023-03-10 08:58:00 +0100        :SUCCESS: No exposure to bug 22896791 with non-rolling patching\r\n2023-03-10 08:58:00 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22651315 v1.0.\r\n2023-03-10 08:58:00 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 08:58:03 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 22651315\r\n2023-03-10 08:58:05 +0100        :SUCCESS: Execute plugin check for Patch Check Prereq.\r\n2023-03-10 08:58:16 +0100        :Working: Check ASM deactivation outcome. Up to 1 minute ...\r\n2023-03-10 08:58:28 +0100        :SUCCESS: Check ASM deactivation outcome.\r\n2023-03-10 08:58:28 +0100        :Working: check if MS SOFTWAREUPDATE is scheduled. up to 5 minutes...\r\n2023-03-10 08:58:29 +0100        :NO ACTION NEEDED: No cells found with SOFTWAREUPDATE scheduled by MS\r\n2023-03-10 08:58:31 +0100        :SUCCESS: check if MS SOFTWAREUPDATE is scheduled\r\n2023-03-10 08:58:31 +0100        :Working: Check resilvering status of griddisks. Up to 1 minute ...\r\n2023-03-10 08:58:44 +0100        :SUCCESS: Check resilvering status of griddisks.\r\n2023-03-10 08:58:44 +0100        :Working: check unsanctioned hidden parameter on the cell(s)...\r\n2023-03-10 08:59:06 +0100        :NO ACTION NEEDED: No unsanctioned hidden parameter found on the cell(s)\r\n2023-03-10 08:59:08 +0100        :SUCCESS: check unsanctioned hidden parameter on the cell(s)\r\n\r\n2023-03-10 08:59:10 +0100        :SUCCESS: Completed run of command: .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell -patch_check_prereq --ignore_date_validations\r\n2023-03-10 08:59:10 +0100        :INFO   : patch_prereq performed on cell(s) in file \/root\/all_cell: [exaceladm01 exaceladm02 exaceladm03 exaceladm04 exaceladm05]\r\n2023-03-10 08:59:10 +0100        :INFO   : Current image version on cell(s) is:\r\n2023-03-10 08:59:10 +0100        :INFO   : exaceladm01: 22.1.9.0.0.230302\r\n2023-03-10 08:59:10 +0100        :INFO   : exaceladm02: 22.1.9.0.0.230302\r\n2023-03-10 08:59:10 +0100        :INFO   : exaceladm03: 22.1.9.0.0.230302\r\n2023-03-10 08:59:10 +0100        :INFO   : exaceladm04: 22.1.9.0.0.230302\r\n2023-03-10 08:59:10 +0100        :INFO   : exaceladm05: 22.1.9.0.0.230302\r\n2023-03-10 08:59:10 +0100        :INFO   : For details, check the following files in \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1:\r\n2023-03-10 08:59:10 +0100        :INFO   :  - &lt;cell_name&gt;.log\r\n2023-03-10 08:59:11 +0100        :INFO   :  - patchmgr.stdout\r\n2023-03-10 08:59:11 +0100        :INFO   :  - patchmgr.stderr\r\n2023-03-10 08:59:11 +0100        :INFO   :  - patchmgr.log\r\n2023-03-10 08:59:11 +0100        :INFO   :  - patchmgr.trc\r\n2023-03-10 08:59:11 +0100        :INFO   : Exit status:0\r\n2023-03-10 08:59:11 +0100        :INFO   : Exiting.\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p><a href=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-839 size-medium\" src=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png\" alt=\"\" width=\"300\" height=\"168\" srcset=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png 300w, https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png 625w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">So, with success, we can upgrade the cells. But one point here. Bellow, I am patching in NO ROLLING mode (look that \u201crolling\u201d parameter was not passed). This means that all my environment is down (all dbs, and domU\u2019s). So, when you need to patch, <strong>please choose correctly the mode that you will do<\/strong>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 cell]$  screen -L -RR Patch-Cells\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell -patch --ignore_date_validations\r\n********************************************************************************\r\nNOTE Cells will reboot during the patch or rollback process.\r\nNOTE For non-rolling patch or rollback, ensure all ASM instances using\r\nNOTE the cells are shut down for the duration of the patch or rollback.\r\nNOTE For rolling patch or rollback, ensure all ASM instances using\r\nNOTE the cells are up for the duration of the patch or rollback.\r\n\r\nWARNING Do not interrupt the patchmgr session.\r\nWARNING Do not alter state of ASM instances during patch or rollback.\r\nWARNING Do not resize the screen. It may disturb the screen layout.\r\nWARNING Do not reboot cells or alter cell services during patch or rollback.\r\nWARNING Do not open log files in editor in write mode or try to alter them.\r\n\r\nNOTE All time estimates are approximate.\r\n********************************************************************************\r\n\r\n\r\n2023-03-10 08:59:53 +0100        :Working: Check cells have ssh equivalence for root user. Up to 10 seconds per cell ...\r\n2023-03-10 09:00:00 +0100        :SUCCESS: Check cells have ssh equivalence for root user.\r\n2023-03-10 09:00:09 +0100        :Working: Check if upgrade is supported.\r\n2023-03-10 09:00:13 +0100        :SUCCESS: Check if upgrade is supported.\r\n2023-03-10 09:00:14 +0100        :Working: Initialize files. Up to 1 minute ...\r\n2023-03-10 09:00:18 +0100        :Working: Setup work directory\r\n2023-03-10 09:01:07 +0100        :SUCCESS: Setup work directory\r\n2023-03-10 09:01:16 +0100        :SUCCESS: Initialize files.\r\n2023-03-10 09:01:16 +0100        :Working: Copy, extract prerequisite check archive to cells. If required start md11 mismatched partner size correction. Up to 40 minutes ...\r\n2023-03-10 09:01:36 +0100        :INFO   : Wait correction of degraded md11 due to md partner size mismatch. Up to 30 minutes.\r\n2023-03-10 09:01:45 +0100        :SUCCESS: Copy, extract prerequisite check archive to cells. If required start md11 mismatched partner size correction.\r\n2023-03-10 09:01:45 +0100        :Working: Performing cell prechecks. Up to 20 minutes ...\r\n2023-03-10 09:02:46 +0100        :SUCCESS: Performing cell prechecks.\r\n2023-03-10 09:02:46 +0100        :Working: Check prerequisites on all cells. Up to 2 minutes ...\r\n2023-03-10 09:03:01 +0100        :SUCCESS: Check prerequisites on all cells.\r\n2023-03-10 09:03:01 +0100        :Working: Copy the patch to all cells. Up to 3 minutes ...\r\n2023-03-10 09:04:23 +0100        :SUCCESS: Copy the patch to all cells.\r\n2023-03-10 09:04:25 +0100        :Working: Execute plugin check for Patch Check Prereq ...\r\n2023-03-10 09:04:25 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22909764 v1.0.\r\n2023-03-10 09:04:25 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 09:04:25 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 17854520 v1.3.\r\n2023-03-10 09:04:25 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 09:04:25 +0100        :SUCCESS: No exposure to bug 17854520 with non-rolling patching\r\n2023-03-10 09:04:25 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22468216 v1.0.\r\n2023-03-10 09:04:25 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 09:04:26 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 22468216\r\n2023-03-10 09:04:26 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 24625612 v1.0.\r\n2023-03-10 09:04:26 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 09:04:26 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 24625612\r\n2023-03-10 09:04:26 +0100        :SUCCESS: No exposure to bug 22896791 with non-rolling patching\r\n2023-03-10 09:04:26 +0100        :INFO   : Patchmgr plugin start: Prereq check for exposure to bug 22651315 v1.0.\r\n2023-03-10 09:04:26 +0100        :INFO   : Details in logfile \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1\/patchmgr.stdout.\r\n2023-03-10 09:04:29 +0100        :SUCCESS: Patchmgr plugin complete: Prereq check passed for the bug 22651315\r\n2023-03-10 09:04:30 +0100        :SUCCESS: Execute plugin check for Patch Check Prereq.\r\n2023-03-10 09:04:31 +0100        :Working: check if MS SOFTWAREUPDATE is scheduled. up to 5 minutes...\r\n2023-03-10 09:04:33 +0100        :NO ACTION NEEDED: No cells found with SOFTWAREUPDATE scheduled by MS\r\n2023-03-10 09:04:35 +0100        :SUCCESS: check if MS SOFTWAREUPDATE is scheduled\r\n2023-03-10 09:04:35 +0100        :Working: check unsanctioned hidden parameter on the cell(s)...\r\n2023-03-10 09:04:57 +0100        :NO ACTION NEEDED: No unsanctioned hidden parameter found on the cell(s)\r\n2023-03-10 09:04:59 +0100        :SUCCESS: check unsanctioned hidden parameter on the cell(s)\r\n2023-03-10 09:05:06 +0100 1 of 5 :Working: Initiate patch on cells. Cells will remain up. Up to 5 minutes ...\r\n2023-03-10 09:05:22 +0100 1 of 5 :SUCCESS: Initiate patch on cells.\r\n2023-03-10 09:05:22 +0100 2 of 5 :Working: Waiting to finish pre-reboot patch actions. Cells will remain up. Up to 45 minutes ...\r\n2023-03-10 09:06:22 +0100        :INFO   : Wait for patch pre-reboot procedures\r\n2023-03-10 09:07:45 +0100 2 of 5 :SUCCESS: Waiting to finish pre-reboot patch actions.\r\n2023-03-10 09:07:45 +0100        :Working: Execute plugin check for Patching ...\r\n2023-03-10 09:07:47 +0100        :SUCCESS: Execute plugin check for Patching.\r\n2023-03-10 09:07:47 +0100 3 of 5 :Working: Finalize patch on cells. Cells will reboot. Up to 5 minutes ...\r\n2023-03-10 09:08:16 +0100 3 of 5 :SUCCESS: Finalize patch on cells.\r\n2023-03-10 09:08:36 +0100 4 of 5 :Working: Wait for cells to reboot and come online. Up to 50 minutes ...\r\n2023-03-10 09:09:36 +0100        :INFO   : Wait for patch finalization and reboot\r\n2023-03-10 09:32:14 +0100 4 of 5 :SUCCESS: Wait for cells to reboot and come online.\r\n2023-03-10 09:32:14 +0100 5 of 5 :Working: Check the state of patch on cells. Up to 5 minutes ...\r\n2023-03-10 09:33:37 +0100 5 of 5 :SUCCESS: Check the state of patch on cells.\r\n2023-03-10 09:33:37 +0100        :Working: Execute plugin check for Pre Disk Activation ...\r\n2023-03-10 09:33:38 +0100        :SUCCESS: Execute plugin check for Pre Disk Activation.\r\n2023-03-10 09:33:38 +0100        :Working: Activate grid disks...\r\n2023-03-10 09:33:45 +0100        :INFO   : Wait for checking and activating grid disks\r\n2023-03-10 09:34:05 +0100        :SUCCESS: Activate grid disks.\r\n2023-03-10 09:34:12 +0100        :Working: Execute plugin check for Post Patch ...\r\n2023-03-10 09:34:15 +0100        :SUCCESS: Execute plugin check for Post Patch.\r\n2023-03-10 09:34:18 +0100        :Working: Cleanup\r\n2023-03-10 09:35:11 +0100        :SUCCESS: Cleanup\r\n\r\n2023-03-10 09:35:14 +0100        :SUCCESS: Completed run of command: .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell -patch --ignore_date_validations\r\n2023-03-10 09:35:14 +0100        :INFO   : patch performed on cell(s) in file \/root\/all_cell: [exaceladm01 exaceladm02 exaceladm03 exaceladm04 exaceladm05]\r\n2023-03-10 09:35:14 +0100        :INFO   : Current image version on cell(s) is:\r\n2023-03-10 09:35:14 +0100        :INFO   : exaceladm01: 23.1.0.0.0.230225.1\r\n2023-03-10 09:35:14 +0100        :INFO   : exaceladm02: 23.1.0.0.0.230225.1\r\n2023-03-10 09:35:14 +0100        :INFO   : exaceladm03: 23.1.0.0.0.230225.1\r\n2023-03-10 09:35:14 +0100        :INFO   : exaceladm04: 23.1.0.0.0.230225.1\r\n2023-03-10 09:35:14 +0100        :INFO   : exaceladm05: 23.1.0.0.0.230225.1\r\n2023-03-10 09:35:14 +0100        :INFO   : For details, check the following files in \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1:\r\n2023-03-10 09:35:14 +0100        :INFO   :  - &lt;cell_name&gt;.log\r\n2023-03-10 09:35:14 +0100        :INFO   :  - patchmgr.stdout\r\n2023-03-10 09:35:14 +0100        :INFO   :  - patchmgr.stderr\r\n2023-03-10 09:35:14 +0100        :INFO   :  - patchmgr.log\r\n2023-03-10 09:35:14 +0100        :INFO   :  - patchmgr.trc\r\n2023-03-10 09:35:41 +0100        :INFO   : Exit status:0\r\n2023-03-10 09:35:41 +0100        :INFO   : Exiting.\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p style=\"text-align: justify;\">As you can see above, the patch was successful and everything was OK. In the beginning, you can see that I called inside of screen session.<\/p>\n<p style=\"text-align: justify;\">After the success, you can cleanup (this will remove old tmp\/unnecessary files):<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 cell]$  .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell -cleanup\r\n\r\n2023-03-10 09:38:58 +0100        :Working: Cleanup\r\n2023-03-10 09:39:03 +0100        :SUCCESS: Cleanup\r\n\r\n2023-03-10 09:39:06 +0100        :SUCCESS: Completed run of command: .\/patch_23.1.0.0.0.230225.1\/patchmgr -cells \/root\/all_cell -cleanup\r\n2023-03-10 09:39:06 +0100        :INFO   : Cleanup performed on cell(s) in file \/root\/all_cell: [exaceladm01 exaceladm02 exaceladm03 exaceladm04 exaceladm05]\r\n2023-03-10 09:39:06 +0100        :INFO   : Current image version on cell(s) is:\r\n2023-03-10 09:39:06 +0100        :INFO   : exaceladm01: 23.1.0.0.0.230225.1\r\n2023-03-10 09:39:06 +0100        :INFO   : exaceladm02: 23.1.0.0.0.230225.1\r\n2023-03-10 09:39:06 +0100        :INFO   : exaceladm03: 23.1.0.0.0.230225.1\r\n2023-03-10 09:39:06 +0100        :INFO   : exaceladm04: 23.1.0.0.0.230225.1\r\n2023-03-10 09:39:06 +0100        :INFO   : exaceladm05: 23.1.0.0.0.230225.1\r\n2023-03-10 09:39:06 +0100        :INFO   : For details, check the following files in \/EXAVMIMAGES\/patches\/23.1.0\/cell\/patch_23.1.0.0.0.230225.1:\r\n2023-03-10 09:39:06 +0100        :INFO   :  - &lt;cell_name&gt;.log\r\n2023-03-10 09:39:06 +0100        :INFO   :  - patchmgr.stdout\r\n2023-03-10 09:39:06 +0100        :INFO   :  - patchmgr.stderr\r\n2023-03-10 09:39:06 +0100        :INFO   :  - patchmgr.log\r\n2023-03-10 09:39:06 +0100        :INFO   :  - patchmgr.trc\r\n2023-03-10 09:39:06 +0100        :INFO   : Exit status:0\r\n2023-03-10 09:39:06 +0100        :INFO   : Exiting.\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p style=\"text-align: justify;\">And the new storage cell version is active:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"raw\">[DOM0 - root@exadom0m01 cell]$  dcli -l root -g \/root\/all_cell \"imageinfo\"  |grep \"Active image version\"\r\nexaceladm01: Active image version: 23.1.0.0.0.230225.1\r\nexaceladm02: Active image version: 23.1.0.0.0.230225.1\r\nexaceladm03: Active image version: 23.1.0.0.0.230225.1\r\nexaceladm04: Active image version: 23.1.0.0.0.230225.1\r\nexaceladm05: Active image version: 23.1.0.0.0.230225.1\r\n[DOM0 - root@exadom0m01 cell]$\r\n[DOM0 - root@exadom0m01 cell]$  dcli -l root -g \/root\/all_cell \"cat \/etc\/redhat-release\"\r\nexaceladm01: Red Hat Enterprise Linux release 8.7 (Ootpa)\r\nexaceladm02: Red Hat Enterprise Linux release 8.7 (Ootpa)\r\nexaceladm03: Red Hat Enterprise Linux release 8.7 (Ootpa)\r\nexaceladm04: Red Hat Enterprise Linux release 8.7 (Ootpa)\r\nexaceladm05: Red Hat Enterprise Linux release 8.7 (Ootpa)\r\n[DOM0 - root@exadom0m01 cell]$<\/pre>\n<p style=\"text-align: justify;\"><strong>Disclaimer<\/strong>: \u201c<em>The postings on this site are my own and don\u2019t necessarily represent my actual employer positions, strategies or opinions. The information here was edited to be useful for general purposes, specific data and identifications were removed to allow reach the generic audience and to be useful for the community. Post protected by copyright.<\/em>\u201d<\/p>\n<p style=\"text-align: justify;\">&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On 08\/March\/2023 the Oracle Exadata team released version 23.1.0.0.0 and this include a significant change, OEL 8. I already explained that in my first post that you can read here. Here I will show how to patch to the 23.1.0.0 version for switch and storage cells. Patching As you know, I am working with Exadata [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[71,164,29,77,6,56,5,14,12],"tags":[175,69,165,65,135,108,124],"class_list":["post-984","post","type-post","status-publish","format-standard","hentry","category-19c","category-21c","category-database","category-engineeredsystems","category-exadata","category-grid-infrastructure","category-oracle","category-update","category-upgrade","tag-23-1","tag-exadata","tag-grid-infrastructure","tag-oracle","tag-patch","tag-update","tag-upgrade"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon<\/title>\n<meta name=\"description\" content=\"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.\" \/>\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.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon\" \/>\n<meta property=\"og:description\" content=\"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\" \/>\n<meta property=\"og:site_name\" content=\"Fernando Simon\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-27T22:01:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-03T21:17:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png\" \/>\n<meta name=\"author\" content=\"Simon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"22 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\"},\"author\":{\"name\":\"Simon\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9\"},\"headline\":\"Exadata version 23.1.0.0.0 \u2013 Part 02\",\"datePublished\":\"2023-03-27T22:01:08+00:00\",\"dateModified\":\"2023-04-03T21:17:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\"},\"wordCount\":903,\"commentCount\":1,\"image\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png\",\"keywords\":[\"23.1\",\"Exadata\",\"Grid Infrastructure\",\"Oracle\",\"Patch\",\"Update\",\"Upgrade\"],\"articleSection\":[\"19c\",\"21c\",\"Database\",\"Engineered Systems\",\"Exadata\",\"Grid Infrastructure\",\"Oracle\",\"Update\",\"Upgrade\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\",\"url\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\",\"name\":\"Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon\",\"isPartOf\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png\",\"datePublished\":\"2023-03-27T22:01:08+00:00\",\"dateModified\":\"2023-04-03T21:17:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9\"},\"description\":\"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage\",\"url\":\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png\",\"contentUrl\":\"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png\",\"width\":625,\"height\":350},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.fernandosimon.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exadata version 23.1.0.0.0 \u2013 Part 02\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#website\",\"url\":\"https:\/\/www.fernandosimon.com\/blog\/\",\"name\":\"Fernando Simon\",\"description\":\"Have you hugged your backup today?\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.fernandosimon.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9\",\"name\":\"Simon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g\",\"caption\":\"Simon\"},\"sameAs\":[\"http:\/\/www.fernandosimon.com\"],\"url\":\"https:\/\/www.fernandosimon.com\/blog\/author\/simon\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon","description":"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.","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.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/","og_locale":"en_US","og_type":"article","og_title":"Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon","og_description":"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.","og_url":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/","og_site_name":"Fernando Simon","article_published_time":"2023-03-27T22:01:08+00:00","article_modified_time":"2023-04-03T21:17:59+00:00","og_image":[{"url":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png","type":"","width":"","height":""}],"author":"Simon","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Simon","Est. reading time":"22 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#article","isPartOf":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/"},"author":{"name":"Simon","@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9"},"headline":"Exadata version 23.1.0.0.0 \u2013 Part 02","datePublished":"2023-03-27T22:01:08+00:00","dateModified":"2023-04-03T21:17:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/"},"wordCount":903,"commentCount":1,"image":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png","keywords":["23.1","Exadata","Grid Infrastructure","Oracle","Patch","Update","Upgrade"],"articleSection":["19c","21c","Database","Engineered Systems","Exadata","Grid Infrastructure","Oracle","Update","Upgrade"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/","url":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/","name":"Exadata version 23.1.0.0.0 \u2013 Part 02 - Fernando Simon","isPartOf":{"@id":"https:\/\/www.fernandosimon.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage"},"image":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage"},"thumbnailUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths-300x168.png","datePublished":"2023-03-27T22:01:08+00:00","dateModified":"2023-04-03T21:17:59+00:00","author":{"@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9"},"description":"Oracle Exadata 23.1 was released. Check how to patch to version 23.1. All steps covered for switch and storage cells.","breadcrumb":{"@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#primaryimage","url":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png","contentUrl":"https:\/\/www.fernandosimon.com\/blog\/wp-content\/uploads\/2020\/12\/Three-Paths.png","width":625,"height":350},{"@type":"BreadcrumbList","@id":"https:\/\/www.fernandosimon.com\/blog\/exadata-version-23-1-0-0-0-part-02\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fernandosimon.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Exadata version 23.1.0.0.0 \u2013 Part 02"}]},{"@type":"WebSite","@id":"https:\/\/www.fernandosimon.com\/blog\/#website","url":"https:\/\/www.fernandosimon.com\/blog\/","name":"Fernando Simon","description":"Have you hugged your backup today?","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fernandosimon.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/386da956604bca0d5be5dd52210c1dd9","name":"Simon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fernandosimon.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a3dbc48de62fffb1829befb4a588d789ec6dc5e05977afabb3407a5f37a16482?s=96&d=mm&r=g","caption":"Simon"},"sameAs":["http:\/\/www.fernandosimon.com"],"url":"https:\/\/www.fernandosimon.com\/blog\/author\/simon\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5ofTp-fS","_links":{"self":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts\/984","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/comments?post=984"}],"version-history":[{"count":0,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/posts\/984\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/media?parent=984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/categories?post=984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fernandosimon.com\/blog\/wp-json\/wp\/v2\/tags?post=984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}