User Tools

Site Tools


database:oracle:rac:commands

This is an old revision of the document!


Oracle RAC commands

Check one node status

Execute as root:

crsctl check crs

Normal output:

[root@lptxrac122n1 ~]# crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online

Check all nodes status

Execute as root:

crsctl check cluster -all

Normal output:

[root@lptxrac122n1 ~]# crsctl check cluster -all
**************************************************************
lptxrac122n1:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
lptxrac122n2:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************

Verify DBCA requirements (before installing database instance)

GRID_HOME: /oracle-inst ORACLE_HOME: /home/oracle/app/oracle/product/12.2.0/dbhome_1

/oracle-inst/bin/cluvfy stage -pre dbcfg -fixup -n lptxrac122n1,lptxrac122n2 -d /home/oracle/app/oracle/product/12.2.0/dbhome_1
database/oracle/rac/commands.1543833633.txt.gz · Last modified: 2023/07/04 19:36 (external edit)