Saurabh Ahuja

Results 19 comments of Saurabh Ahuja
trafficstars

Issue here is that you are using latest version of docker where buildx is by default enabled, you may have downloaded this as binary from outside yum repo but latest...

Well this repo is tested with Oracle Linux 7 for RAC on Docker setup. Ubuntu is not supported and tested yet. Can you please procure Oracle Linux 7 machine and...

Found workaround with --podman-run-args="--systemd=always"

This needs to be fixed. Such waste up efforts with recreate

I am also able to run DDL queries after restart of docker containers after system reboot - "docker start catalog gsm1 gsm2 shard1 shard2" and "docker exec -it gsm1 bash...

Please give the output of below- 1. docker logs -f rac-dnsserver 2. docker logs racnode-storage 3. docker ps -a 4. docker network ls 5. docker volume ls 6. docker volume...

Looks like u r not following document , why do u have -volume /home/test/docker_volumes/asm_vol/ORCLCDB:/oradata , it has to come from docker volume racstorage. Can you try using it?

I followed below commands and it went fine in OL7.9 docker network create --driver=bridge --subnet=172.16.1.0/24 rac_pub1_nw docker network create --driver=bridge --subnet=192.168.17.0/24 rac_pzriv1_nw docker create --hostname racdns --dns-search=example.com --cap-add=AUDIT_WRITE -e DOMAIN_NAME="example.com"...

your docker volume inspect racstorage shall come like below- docker volume inspect racstorage [ { "CreatedAt": "2024-07-04T07:31:22Z", "Driver": "local", "Labels": {}, "Mountpoint": "/var/lib/docker/volumes/racstorage/_data", "Name": "racstorage", "Options": { "device": "192.168.17.80:/oradata", "o":...