Skip to Main Content

Database Software

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!

Steps to move the ASM orapw from ASM storage to Filesystem

Arturo GutierrezMar 20 2015 — edited Apr 13 2015

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

This post has been answered by Levi Pereira on Mar 25 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2015
Added on Mar 20 2015
6 comments
3,262 views