Recovering Oracle Management Agent When Components Are Recovered to a Different Host

Scaling Your Environment 19-3 For example, to extend a domain that initially was created to support Oracle SOA Suite so that it can now also support Oracle WebCenter: 1. Use RCU to add any required schemas for the component, as described in the Oracle Fusion Middleware Repository Creation Utility Users Guide. 2. Install Oracle WebCenter, as described in the Oracle Fusion Middleware Installation Guide for Oracle WebCenter. 3. From an Oracle home that was installed for the component you want to add for example, for Oracle WebCenter, invoke the Configuration Wizard, using the following command: UNIX ORACLE_HOMEcommonbinconfig.sh Windows ORACLE_HOME\common\bin\config.cmd The Configuration Wizards Welcome screen is displayed. 4. Select Extend an existing WebLogic Domain. 5. Click Next. The Select a WebLogic Domain Directory screen is displayed. 6. Select the directory for the domain to which you want to add the components. 7. Click Next. The Select Extension Source screen is displayed. 8. Select Extend my domain automatically to support the following added products, Then, select the source from which this domain is to be extended. For example, select Oracle WebCenter Spaces. 9. Click Next. The Configure JDBC Data Sources screen is displayed. 10. Select the schemas for the new component you added, entering the following information: – For Vendor, select Oracle. – For Driver, select Oracles Driver Thin for Service connections; Versions:9.0.1,9.2.0,10,11. – For Schema Owner, do not enter anything. Each data source uses the user name specified in the table. – If you used the same password when you created the schemas, select all of the schemas and enter the password in Schema Password. Alternatively, you can specify different passwords for each data source by selecting each schema individually and entering the password. – With all of the schemas selected, for DBMSService, enter the SID of the database. – With all of the schemas selected, for Host Name, enter the host name of the database. – With all of the schemas selected, for Port, enter the listening port of the database. 11. Click Next. The Test Component Schema screen is displayed. 19-4 Oracle Fusion Middleware Administrators Guide 12. If the test succeeds, click Next. The Select Optional Configuration screen is displayed. 13. In this and the following customization screens, you can choose to customize. To do so, select the type of customization. If you do not want to customize the settings, click Next. The Configuration Summary screen is displayed. 14. Review the information on the screen and if it is correct, click Extend. 15. When the operation completes, click Done.

19.3 Adding Additional Managed Servers to a Domain

You can add Managed Servers to a domain to increase the capacity of your system. The Managed Servers can be added to a cluster. When a Managed Server is added to a cluster, it inherits the applications and services that are targeted to the cluster. When a Managed Server is not added as a part of a cluster, it does not automatically inherit the applications and services from the template. To add a Managed Server to a domain, you can use the Oracle WebLogic Server Administration Console or WLST. To add a Managed Server to a domain using the Administration Console: 1. Display the Administration Console, as described in Section 3.4.1 . 2. Lock the Oracle WebLogic Server configuration, as described in Section 3.4.2 . 3. In the left pane, expand Environment, then select Servers. The Summary of Servers page is displayed. 4. In the Servers table, click New. The Create a New Server: Server Properties page is displayed. 5. Enter the following information: ■ For Name, enter a name for the server. Each server within a domain must have a name that is unique for all configuration objects in the domain. Within a domain, each server, computer, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain. ■ For Listen Address, to limit the valid addresses for a server instance, enter an IP address or DNS name. Otherwise, URLs to the server can specify the host computers IP address, any DNS name that maps to one of the IP addresses, or the localhost string. ■ For Listen Port, enter the port number from which you want to access the server instance. If you run multiple server instances on a single computer, each server must use its own listen port. See: Administration Console Online Help and Oracle Fusion Middleware WebLogic Scripting Tool Command Reference for complete information about adding Managed Servers.