SOLVED

CRS-4013: This Command Is Not Supported In A Single-Node Configuration

Asked by OracleDba11 viewsoracle
1
2
3
4
5
6
7
8
9
CRS-4013: This Command Is Not Supported In A Single-Node Configuration

Problem : We got this error , when we trying to shutdown CRS.

[root@node1 bin]# ./crsctl stop crs

CRS-4013: This command is not supported in a single-node configuration.

CRS-4000: Command Stop failed, or completed with errors.
#oracle#error

Solutions(1)

Accepted Solution
1
2
3
4
5
In case of standalone grid, there will not be any crs . Only has component will be there.

So use the below command to shutdown the services.

[root@node1 bin]# ./crsctl stop has
OracleDba

Post Your Solution