Generate report
Syntax
exacloudmigration generate_report [-hV] [command]The Oracle Exadata Cloud Infrastructure Migration Utility discovers and collects the configuration of the given Exadata environment, generating a comprehensive report for Exadata Infrastructure, VM clusters, and databases. This report includes details such as Infrastructure and database server configurations, software versions, local and Exadata storage information, and VM cluster attributes—including memory, CPU, storage, and deployed database information. These insights are valuable for migration planning activities, such as choosing appropriate Exadata image versions, consolidating or redistributing databases, and supporting other related tasks.
Table 3-4 Generate Report Options
| Option | Description |
|---|---|
-h, --help |
Displays help information about the command and its options. |
-V, --version |
Displays the version of the utility. |
Usage:
exacloudmigration generate_report [-hV] -s <sourceExadataInfraOCID> [-o <output>] [-f <fileName>] [-p <profile>]Table 3-5 Generate Report Commands
| Command | Description |
|---|---|
-s, --sourceExadataInfraOCID |
Specifies Source Exadata Infrastructure OCID. |
-o, --output |
Specifies the report format: HTML | JSON. Default: HTML |
-f, --fileName |
Specifies the name for the report file. |
-p, --profile |
Specifies the OCI user profile name. Default profile: DEFAULT..
|
Example 3-1 Generate report
To generate a report for a given Exadata Infrastructure OCID, run the following command:
/home/opc>./exacloudmigration generate_report -s <OCID> -o html -f <file name>.html