This section provides details about the required configurations for the successful deployment of the Oracle Insurance Planner application on Oracle Cloud Infrastructure (OCI). For more information, see the OFS Analytical Applications Infrastructure Security Guide and OFSAA Clustered Environment Configuration Guide.
This section details the pre-installation steps that you must perform before you deploy the OIP application on OCI:
· Mounting FSS to Compute Virtual Machine
· Opening up the Network Ports for OFSAA Services
Ensure that you have completed all the steps mentioned in the following sections:
· Hardware and Software Requirements
This section enables you to mount the ftpshare directory across the OFSAA Processing Tier Compute nodes, and conditionally apply to any other nodes, for high availability or non-high availability deployments.
NOTE:
Ensure that the ftpshare folder is created and use the mount under which the ftpshare folder was created.
To mount the file system to compute Virtual Machine, follow these steps:
1. Log in to the Oracle Cloud Infrastructure console.
2. Navigate to File Storage and select File Systems.
3. In the Name column, select the project-specific FSS that has been created. In this example, click shared_ifrs_storage to open the Details Screen and view the export path.
Figure 23: The Details Screen Displaying the Export Path
4. For the required
export path, click More , and select Mount
Commands.
Figure 24: The Details Screen after clicking the More Icon
5. Ensure that the Oracle Cloud Infrastructure (OCI) team has opened the Ingress or Egress ports.
Figure 25: The Mount Commands Window
6. In the Mount Commands window:
a. In the COMMAND TO INSTALL NFS CLIENT field, enter the value sudo yum install nfs-utils.
b. In the COMMAND TO INSTALL NFS CLIENT field, enter the value sudo mkdir –p /mnt/shared, where /mnt/shared must be replaced with your mount value.
c. In the COMMAND TO MOUNT THE FILE SYSTEM field, enter the value sudo mount 10.0.14.5:/shared/mnt/shared, where /mnt/shared must be replaced with your mount value and 10.0.14.5 must be replaced with your storage VM IP address.
7. Click Close.
8. Use the PuTTY tunneling session to connect to the OFSAA Product Home1 compute virtual machine with the command, ssh <ofsaa product_home1>.
9. Execute the commands in the fields COMMAND TO INSTALL NFS CLIENT, COMMAND TO INSTALL NFS CLIENT, and COMMAND TO MOUNT THE FILE SYSTEM in sequence.
10. To verify that the execution of the mounting commands was successful, try to verify by accessing a sample text file from the OFSAA product home:
a. Verify the mount by using the command: df -k.
b. Create any text file in this mount.
c. Verify that this file is accessible when you connect to the OFSAA Product Home2 compute virtual machine.
If you are deploying the Oracle Insurance Planner application on the Cloud servers, you must open the respective ports that will be used for the OFSAA Services across the network for the respective subnets in the deployment setup through the OCI team:
NOTE:
The ports mentioned in this section are the default ports. You must open your available ports.
1. Open the following ports:
JAVAPORT
NATIVEPORT
AGENTPORT
ICCPORT
ICCNATIVEPORT
OLAPPORT
MSGPORT
ROUTERPORT
AMPORT
WEB_SERVER_PORT
This section details the post-installation steps that you must perform when you deploy the Oracle Insurance Planner application on OCI:
Ensure that you have completed all the steps mentioned in the following sections:
Log in to the Config Schema and update the configuration set paramvalue to Y using the following query:
update configuration set paramvalue='Y' where paramname='IS_CLOUD_INSTALL'; commit;