List of command-line options specific to Oracle ORAchk.
List of Application Continuity command-line options.
Table 2-8 Application Continuity Command-Line Options
| Command-Line Argument | Shell Environment Variable | Usage | 
|---|---|---|
| 
 | 
 | This must point to a version of  | 
| 
 | 
 | This must point to the  | 
| 
 | 
 | To analyze the application code for references to Oracle concrete classes, this must point to the parent directory name for the code. The program analyzes  To analyze the coverage, specify a directory name that contains one or more database server trace files. The trace directory is generally,
 $ORACLE_BASE/diag/rdbms/$ORACLE_UNQNAME/$ORACLE_SID/trace | 
| NONE | 
 | When scanning the trace directory, this optional value limits the analysis to scanning to files created in the most recent specified number of days | 
Example 2-1 Application Continuity Command-Line Options
$ ./orachk -asmhome /tmp/asm-all-5.0.3.jar -javahome /tmp/jdk1.8.0_40 -apptrc $ORACLE_BASE/diag/rdbms/$ORACLE_SID/trace 3
Related Topics
List of Oracle ORAchk for Oracle Identity and Access Management command-line options.
Table 2-9 Oracle Identity and Access Management Options
| Option | Description | 
|---|---|
| 
 | Displays IDM help. | 
| 
 | Runs all pre-install checks on Identity Management System. | 
| 
 | Runs all post-install checks on Identity Management System. | 
| 
 | Runs all runtime checks on Identity Management System. | 
| 
 | Runs pre-install database checks on Identity Management System. | 
| 
 | Runs post-install database checks on Identity Management System. | 
| 
 | Runs runtime database checks on Identity Management System. | 
| 
 | Passes  | 
| 
 | Passes arguments to Identity Management Discovery Tool. | 
| 
 | Passes arguments to Identity Management Healthcheck Tool. | 
Oracle Identity and Access Management Health Check Scenarios
Table 2-10 Oracle Identity and Access Management Health Check Scenarios
| Scenario | Command | 
|---|---|
| Run pre-install checks. | ./orachk -idmpreinstall -idm_config "OUD_HOST=h1,h2;OIM_HOST=h3,h4;OAM_HOST=h5,h6,h7;OHS_HOST=h8,h9" | 
| Run pre-install database checks. | ./orachk –idmdbpreinstall | 
| Run post-install checks on single node Identity Management setup. | ./orachk -idmpostinstall –idm_config "singlenode" | 
| Run runtime checks on multi-mode Identity Management setup. | ./orachk -idmruntime -idm_config "OUD_HOST=host1,host2;OAM_HOST=host3;OIM_HOST=host4" | 
| Run OIM runtime checks on multi-mode Identity Management setup. | ./orachk -idmruntime -idm_config "OUD_HOST=host1,host2;OAM_HOST=host3;OIM_HOST=host4" -profile "OIM" | 
| Run OIM and OAM post-install checks on single node Identity Management setup. | ./orachk -idmpostinstall -idm_config "singlenode" -profile "OIM,OAM" | 
| Run runtime checks with log level specified for Identity Management. | ./orachk -idmruntime -idmdiscargs "-DlogLevel=FINEST" -idmhcargs "-DlogLevel=FINEST" | 
| Discovery and Healthcheck tool Run checks directly passing  | ./orachk - idmpreinstall | idmpostinstall | idmruntime -topology topology.xml -credconfig credconfig | 
List of ZFS Storage Appliance options.
Table 2-11 ZFS Storage Appliance Options
| Option | Description | 
|---|---|
| 
 | Runs Oracle ORAchk only on selected ZFS appliance nodes, where node is a comma-delimited list of ZFS Storage Appliance names. For example:
 ./orachk -zfssa node1,node2 | 
Related Topics