DBA Hub

📋Steps in this guide1/1

Mount/dismount ASM diskgroups

To mount a diskgroup,(This is instance specific, for mounting on all nodes, run the same on all nodes)

oracle configurationintermediate
by OracleDba
12 views
1

Mount/dismount ASM diskgroups

To mount a diskgroup,(This is instance specific, for mounting on all nodes, run the same on all nodes) To unmount a diskgroup,(This is instance specific, for unmounting on all nodes, run the same on all nodes) To mount/Dismount all the diskgroups

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
SQL>alter diskgroup DATA mount;
or
asmcmd>mount DATA
SQL>alter diskgroup DATA dismount;
or
asmcmd>umount DATA
SQL>alter diskgroup ALL mount;
SQL>alter diskgroup ALL dismount;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!