oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.58k stars 5.44k forks source link

Would we need to do anything different if setting up on 2 different servers. #1616

Open nmukheja opened 4 years ago

nmukheja commented 4 years ago

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.

psaini79 commented 2 years ago

@nmukheja Are you still seeing this issue?