http://erman-arslan-s-oracle-forum.114.s1.nabble.com/ODA-Questions-tp1796p1813.html
i tried to export Cloudfs which is already exists but i think i made some mistakes
1- vi /etc/export
exportfs /cloudfs 10.10.1.191(rw,sync,no_root_squash,fsid=1)
exportfs -ra (when i issue this command all shared repo become unknown and all the oda base node 0 hang problem resolved only after reset host)
so how i can export cloudfs without affecting all other shared repo ?
later i was planning to update /etc/fstab as below
echo "10.10.1.185:/cloudfs /cloudfs nfs rw,intr,bg,hard,timeo=600,wsize=32768,rsize=32768,nfsvers=3,tcp,nolock,acregmin=0,acregmax=0 0 0"
note :10.10.1.185 is the virtual IP of node 0 for ODA_Base
On Tuesday, December 27, 2016 4:40 PM, ErmanArslansOracleBlog [via Erman Arslan's Oracle Forum] <[hidden email]> wrote:
sounds good...
In ODA ACFS volumes (shared repositories) are exported to DOM 0 using NFS.. Instead, you will export ACFS volumes directly to the DOM U instead.
update me with the results.