...
Info |
---|
The VDB should already be running, so the mount exists |
Enabling Direct NFS Client Control of NFS
Shutdown the VDB
Make sure all Oracle instances that run on this Oracle home are shut down
export ORACLE_HOME=<SOME_PATH_TO_ORACLE_HOME>
Change the directory to
$ORACLE_HOME/rdbms/lib
.Enter Run the following command:
Code Block make -f ins_rdbms.mk dnfs_on
Prepare oranfstab file on Target VDB server.
Info |
---|
It can be placed in $ORACLE_HOME/dbs/oranfstab or under /etc/oranfstab If placed under “/etc/oranfstab” then the files will be global for every ORACLE_HOME installed on the server If placed in $ORACLE_HOME/dbs it will be applicable only to this ORACLE_HOME |
...
On the Accelario App server you need to add line into /etc/exports
The format of the line is as following:
Info |
---|
“<mount of VDB on Accelario server> <IP address of target server (nfs client)>(rw,insecure,no_root_squash)” |
e.g.
Code Block |
---|
"/main_pool/00000050 192.168.33.5(rw,insecure,no_root_squash)" |
...
into /etc/exports
...
|
Re-mount the VDB filesystem mount point
Start the VDB