Hi
I'm just experimenting with Grid 12.2 using Oracle Cloud Filesystem.
I set it up, it is running fine, failover works...
Howeve,r a question about the NFS Server:
On my system I have to edit /etc/exports file and add the exported filesystems manually.
Is this normal behaivor or did I miss something when setting up the Cloud Filesystems?
As far as I got it, the manuals just give the information that nfs Server must be running, which is the case.
Therefore I expected that the installation would do the changes of /export/exports automaticly.
as root created the FS
mkfs -t acfs /dev/asm/acfs_volum2-483
created the mount points on all nodes
mkdir /acfs2
build the cluster resource
srvctl add filesystem -d /dev/asm/acfs_volum2-483 -m /acfs2
starting the cluster resource
srvctl start filesystem -d /dev/asm/acfs_volum2-483
create HAVIP
srvctl add havip -id havip_acfs_vol2 -address ACFS-VOL2
create and start exportfs
srvctl add exportfs -id havip_acfs_vol2 -path /acfs2 -name export_acfs_volume2 -options rw -clients *.darkwing.net
srvctl start exportfs -name export_acfs_volume2
Thx
Christian