Provisioning Oracle Grid Infrastructure 21c With GIMR Configured
You can use Oracle Fleet Patching and Provisioning to provision Oracle Grid infrastructure that has Grid Infrastructure Management Repository (GIMR) configured.
-
Import the Oracle Grid Infrastructure image with the
rhpctl
import
image
command. -
Import the Oracle Database image with the
rhpctl
import
image
command. -
Add the Oracle Grid Infrastructure working copy with the
rhpctl
add
workingcopy
command.Specify the use of a local GIMR in the response file using the following settings.
oracle.install.crs.configureGIMR=true
oracle.install.crs.configureRemoteGIMR=false
oracle.install.crs.RemoteGIMRCredFile=
-
Add the Oracle Database working copy with the
rhpctl
add
workingcopy
command. The owner of the database working copy must be the same as the owner of the Oracle Grid Infrastructure working copy.This use of the
rhpctl
add
workingcopy
command is only used by GIMR, and cannot be used to provision customer databases. -
Add the GIMR database to the database working copy with the
rhpctl
add
database
command using the-gimr
flag.
Parent topic: Provisioning Oracle Grid Infrastructure Homes