8.2.6 Run the Reconfiguration Wizard
Follow these steps to reconfigure the Domain and Node Manager.
- Log in to Oracle Fusion Middleware as a WebLogic Install user.
- Enter:
cd $DOMAIN_HOME/config
- Enter:
cp config.xml config.xml_orig<date>
- Enter:
vi config.xml
- 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>
- Enter:
cd $ORACLE_HOME/oracle_common/common/bin
- Enter:
./reconfig.sh
- At the Existing Domain Location field, leave the default and click Next.
- At the Reconfiguration Setup Progress dialog box, click Next.
- 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.
- Continue to click Next until you reach the Advance
Configuration dialog box. Then select the following options:
- Adminstration Server
- Topology
- Deployments and Services
- 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.
- At the Configuration Summary dialog box, click Reconfig and then click Next.
- Click Finish.
Parent topic: Upgrade Oracle WebLogic Server