How to read CRS_STAT output
I have a question about the "State" column in the CRS_STAT output.
In our environment when I run CRS_STAT -t (we use "crsstat" command that gives us an extended output for resource column), we get the following output for one of our test databases.
This is a 3 node cluster, with the database having only two instances on node 1 and 2. However, the output below states that the database is ONLINE on Node 3. How is that possible? Are we reading this correclty?
[oracle@bkvdw01da ~]$ crsstat | grep test_db
HA Resource Target State
----------- ------ -----
ora.test_db.db ONLINE ONLINE on lnx03da <------ We only have two instances of this database on Node "lnx01da" and "lnx02da" How is this database ONLINE on lnx03da?
In our environment when I run CRS_STAT -t (we use "crsstat" command that gives us an extended output for resource column), we get the following output for one of our test databases.
This is a 3 node cluster, with the database having only two instances on node 1 and 2. However, the output below states that the database is ONLINE on Node 3. How is that possible? Are we reading this correclty?
[oracle@bkvdw01da ~]$ crsstat | grep test_db
HA Resource Target State
----------- ------ -----
ora.test_db.db ONLINE ONLINE on lnx03da <------ We only have two instances of this database on Node "lnx01da" and "lnx02da" How is this database ONLINE on lnx03da?
0