Show pageOld revisionsBacklinksODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Problem: DBCA gets error - The current version of Oracle Grid Infrastructure is: null This was interesting problem to encounter. During the database installation, Oracle encountered that there wasn't a clusterware installed, even though the clusterware was perfectly fine and working. The problem was because the executable: "getcrshome" wasn't available to oracle. Even though you can list this executable via: "ls -lart $ORACLE_HOME/srvm/admin/getcrshome", the file isn't actually there, therefore please refer to the following actions: 1: Relink all libraries on all servers: <sxh> $ORACLE_HOME/bin/relink all </sxh> 2: Ensure that you can run the following command: <sxh> [oracle@testrac1 admin]$ ./getcrshome /u01/app/11.2.0/grid </sxh> 3: Re-start the installation oracle_grid_sa_troubleshooting_running_clusterware.txt Last modified: 2019/10/18 20:04by 127.0.0.1