Exadata Cloud Infrastructure Migration Automation Utility logs
The Exadata Cloud Infrastructure Migration Automation Utility automatically generates log files during each job execution.
If the utility is extracted to the /home/opc directory, the log files are created under the following location:
/home/opc/exacloudmigration_data/logsFor example:
/home/opc/exacloudmigration_data/logs> ls
job_<jobid>_main.log
job_<jobid>_debug.logLog file descriptions:
job_<jobid>_main.log: Contains details of each step executed for a given operation.job_<jobid>_debug.log: Contains detailed Java SDK call information and is primarily intended for developer-level debugging.
For example, if the job ID is 1, the log file names appear as follows:
/home/opc/exacloudmigration_data/logs> ls
job_1_main.log
job_1_debug.logParent topic: Logging and Troubleshooting