Here, We will see how to Stop and start ODI server instance on OCI
Steps:
Step1: Login to OCI console with the account
Step2: After login, click on Hamburger and navigate to instances
Step3: Select the appropriate compartment
Step5: Use Stop button to stop the instance and Once status says "Stopped" we can restart using "Start" button.
Use below useful commands whenever needed:
"systemctl status agentodi.service" -- To check if its disablwd or not.
"sudo systemctl daemon-reload"
Path of ODI studio: /u01/oracle/mwh/odi/studio
To restart odi normally "./odi.sh"
To restart odi in clean way "./odi.sh -clean -initialize"
No comments:
Post a Comment