4.2.4 About Using CVU Cluster Healthchecks After Installation
You can use the CVU healthcheck
command to check your Oracle Clusterware and Oracle Database installations for their compliance with mandatory requirements and best practices guidelines, and to ensure that they are functioning properly.
Syntax
cluvfy comp baseline -collect {all|cluster|database|asm} [-n node_list|-allnodes][-d oracle_home|-db db_unique_name]
[-bestpractice|-mandatory][-binlibfilesonly]
[-reportname reportname][-savedir directory_path]
Options
Option | Description |
---|---|
-collect [cluster | database] |
Use this option to specify that you want to perform checks for Oracle Clusterware (cluster) or Oracle Database (database). If you do not use the collect flag with the |
-db db_unique_name |
Use this flag to specify checks on the database unique name that you enter after the CVU uses JDBC to connect to the database as the user CVUSYS to verify various database parameters. For this reason, if you want checks to be performed for the database you specify with the If you use the |
[-bestpractice | -mandatory] [-deviations] |
You can specify either the |
-html |
Use the If you specify the If you do not specify the |
-save [-savedir dir_path] |
Use the If you use the If you use the options |
Example 4-1 Running a Cluster Healthcheck After the Software Installation
To run a healthcheck for your Oracle Grid Infrastructure cluster, to check for any deviations from best practices, and display the results in HTML format, use the following command:
C:\> cd app\19.0.0\grid\bin
C:\..bin> cluvfy comp healthcheck -html -bestpractice -deviations
Example 4-2 Running a Healthcheck for Oracle RAC Database
To run a healthcheck for your Oracle RAC cluster, to check best practices recommendations and mandatory requirements, and display the results in HTML format, use the following command:
C:\> cd app\19.0.0\grid\bin
C:\..bin> cluvfy comp healthcheck -html
Parent topic: Recommended Postinstallation Tasks