Enabling ADMINVHN on SOAHOST1 Running the Configuration Wizard on SOAHOST1 to Create a Domain

5-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite

5.1 Enabling ADMINVHN on SOAHOST1

This step is required for failover of the Administration Server, regardless of whether or not other Fusion Middleware components are installed later. You will associate the Administration Server with a virtual IP ADMINVHN. Make sure that ADMINVHN is enabled on SOAHOST1. To enable the virtual IP on Linux, run the ifconfig command as root: sbinifconfig interface:index IP_address netmask netmask sbinarping -q -U -c 3 -I interface IP_address For example: sbinifconfig ethX:Y 100.200.140.206 netmask 255.255.255.0 Enable your network to register the new location of the virtual IP, for example: sbinarping -q -U -c 3 -I ethX 100.200.140.206 Validate that the address is available by pinging it from another node, for example: binping 100.200.140.206

5.2 Running the Configuration Wizard on SOAHOST1 to Create a Domain

Run the Oracle Fusion Middleware Configuration Wizard from the Oracle Common home directory to create a domain containing the Administration Server. You will extend the domain to contain other components later. 1. Change the directory to the location of the Oracle Fusion Middleware Configuration Wizard created in Chapter 3, Installing the Software : SOAHOST1 cd ORACLE_COMMON_HOMEcommonbin 2. Start the Configuration Wizard: SOAHOST1 .config.sh

3. In the Welcome screen, select Create a new WebLogic Domain, and click Next.

4. The Select Domain Source screen opens. In this screen, do the following as shown in Figure 5–1 : ■ Select Generate a domain configured automatically to support the following products . ■ Select the following products: – Basic WebLogic Server Domain - 10.3.5.0 [wlserver_10.3] this should be selected automatically – Oracle Enterprise Manager - 11.1.1.0 [oracle_common] – Oracle JRF - 11.1.1.0 [oracle_common] this should be selected automatically Note: In these examples, ethX is the ethernet interface eth0 or eth1 and Y is the index 0, 1, 2, etc.. Creating a Domain with Administration Server 5-3 Figure 5–1 Select Domain Source Screen If you accidentally deselect some of the targets, make sure that the following selections are made in this screen: ■ Oracle Enterprise Manager ■ Oracle JRF Click Next. 5. In the Specify Domain Name and Location screen, enter the domain name domain_name. Make sure that the domain directory matches the directory and shared storage mount point recommended in Chapter 2, Database and Environment Preconfiguration : enter ORACLE_BASEadmindomain_nameaserver for the domain directory and ORACLE_BASEadmindomain_nameaserverapplications for the application directory. This directory should be in shared storage. Click Next. 6. In the Configure Administrator User Name and Password screen, enter the username and password to be used for the domains administrator. Click Next. 7. In the Configure Server Start Mode and JDK screen, do the following: ■ For WebLogic Domain Startup Mode, select Production Mode. ■ For JDK Selection, select JROCKIT SDK1.6.0_version. Click Next. 5-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle ECM Suite 8. In the Select Optional Configuration screen, select the following: ■ Administration Server ■ Managed Servers, Clusters and Machines Click Next. 9. In the Configure the Administration Server screen, enter the following values: ■ Name: AdminServer ■ Listen address: enter ADMINVHN. ■ Listen port: 7001 ■ SSL listen port: NA ■ SSL enabled: leave this check box unselected. Click Next. 10. In the Configure Managed Servers screen, click Next. 11. In the Configure Clusters screen, click Next. 12. In the Configure Machines screen, click the Unix Machine tab and then click Add to add the following machine: Leave all other fields to their default values. Please note that the machine name does not need to be a valid host name or listen address; it is just a unique identifier of a Node Manager location. Click Next. 13. In the Assign Servers to Machines screen, assign servers to machines as follows: ■ ADMINVHN: – AdminServer Click Next. 14. In the Configuration Summary screen, click Create. 15. In the Create Domain screen, click Done.

5.3 Creating boot.properties for the Administration Server on SOAHOST1