Skip to content
Home » Oracle » How to Resolve CRS-4654: Server could not be found

How to Resolve CRS-4654: Server could not be found

CRS-4654

Tried to check the status of a specific server by crsctl status resource, but it failed with CRS-4654.

[grid@primary01 ~]$ crsctl stat res -t -n primary2
CRS-4654: Server 'primary2' could not be found.

CRS-4654 means that the server you specified in crsctl is not active or not in the server list of the cluster.

We should specify the correct server name then do it again.

[grid@primary01 ~]$ crsctl stat res -t -n primary02
CRS-4654: Server 'primary02' could not be found.

Even though we specify the correct server name in command, we still got CRS-4405. This is because the server primary02 is currently not active.

The solution is the same as we solve CRS-4405.

Leave a Reply

Your email address will not be published. Required fields are marked *