raccli describe system

Not Oracle Cloud InfrastructureNot Oracle Cloud at Customer This topic does not apply to Oracle Cloud Infrastructure or to Oracle Cloud at Customer.

The describe system subcommand of the raccli utility provides information about the installation of Grid Infrastructure, Oracle Database, and the RDK cloud tooling on an Oracle Database Classic Cloud Service database deployment that uses Oracle Real Application Clusters (RAC).
raccli describe system  

Example

Here is an example of the describe system subcommand.

[opc@example1 ~]$ raccli describe system

"serviceName": "example"
{
        "NodeName": "example1"
        {
                "componentType": "GridHome"
                "componentName": "OraGrid12102"
                "componentVersion": "12.1.0.2.0(21297657, 20299018)"
        }
        {
                "componentType": "DatabaseHome"
                "componentName": "OraDB12102_home1"
                "componentVersion": "12.1.0.2.10 (21125181)"
        }
        {
                "componentType": "RDK"
                "componentName": "RDK"
                "componentVersion": "15.4.1.0.0"
        }
}
{
        "NodeName": "example2"
        {
                "componentType": "GridHome"
                "componentName": "OraGrid12102"
                "componentVersion": "12.1.0.2.0(21297657, 20299018)"
        }
        {
                "componentType": "DatabaseHome"
                "componentName": "OraDB12102_home1"
                "componentVersion": "12.1.0.2.10 (21125181)"
        }
        {
                "componentType": "RDK"
                "componentName": "RDK"
                "componentVersion": "15.4.1.0.0"
        }
}

[opc@example1 ~]$