You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

NFS Permissions

edited Mar 27, 2025 3:21AM in Database 3 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!