16.2.3 Creating the OIGDomainConfigResponse.txt File

Run the following steps to create the OIGDomainConfigResponse.txt file:
  1. In the <workdir>/upgradescripts create an OIGDomainConfigResponse.txt file and replace the %DOMAIN_HOME% environment variable with the value collected in Upgrade Prerequisite Steps:
    [GENERAL]
    # This is the file format version number.  Do not change the next line.
    fileFormatVersion = 3
     
    # The next section contains information for accessing a WebLogic Server domain.
    [UAWLSINTERNAL.UAWLS]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 1
     
    # Specifies the WebLogic Server domain directory:
    UASVR.path = %DOMAIN_HOME%
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle Identity Manager, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/idm/plugins/upgrade/oim.xml
    # Do not change the next line.
    [OIM.OIMCONFIGPLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 17
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle JRF, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/jrfua.xml
    # Do not change the next line.
    [JRF.JRF_CONFIG_PLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 6
     
    # The next section contains the information for performing a mid-tier
    # upgrade on System Components Infrastructure, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/syscomp.xml
    # Do not change the next line.
    [CAM.SYSCOMP]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 11
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle Web Services Manager, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/wsm.xml
    # Do not change the next line.
    [WSM.WSMPLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 10
     
    # The next section contains the information for performing a mid-tier
    # upgrade on User Messaging Service, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/usermessaging.xml
    # Do not change the next line.
    [UCSUMS.UCSUMS_CONFIGURATION_PLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 9
    # Specifies a choice from a collection of values,
    # "Is this correct?"
    REMOTE_COPY_CHOICE.choose = REMOTE_COPY_CHOICE3
    
    
    For example:
    [GENERAL]
    # This is the file format version number.  Do not change the next line.
    fileFormatVersion = 3
     
    # The next section contains information for accessing a WebLogic Server domain.
    [UAWLSINTERNAL.UAWLS]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 1
     
    # Specifies the WebLogic Server domain directory:
    UASVR.path = /u01/oracle/user_projects/domains/governancedomain
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle Identity Manager, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/idm/plugins/upgrade/oim.xml
    # Do not change the next line.
    [OIM.OIMCONFIGPLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 17
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle JRF, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/jrfua.xml
    # Do not change the next line.
    [JRF.JRF_CONFIG_PLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 6
     
    # The next section contains the information for performing a mid-tier
    # upgrade on System Components Infrastructure, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/syscomp.xml
    # Do not change the next line.
    [CAM.SYSCOMP]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 11
     
    # The next section contains the information for performing a mid-tier
    # upgrade on Oracle Web Services Manager, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/wsm.xml
    # Do not change the next line.
    [WSM.WSMPLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 10
     
    # The next section contains the information for performing a mid-tier
    # upgrade on User Messaging Service, as described in the Upgrade
    # Descriptor file located at
    #   /u01/oracle/oracle_common/plugins/upgrade/usermessaging.xml
    # Do not change the next line.
    [UCSUMS.UCSUMS_CONFIGURATION_PLUGIN]
    # The following number uniquely identifies this instance of an
    # upgrade plugin.  Do not change it.
    pluginInstance = 9
    # Specifies a choice from a collection of values,
    # "Is this correct?"
    REMOTE_COPY_CHOICE.choose = REMOTE_COPY_CHOICE3