8.2.6 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 and 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>
    
  6. Enter:
    cd $ORACLE_HOME/oracle_common/common/bin
  7. Enter:
    ./reconfig.sh
  8. At the Existing Domain Location field, leave the default and click Next.
  9. At the Reconfiguration Setup Progress dialog box, click Next.
  10. 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.
  11. Continue to click Next until you reach the Advance Configuration dialog box. Then select the following options:
    • Adminstration Server
    • Topology
    • Deployments and Services
  12. Continue to click Next until you reach the Deployments Targeting dialog box. Then expand AppDeployment and select wsm-pm from the Deployments column. From the Deployment Targets column, expand Admin Server and select AdminServer. Click Next.
  13. At the Configuration Summary dialog box, click Reconfig and then click Next.
  14. Click Finish.