Updating Oracle Exadata InfiniBand Switches
Update Oracle Exadata InfiniBand switches to a higher InfiniBand switch firmware version.
- Create an Oracle Exadata InfiniBand switch image.
The following command imports an Oracle Exadata InfiniBand switch image to the Oracle FPP Server as an image. In the example,
imagespecifies the name of the InfiniBand switch image that you want to add,imagetypespecifiesEXAPATCHSOFTWAREfor Oracle Exadata software,versionspecifies the version of the Oracle Exadata software, andpathspecifies the absolute path location of the InfiniBand switch image that you want to import.rhpctl import image -image image_name -imagetype EXAPATCHSOFTWARE -version software_version -path absolute_pathWhen you import an InfiniBand switch image with this command, the
versionparameter must be the exact version of the InfiniBand switch software required by thepatchmgron the node, for example23.4.0.0.0.221111.1. Thepathparameter should contain InfiniBand switch updated zip files. - Deploy the Oracle Exadata InfiniBand switch image to the client cluster.
Note:
You need to deploy the image only when running the patch operation from a client. This step is not required when running the patch operation from the Oracle FPP Server.The following command deploys an Oracle Exadata InfiniBand switch image to a client cluster. In the example,
imagespecifies the name of the Oracle Exadata InfiniBand switch image that you want to deploy,clientspecifies the name of the cluster to which you want to deploy the image, andpathspecifies the absolute path location for deploying the Oracle Exadata InfiniBand switch image on therhpclient-less target or client side.rhpctl deploy image -image image_name -client client_cluster_name -path image_file_path - Evaluate the current configuration and perform pre-upgrade checks for
InfiniBand switches.
The following command evaluates the current configuration and performs pre-upgrade checks. In the example,
imagespecifies the name of the Oracle Exadata InfiniBand switch image that you want to use for update,clientspecifies the name of the cluster in which you want to update database nodes, andpatchmgrdrivingsystemspecifies the node from which you start the update operation.rhpctl update exadata -ibswitches comma_separated_list_of_IB_nodes -image image_name -client client_cluster_name -patchmgrdrivingsystem patchmgr_driving_node -evalNote:
You must specify thepatchmgrdrivingsystemif the Oracle FPP Server does not have direct access to the Oracle Exadata InfiniBand switches and the patch operation needs to be performed through an intermediarydom0node - Update Oracle Exadata InfiniBand switches with the new image.
rhpctl update exadata -ibswitches comma_separated_list_of_IB_nodes -image image_name -client client_cluster_name -patchmgrdrivingsystem patchmgr_driving_node - Query the Oracle Exadata InfiniBand switch image to check the image type:
rhpctl query image -image infini1 Image name: infini1 Owner: user@server10 Site: server10 ... ... Image Type: Exadata network switch Complete: TRUE
Related Topics
Parent topic: Updating Oracle Exadata Infrastructure