Amazon books

Wednesday, October 10, 2012

Change ACFS mount point! ACFSDISMOUNT ACFSMOUNTVOL and ACFSUTIL


The steps to change ACFS mount point that I used was:

--Dismount old mount point
--Dismount
D:\ORACLE\11.2.0\grid\BIN>acfsdismount D:\ORACLE\ACFS\SCRIPTS

--Mount in new directory (Create the new directory before this step)
D:\ORACLE\11.2.0\grid\BIN>acfsmountvol /v  D:\ORACLE\ACFS\ZSCRIPTS  asm-scripts-20
acfsmountvol: volume: asm-scripts-20, ponto de montagem: D:\ORACLE\ACFS\ZSCRIPTS
acfsmountvol: verificando o estado do volume
acfsmountvol: criando o ponto de montagem
acfsmountvol: Montado com sucesso D:\ORACLE\ACFS\ZSCRIPTS.

--Unregister old mount point and register new one using commands below:
acfsutil registry /d asm-scripts-20
acfsutil registry /a asm-scripts-20 D:\ORACLE\ACFS\ZSCRIPTS

OBS: /d (DELETE)  /a (ADD)

Best Regards,
Paulo Portugal

No comments:

Post a Comment