Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Stop of CRS resource for instance '223' failed

906954Jun 20 2020 — edited Jun 21 2020

Hello All,

I have a GI 19c installed in RHEL 7.5 and have oracle account who owns the installation. But some group privilege issue and oracle account is not able to bring down the asm instance. So i  modified the secondary groups and tried again like below, but no luck. Help me to fix this.

Before :

[root@rhelracprd1 ~]# id oracle

uid=1000(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),54327(asmdba),54328(asmoper),54329(asmadmin)

Current :

[root@rhelracprd1 response]# id oracle

uid=1000(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba)

[root@rhelracprd1 ~]#  grep oracle /etc/group

oracle:x:1000:

oinstall:x:54321:oracle

dba:x:54322:oracle

asmdba:x:54327:oracle

asmoper:x:54328:oracle

asmadmin:x:54329:oracle

in both cases, its not working.

sqlplus '/as sysasm'

SQL> shut immediate

ORA-39512: Stop of CRS resource for instance '223' failed with error:[CRS-34927: cannot stop resource 'ora.asm' outside of its resource group 'ora.asmgroup'

clsr_stop_resource:260 status:223

clsr_stop_resource:999 status:223

clsrapii_stop_asmdbs clsr_stop_resource status:223

clsrapi_stop_asm:stop_asmdbs status:223

thanks

bala

Comments
Post Details
Added on Jun 20 2020
3 comments
4,456 views