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

6-2 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management

6.1 Enabling ADMINVHN on IDMHOST1

Note that this step is required for failover of the WebLogic Administration Server, regardless of whether other Oracle Fusion Middleware components are installed later or not. You associate the Administration Server with a virtual IP address, ADMINVHN.mycompany.com. Check that ADMINVHN.mycompany.com is enabled on IDMHOST1. Linux To enable the virtual IP address, run the following commands as root: sbinifconfig interface:index IPAddress netmask netmask sbinarping -q -U -c 3 -I interface IPAddress where interface is eth0, eth1, and so forth, and index is 0, 1, 2, and so forth. For example: sbinifconfig eth0:1 100.200.140.206 netmask 255.255.255.0 Enable your network to register the new location of the virtual IP address: sbinarping -q -U -c 3 -I eth0 100.200.140.206 Validate that the address is available by pinging it from another node, for example: binping 100.200.140.206 Windows To enable the virtual IP address, run the following command: netsh interface ip add address interface IP_Address netmask where IP_Address is the virtual IP address and the netmask is the associated netmask. In the following example, the IP address is enabled on the interface Local Area Connection. netsh interface ip add address Local Area connection 100.200.140.206 255.255.255.0

6.2 Running the Configuration Wizard on IDMHOST1 to Create a Domain

Run the Configuration Wizard from the Oracle Common home directory to create a domain containing the Administration Server. Later, you will extend the domain to contain other components. 1. Change directory to the location of the Configuration Wizard. This is within the Oracle Common Home directory created in Chapter 4, Installing the Software . IDMHOST1 cd ORACLE_BASEproductfmworacle_commoncommonbin Note: This is the DNS name associated with the floating IP address. It is not admin.mycompany.com, which is the virtual host configured on the load balancer. Creating the WebLogic Server Domain for Identity Management 6-3 2. Start the Oracle Fusion Middleware Configuration Wizard On Linux, type: IDMHOST1 .config.sh On Windows, type: IDMHOST1 .config.cmd

3. On the Welcome screen, select Create a New WebLogic Domain, and click Next.

4. The Select Domain Source screen is displayed in Figure 6–1 . Figure 6–1 Select Domain Source Screen On the Select Domain Source screen, do the following: ■ Select Generate a domain configured automatically to support the following products . ■ Select the following products: – Basic WebLogic Server Domain [wlserver_10.3] This should be selected automatically. – Oracle Enterprise Manager [oracle_common] – Oracle JRF [oracle_common] This should be selected automatically. Click Next. 5. On the Specify Domain Name and Location screen, enter the domain name IDMDomain. 6-4 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management Ensure that the domain directory matches the directory and shared storage mount point recommended in Section 2.4, Shared Storage and Recommended Directory Structure. Enter ORACLE_BASE adminIDMDomainaserver for the domain directory and ORACLE_BASE adminIDMDomainaserverapplications for the application directory. This directory should be in shared storage.

6. Click Next.

7. On the Configure Administrator Username and Password screen, enter the username default is weblogic and password to be used for the domains administrator. For example: ■ Name : weblogic ■ User Password : password for weblogic user ■ Confirm User Password : password for weblogic user ■ Description :This user is the default administrator. Click Next. 8. On the Configure Server Start Mode and JDK screen, do the following: ■ For WebLogic Domain Startup Mode, select Production Mode. ■ For JDK Selection, select JRockit SDK Click Next. 9. On the Select Optional Configuration screen, select the following: ■ Administration Server ■ Managed Servers, Clusters and Machines Click Next. 10. On the Configure the Administration Server screen, enter the following values: ■ Name : AdminServer ■ Listen Address : ADMINVHN.mycompany.com. ■ Listen Port : 7001 ■ SSL listen port : NA ■ SSL enabled : unchecked Click Next. 11. On the Configure Managed Servers screen, click Next 12. On the Configure Clusters screen, click Next 13. On the Configure Machines screen, click the Unix Machine tab for Linux and UNIX machines or the Machines tab for Windows machines and then click Add to add the following machine. 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: ■ Name : ADMINHOST. Creating the WebLogic Server Domain for Identity Management 6-5 ■ Node manager listen address : localhost Leave all other fields to their default values.

14. Click Next.

15. On the Assign Servers to Machines screen, assign servers to machines as follows: ■ ADMINHOST : AdminServer Click Next. 16. On the Configuration Summary screen, validate that your choices are correct, then click Create.

17. On the Create Domain screen, click Done.

6.3 Creating boot.properties for the WebLogic Administration Server on IDMHOST1