docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Missing Documentation for deletion of node from RAC Custer

Open s1saurabh opened this issue 3 years ago • 2 comments

https://github.com/oracle/docker-images/tree/main/OracleDatabase/RAC/OracleRealApplicationClusters is missing Documentation for deletion of node from RAC Custer

s1saurabh avatar Jul 15 '22 06:07 s1saurabh

Found way to do though, pls add to documentation-

docker exec racnode1 /bin/sh -c "sudo -E /opt/scripts/startup/DelNode.sh <node_to_be_deleted>" docker stop <<<node_to_be_deleted>>> docker rm <<node_to_be_deleted>>>

s1saurabh avatar Jul 18 '22 08:07 s1saurabh

Raised merge request https://github.com/oracle/docker-images/pull/2416

s1saurabh avatar Jul 18 '22 08:07 s1saurabh