I wanted to understand if anything different needs to be done in 1 VM vs 2 VM case specially in terms of NFS.
Do we need to export anything related to NFS on 1st VM like below as we found in doc.
export NFS_SERVER_NAME=
As when we are trying to start racnode1 we are getting below error:
oracle@dockerrac1 ~]$ sudo docker start racnode1
Error response from daemon: error while mounting volume '/var/lib/docker/volumes/racstorage/_data': failed to mount local volume: mount :/oradata:/var/lib/docker/volumes/racstorage/_data, data: addr=192.168.17.25,bg,hard,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0: connection timed out
Error: failed to start containers: racnode1
We are trying to deploy 2 node rac cluster on 2 Azure VMS enabling multicast network via weavenet driver.
Hi,
I wanted to understand if anything different needs to be done in 1 VM vs 2 VM case specially in terms of NFS. Do we need to export anything related to NFS on 1st VM like below as we found in doc. export NFS_SERVER_NAME=
As when we are trying to start racnode1 we are getting below error: oracle@dockerrac1 ~]$ sudo docker start racnode1 Error response from daemon: error while mounting volume '/var/lib/docker/volumes/racstorage/_data': failed to mount local volume: mount :/oradata:/var/lib/docker/volumes/racstorage/_data, data: addr=192.168.17.25,bg,hard,tcp,vers=3,timeo=600,rsize=32768,wsize=32768,actimeo=0: connection timed out Error: failed to start containers: racnode1
We are trying to deploy 2 node rac cluster on 2 Azure VMS enabling multicast network via weavenet driver.