Increase the Domain Volume Size Post-Provisioning

You can increase the domain volume size defined during provisioning of an instance. You cannot decrease the domain volume size.

The steps to increase the domain volume size include:

  • Update the Domain Volume Size (GB) value using the Edit Stack wizard in the Oracle Cloud Infrastructure Console.
  • Run the resizeDomainVolume.sh script to resize the mounted domain volume.

To increase the domain volume size:

  1. Go to the Stack Details page of the instance for which you want to increase the domain volume size, as described in View Oracle SOA Suite on Marketplace Instance Details.
  2. On the Stack Details page, click Edit Stack.
  3. In the Edit Stack wizard, click Next to go to Configure Variables and select the In the Edit Stack wizard, increase the Domain Volume Size (GB) value as required.
  4. Click Next to navigate to the Review page, then click Save Changes.
  5. On the Stack Details page, click Terraform Actions and select Plan. In the Plan dialog, click Plan.
  6. When the Terraform Plan job completes successfully, click Terraform Actions and select Apply. In the Apply dialog, click Apply.
  7. Use the ssh command to connect to the Administration Server VM (as the opc user):
    ssh -i private_key opc@Admin_VM_Public_IP
  8. Navigate to the directory containing automation scripts:
    cd /opt/scripts/runbooks
  9. Run the script to resize the mounted domain volume as the opc user:
    ./resizeDomainVolume.sh
  10. Confirm that the domain volume size is increased:
    df -h