InterviewSolution
Saved Bookmarks
| 1. |
How Do We Remove Asm From A Oracle Rac Environment? |
|
Answer» We NEED to stop and delete the instance in the node first in INTERACTIVE or silent mode. After that asm can be removed using srvctl tool as follows: srvctl stop asm -n node_name srvctl remove asm -n node_nameWe can VERIFY if ASM has been removed by issuing the following COMMAND: srvctl config asm -n node_nameWe need to stop and delete the instance in the node first in interactive or silent mode. After that asm can be removed using srvctl tool as follows: We can verify if ASM has been removed by issuing the following command: |
|