Deployment on OCI

The OCI instance configuration procedure includes a multi-dialog wizard that presents configuration options in sequence.

  1. Login to the OCI console by selecting the appropriate region and compartment.
  2. Click Create a VM instance.
    Creating a VM instance
  3. In the Create Compute Instance page, provide a name for the instance.
    1. Select a compartment from the list of compartments.
    2. Select the appropriate Oracle Linux base image version that is required.
  4. Click Change Shape to change the Instance shape.
    1. You can choose from two Standard Instance Types: a) Virtual Machine and b) Bare Metal Machine.
    2. Select a Shape. Select one option from the available options - AMD Rome, Intel Skylake, Speciality and Legacy.
    3. Select a shape according to your requirement for the Virtual Machine created.
  5. Select the Virtual Cloud Network Compartment.
  6. Select Virtual Cloud Network.
  7. Select Subnet Compartment.
  8. Select a subnet as required and choose Assign a Public IP Address.
    Assign apublic IP address
  9. In Configure boot volume screen, select SPECIFY A CUSTOM BOOT VOLUME and mention the required size.
  10. In the Add SSH keys screen, choose the appropriate SSH key. Use one option to add the public key: Generate SSH Key Pair, Upload Your Own Public Key, Paste own public key.
  11. In the Show Advanced Options screen, provide if any details are required.
  12. Review the details which are selected or created in the previous steps, make changes if anything is required.
  13. Click Create to start creating the instance.
  14. After a delay of few minutes, the instance is created and the public and private IP addresses of the instance are displayed in the newly loaded page.
  15. By default, the instance /(/root) file system has 40 GB only; even if you have defined the size in the earlier step. Follow the method explained in the document: How To Create a Linux Instance With Custom Boot Volume and Extend The Root Partition in OCI to increase the size.
  16. After resizing the VM instances, follow the instructions in the Oracle Communications Session Monitor Installation Guide.

    Note:

    If the disk size is increased after the OCSM installation and configuration, partitions space can be reconfigured by using script:
    /opt/oracle/ocsm/usr/share/pld/scripts/admin/change-disk-usage.py

    For example:. /opt/oracle/ocsm/usr/share/pld/scripts/admin/change-disk-usage.py -d1 <new-size> -d2 <new size>

    Use d2 only if dual disks are being used. However, if the new partition space is lesser than the previous size then data is deleted. Ensure that the size is larger than the preconfigured size.