After version Oracle 12c when I use command
crsctl modify resource ora.testdb.db -attr AUTO_START=1for autostarting specific resource appears next error:
CRS-4995: The command 'Modify resource' is invalid in crsctl. Use srvctl for this command.Solution:
For achive to modify resource with crsctl command there is special key -unsupported and whole command will be :
check it:
crsctl modify resource ora.testdb.db -attr AUTO_START=1 -unsupported
crsctl stat res ora.testdb.db -p NAME=ora.testdb.db TYPE=ora.database.type AUTO_START=1