Registering RAC database in 12c
I've 3 node RAC and I want to register a database manually. Currently all 3 instances running on respective nodes. My GI is 12.1.0.2.0 and DB version is 12.1.0.1.0. I ran this command but no error but not getting registered either. Anything wrong with syntax ? Am I missing something ? My password file is still in file system $ORACLE_HOME/dbs directory on all 3 nodes.
$ srvctl add database -db ORCL12C -oraclehome /opt/oracle/product/12c/db -dbtype RAC -spfile +DATA/ORCL12C/PARAMETERFILE/spfile.320.905614865 -startoption open -stopoption immediate -role PRIMARY
oracle@rac1 [/opt/oracle/product/12c/db/dbs ORCL12C1]
$ ps -ef|grep smon