Unmount and Mount File Storage Service

You can use File Storage Service (FSS) as a shared file system while provisioning the Oracle SOA Suite on Marketplace instance created using the Oracle Autonomous Transaction Processing (ATP) database. The FSS is mounted in the same path as that of the DBFS mount, which is /u01/soacs/dbfs/share.

Execute the following commands, if you choose to configure the file storage in the provisioning UI.

Unmount FSS

Run the following command as the opc user on the Oracle SOA Suite on Marketplace Virtual Machine (VM).

$ sudo umount /u01/soacs/dbfs/share

Mount FSS

  1. Verify if the status of the mount directory, /u01/soacs/dbfs/share, is empty.
    $ cd /u01/soacs/dbfs/share
    $ ls -ltr
    The output should look similar to:
    total 0
    drwxrwxr-x. 2 oracle oracle  6 Jun  5 08:15 .
    drwxrwxr-x. 3 oracle oracle 19 Jun  5 08:15 ..
  2. Run the following command as the opc user on the Oracle SOA Suite on Marketplace Virtual Machine (VM).
    $ sudo /opt/scripts/fssMount.sh