A reader, November 21, 2016 - 12:01 pm UTC
Thanks Connor for your quick response.
So, considering I need to bring down the entire cluster, my steps should be, right?
to shutdown (in all 3 nodes)
$ srvctl stop database -d <db_unique_name>
$ crsctl stop cluster -all
$ crsctl stop crs -all
to startup (in all 3 nodes)
$ crsctl start crs -all
$ crsctl start cluster -all
$ srvctl start database -d <db_unique_name>