I faced this issue on 19c grid installation on linux 7. Our first steps is complete grid installation by using software only option.
That steps do not give any errors. But Grid background process such as ora.evmd,ora.cssd do not work.
Also srvctl command is not running.
So what we need? Here is the steps:
[root@standalone_server install]# ./roothas.sh Using configuration parameter file: /u01/grid/crs/install/crsconfig_params The log of current session can be found at: /u01/app/grid/crsdata/standalone_server/crsconfig/roothas_2022-01-27_09-49-14PM.log LOCAL ADD MODE Creating OCR keys for user 'oracle', privgrp 'oinstall'.. Operation successful. LOCAL ONLY MODE Successfully accumulated necessary OCR keys. Creating OCR keys for user 'root', privgrp 'root'.. Operation successful. CRS-4664: Node standalone_server successfully pinned. 2022/01/27 22:09:41 CLSRSC-330: Adding Clusterware entries to file 'oracle-ohasd.service'
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on ‘standalone_server’
CRS-2673: Attempting to stop ‘ora.evmd’ on ‘standalone_server’
CRS-2677: Stop of ‘ora.evmd’ on ‘standalone_server’ succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on ‘standalone_server’ has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
Than you can run below command
standalone_server /u01/grid/dbs> crsctl stat res -t -------------------------------------------------------------------------------- Name Target State Server State details -------------------------------------------------------------------------------- Local Resources -------------------------------------------------------------------------------- ora.ons OFFLINE OFFLINE standalone_server STABLE -------------------------------------------------------------------------------- Cluster Resources -------------------------------------------------------------------------------- ora.cssd 1 OFFLINE OFFLINE STABLE ora.diskmon 1 OFFLINE OFFLINE STABLE ora.evmd 1 ONLINE ONLINE standalone_server STABLE -------------------------------------------------------------------------------- standalone_server.izgaz.local /u01/grid/dbs> crsctl start res ora.cssd -init CRS-2672: Attempting to start 'ora.cssd' on 'standalone_server' CRS-2672: Attempting to start 'ora.diskmon' on 'standalone_server' CRS-2676: Start of 'ora.diskmon' on 'standalone_server' succeeded CRS-2676: Start of 'ora.cssd' on 'standalone_server' succeeded standalone_server /u01/grid/dbs> crsctl stat res -t -------------------------------------------------------------------------------- Name Target State Server State details -------------------------------------------------------------------------------- Local Resources -------------------------------------------------------------------------------- ora.ons OFFLINE OFFLINE standalone_server STABLE -------------------------------------------------------------------------------- Cluster Resources -------------------------------------------------------------------------------- ora.cssd 1 ONLINE ONLINE standalone_server STABLE ora.diskmon 1 OFFLINE OFFLINE STABLE ora.evmd 1 ONLINE ONLINE standalone_server STABLE -------------------------------------------------------------------------------
Bir Cevap Yazın