NFS Permissions
Hi Team,
We are using OCI DBCS VM which is Base Database Service. We have a requirement to place application files daily in some location in DB server. But as per note id 2704132.1 , it is not possible to increase space in either root partition or in /u01 in OCI DB. Please correct me if wrong.
So,
We have created a block volume, attached to app server and then performed NFS mount from App to DBCS server.
Below are steps for reference:
on App Server
$ yum install -y nfs-utils
Add Block Volume mount to /etc/exports file
$ echo "<BV_Mount> <DbServer FQDN>(rw)" | sudo tee -a /etc/exports > /dev/null