Run the Reconfiguration Wizard

Follow these steps to reconfigure the Domain and Node Manager:

  1. Log in to Oracle Fusion Middleware as a WebLogic Install user.
  2. Enter:
    cd $DOMAIN_HOME/config
  3. Enter:
    cp config.xml config.xml_orig<date>
  4. Enter:
    vi config.xml
  5. Remove the EbsRealm section from the config.xml file.
  6. Update the "default-realm" parameter in the config.xml file as shown below:
    From:
    <default-realm>EbsRealm</default-realm>
    
    To:
    <default-realm>myrealm</default-realm>
    
  7. Enter:
    cd $ORACLE_HOME/oracle_common/common/bin
  8. Enter:
    ./reconfig.sh
  9. At the Existing Domain Location field, leave the default and click Next.
  10. At the Reconfiguration Setup Progress dialog box, click Next.
  11. Enter the appropriate information and continue to click Next until you reach the Database Configuration Type dialog box. Then click Get RCU Configuration and click Next.
  12. Continue to click Next until you reach the Advance Configuration dialog box. Then select the following options:
    • Administration Server
    • Topology
    • Deployments and Services
  13. Continue to click Next until you reach the Deployments Targeting dialog box.
  14. Expand AppDeployment and select wsm-pm from the Deployments column. From the Deployment Targets column, expand Admin Server and select AdminServer.
  15. Click Next.
  16. At the Configuration Summary dialog box, click Reconfig and then click Next.
  17. Click Finish.