Dear All,

For ASM Auto Start:

srvctl modify instance -d epprod1 -i epprod11 -s +ASM1

Now you should be able to see asm instance name for the REQUIRED_RESOURCES parameter of the database instance of
node mumux112.

crs_stat -p ora.epprod1.epprod11.inst | grep REQUIRED_RESOURCES

REQUIRED_RESOURCES=ora.mumux112.vip ora.mumux112.ASM1.asm

ASM started automatically after Server Reboot with CRS.

For Auto DB Restart:

We checked the crsd.log and instance log file generated after enabling more tracing as suggested by oracle.

The CRS was searching for spfile located in the ASM location "+DG_01/epprod1/spfileepprod1.ora" and both my instances were using pfile from local destinations i.e. "$ORACLE_HOME/dbs/init.ora"

We just created the spfile using following command:

SQL> create spfile='+DG_01/epprod1/spfileepprod1.ora' from pfile;

And Reboot the nodes and the DB instances came up automatically.

Thanks for all your help.

Regards,
Paresh