In the Summary of Servers page, select the Control tab. Expand the Environment node in the Domain Structure window. Click Servers. The Summary of Servers page is displayed. On the Summary of Servers page, select the Control tab. Validating the Administrat

5-8 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Business Intelligence 6. On the Summary of Machines page, click the newly created Machine link.

7. On the Settings page for the ADMINHOST machine, select the Servers tab.

8. Click Add under the Servers table.

9. On the Add a Server to Machine page, choose Select an existing server, and

associate it with this machine option . 10. Choose the AdminServer from the drop-down menu.

11. Click Finish to associate the Administration Server with the Machine.

12. In the Change Center, click Activate Changes.

5.5.3 Enabling the Administration Server to Listen on the Virtual IP Address

Ensure that you have performed the steps described in Section 5.5.1, Enabling ADMINVHN on APPHOST1 before setting the Administration Server listen address. Perform these steps to set the Administration Server listen address: 1. Log in to the Administration Console.

2. In the Change Center, click Lock Edit.

3. Expand the Environment node in the Domain Structure window.

4. Click Servers. The Summary of Servers page is displayed.

5. Select AdminServeradmin in the Names column of the table. The Setting page

for AdminServeradmin is displayed.

6. Set the Listen Address to ADMINVHN.

7. Click Save.

8. Click Activate Changes.

9. The changes will not take effect until the Administration Server is restarted. Follow these steps to restart the Administration Server:

a. In the Summary of Servers page, select the Control tab.

b. Select AdminServeradmin in the table and then click Shutdown.

c. Start the Administration Server again from the command line, as follows: APPHOST1 cd ORACLE_COMMON_HOMEcommonbin APPHOST1 .wlst.sh wls:offline nmConnect Admin_User,Admin_Password,APPHOST1,9556,domain_name,DOMAIN home wls:nmdomain_name nmStart AdminServer

5.5.4 Creating a Separate Domain Directory for the bi_server1 Managed Server

Use the pack and unpack commands to separate the domain directory used by the Administration Server from the domain directory used by the bi_server1 Managed Server in APPHOST1. 1. Run the pack command on APPHOST1 to create a template pack using the following command. Make sure to pass managed=true to pack just the bi_server1 Managed Server domain information. APPHOST1 cd ORACLE_HOMEcommonbin APPHOST1 .pack.sh -managed=true -domain=path_to_installer_created_domain Creating a Domain with the Administration Server and First Managed Server 5-9 -template=templateName.jar -template_name=templateName For example: APPHOST1 cd ORACLE_HOMEcommonbin APPHOST1 .pack.sh -managed=true -domain= ORACLE_BASE adminbifoundation_domainaserverbifoundation_domain -template=tmpmanagedServer.jar -template_name=ManagedServer_Template 2. Run the unpack command on APPHOST1 to unpack the template to the domain directory of the Managed Server using the following command: APPHOST1 cd ORACLE_HOMEcommonbin APPHOST1 .unpack.sh -domain=path_to_domain_on_LocalFileSystem -template=templateName.jar -app_dir=path_to_applications_dir_on_LocalFileSystem For example: APPHOST1 cd ORACLE_HOMEcommonbin APPHOST1.unpack.sh -domain= ORACLE_BASE adminbifoundation_domainmserverbifoundation_domain -template=tmpmanagedServer.jar -app_dir= ORACLE_BASE adminbifoundation_domainmserverapplications 3. Restart the bi_server1 Managed Server on APPHOST1, as follows ensure that Node Manager is up and running: a. Log in to the Administration Console.

b. Expand the Environment node in the Domain Structure window.

c. Click Servers. The Summary of Servers page is displayed.

d. On the Summary of Servers page, select the Control tab.

e. Select bi_server1 in the table and then click Start.

5.5.5 Enabling Fusion Middleware Control Failover

To enable Fusion Middleware Control failover, copy the em.ear file from the MW_ HOMEuser_projectsapplicationsbifoundation_domain directory to the equivalent directory on all nodes where Administration Server HA might be performed. In some cases, you might need to create the MW_HOMEuser_ projectsapplicationsbifoundation_domain directory on the other nodes.

5.6 Validating the Administration Server

Perform these steps to ensure that the Administration Server is properly configured: 1. Open a Web browser and go to http:ADMINVHN:7001console. 2. Log in as the administrator. 3. Check that you can access Fusion Middleware Control at: http:ADMINVHN:7001em 4. Log in to Fusion Middleware Control with the username and password you specified in Section 5.3, Creating boot.properties for the Administration Server on APPHOST1. 5-10 Oracle Fusion Middleware Enterprise Deployment Guide for Oracle Business Intelligence

5.7 Setting the Listen Address for bi_server1 Managed Server

Ensure that you have performed the steps described in Section 2.2.3.1, Enabling Virtual IPs for the Managed Servers before setting the bi_server1 listen address. Perform these steps to set the listen address for the Managed Server: 1. Log in to the Administration Console.

2. In the Change Center, click Lock Edit.

3. Expand the Environment node in the Domain Structure window.

4. Click Servers. The Summary of Servers page is displayed.

5. Select bi_server1 in the Names column of the table. The Setting page for bi_

server1 is displayed.

6. Set the Listen Address to APPHOST1VHN1.

7. Click Save.

8. Click Activate Changes.

9. The changes will not take effect until the bi_server1 Managed Server is restarted ensure that Node Manager is up and running:

a. On the Summary of Servers page, select the Control tab.

b. Select bi_server1 in the table and then click Shutdown.