1: Download docker on your windows system and install it. To verify your installation, execute the below commands in your cmd prmpt 1. docker version 2. docker info 2: Now, you execute the below command which will pull fusionats image. This image 130792/fusionats has oats installed in it. command: docker pull 130792/fusionats 3: To see the downloaded image, execute "docker images" command. NOTE: With every image, we can start a container which is also called as VM 4: To get into that particular container of this 130792/fusionats image, command: docker run -t -i --privileged -p 5902:5901 130792/fusionats 5: Now you will be inside 130792/fusionats this particular image VM as "root@container-ID" 6: You can check the running containers by giving command "docker ps" 7: You can check the exited containers by giving command "docker ps -a" 8: Finally, To execute oats scripts in this container follow the below commands cmd-1: su - ats cmd-2: cd /tmp/ cmd-3: rm .X*-lock cmd-4: cd /tmp/.X11-unix cmd-5: rm X* cmd-6: cd /home/ats/ cmd-7: rm .Xauthority cmd-8: vncserver -IdleTimeout 0 -geometry 1024x768 -AlwaysShared -SecurityTypes None cmd-9: export DISPLAY=:1 Now open VNC viewer from your local desktop and connect to localhost:2
cmd-10: sudo chown -R ats ats-build/oats-linux64-full-12.5.0.3.3005/
cmd-11: chmod +x ats-build/oats-linux64-full-12.5.0.3.3005/setup.sh
cmd-12: sudo /home/ats/oraInventory/orainstRoot.sh
cmd-13: sudo /home/ats/oats_home/root.sh
When you are prompted for a password give, Oracle123
cmd-14: cd /home/ats/oracleats/helperservice/bin
cmd-15: chmod 777 ./helperservice.sh
cmd-16: ./helperservice.sh start
Now Oats is Up and Running !!!
Let's execute oats scripts now:
cmd-17: cd /home/ats/oracleats/agent/
cmd-18: ./runScript.sh "Location of the .jwg file that you want to execute"
You can see the running script in VNC viewer.
Once when u have image in your windows system, u can directly start the steps from 4.
Thats it !!!
Content type
Image
Digest
Size
3.7 GB
Last updated
almost 9 years ago
docker pull 130792/fusionats