Removing Grid Infrastructure Management Repository
GIMR is desupported in Oracle AI Database 26ai. If GIMR is configured in your existing Oracle Grid Infrastructure installation, then remove the GIMR.
Confirm if Grid Infrastructure Management Repository (GIMR) is configured in the current release.
srvctl config mgmtdbNote:
If GIMR is not configured, then do not follow this procedure.
Confirm if Oracle Fleet Patching and Provisioning (Oracle FPP) is configured in central server mode in the current release.
srvctl config rhpserverNote:
If Oracle FPP is configured on your cluster, then you are recommended to use the Oracle FPP Self-Upgrade feature for smooth migration of the metadata from GIMR to the new metadata repository. Refer to Oracle Fleet Patching and Provisioning Self Upgrade for more information about how to use the Oracle FPP Self-Upgrade feature.
As the
griduser, log in to any cluster node and create a new directory owned bygridto store the GIMR deletion script.mkdir -p $ORACLE_HOME/gimrdel chown grid:oinstall $ORACLE_HOME/gimrdel- Download
scriptgimr.zipfrom the My Oracle Support Note 2972418.1 to the$ORACLE_HOME/gimrdeldirectory. Extract the
reposScript.shscript from thescriptgimr.zipand ensure that thegriduser has read and execute permissions on thereposScript.shscript.unzip -q $ORACLE_HOME/gimrdel/scriptgimr.zipOptional: Query and export the CHA user models.
Grid_home/bin/chactl query model Grid_home/bin/chactl export model -name model_name -file model_name.svmIf Oracle FPP was configured in central mode, then export the Oracle FPP Metadata to re-configure Oracle FPP after upgrading to Oracle Grid Infrastructure 26ai.
Grid_home/crs/install/reposScript.sh -export_dir=dir_to_export_Oracle_FPP_metadataRun the
reposScript.shscript, in delete mode, from the/gimrdeldirectory.$ORACLE_HOME/gimrdel/reposScript.sh -mode="Delete"Note:
Oracle FPP stops working if you delete the GIMR, but do not upgrade to Oracle Grid Infrastructure 26ai and re-configure Oracle FPP.
For more information, see My Oracle Support Note 2972418.1.