Using ODI on Oracle Cloud Marketplace:
Step1: Go to Terminal(Here, Applications --System Tools -- Terminal)
Step2: Navigate to the script location:
$MW_HOME/odi/common/scripts
Here, cd /u01/oracle/mwh/odi/common/scripts
ls
Step3: Run the command to shutdown
python manageOdiApps.py shutdown
Step4: Run command to start the agent:
Nohup python manageOdiApps.py start &
To see the logs run as below:
tail -f nohup.out
Ctrl +C to come out
Step5: Run the command to restart the service:
python manageOdiApps.py restart
Step6: Check Status
python manageOdiApps.py status
Step7: Test agent from Odi studio
Go to Topology -- Agents -- Right click on OracleODIAgent and click test.