Oracle Exadata Cloud Infrastructure Migration Utility logs
Oracle Exadata Cloud Infrastructure Migration 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/logs
For example:
/home/opc/exacloudmigration_data/logs> ls
job__main.log
job__debug.log
Log file descriptions:
job_**_main.log: Contains details of each step executed for a given operation.job_**_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.log