Patch Exadata RoCE Switch in X8-M onwards
From Exadata oracle have replaced infini Switch with RoCE Switch. In this blog , We will show the steps to patch Exadata RoCE switch. Pre-Check: Collect below information from the RoCE switches: show running-config show lldp neighbor dir bootflash: show interface status show version Patch RoCE Switch: Patch should be uncompressed by a non root user (dbmadmin in this example) and in a directory owned by the same non root user. For this example /u01/install is used.Patchmanager should be executed by a non root user on pre 20.1.0.0.0 . dbmadmin is used for this example. 1) Set up Directories owned by user "dbmadmin" and copy/unzip patch file. [root@node_name u01]#cd /u01 [root@node_name u01]# mkdir install [root@node_name u01]# chown dbmadmin install [root@node_name u01]# ls -l total 0 drwxr----- 2 root root 6 Sep 24 11:42 crashfiles drwxr-xr-x 2 dbmadmin root 6 Jan 30 13:19 install [root@node_name u01]# cd install [root@node_name insta...