Tag Archives: DISKS
How To Setup ASM & ASMLIB On Native Linux Multipath Mapper disks
This note apply to Oracle Database using ASM and linux S.O. After installed and configured the Multipath, follow bellow: 1. Download and Install ASMLIB : http://www.oracle.com/technetwork/topics/linux/asmlib/index-101839.html 2. Check the disks : ls -l /dev/mapper brw-rw—- 1 root disk 253, 46 Jul 27 17:19 Prod_Orcl01 brw-rw—- 1 root disk 253, 67 Jul 27 17:59 […]
How to replace disks in ASM
Example of script used for replacement ASM disks in database production: 1. Creating the disk with root user – run in one instance: cd /etc/init.d . /oracleasm createdisk ORADT1 /dev/mapper/ORADT1 ./oracleasm scandisks ./oracleasm listdisks 2. After create disks, run scandisks in all instances and verify the new disk: cd /etc/init.d ./oracleasm scandisks ./oracleasm listdisks 3. […]