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.
Note:
For Oracle SOA Suite on Marketplace instances created on 23.2.2 and later versions, use the following dbclient path:
/u01/app/oracle/middleware/dbclient
For Oracle SOA Suite on Marketplace instances created on 23.1.1 or earlier versions, use the following dbclient path:
/u01/app/oracle/suite/dbclient
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
- 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 ..
- Run the following command as the opc user on the Oracle SOA Suite on Marketplace Virtual Machine (VM).
$ sudo /opt/scripts/fssMount.sh