Hello,
Due a problem found trying to créate a Data Guard env from a RAC database, I need to move the password file, of ASM instance to file system, $ORACLE_HOME/dbs.
I 've done this steps.
1. Connect to grid user
2.asmcmd >pwcopy +DATA/orapwasm /u01/app/12.1.0/grid/dbs/orapwasm
3.srvctl modify asm -pwfile /u01/app/12.1.0/grid/dbs/orapwasm
srvctl config asm
ASM home: <CRS home>
Password file: /u01/app/12.1.0/grid/dbs/orapwasm
ASM listener: LISTENER
ASM instance count: 3
Cluster ASM listener: ASMNET1LSNR_ASM
I've re-start the node and the ASM instance doesn't start.
I ha dto to revert to old configuration:
srvctl modify asm -pwfile +DATA/orapwasm
And the system back to up.
anyone know I've done wrong?
Thanks
Arturo