Skip to main content

How to level and unlabel disk using AFD


<<Back to Oracle RAC Main Page

How to prepare OS disk/LUN for ASM using AFD

How to Label OS Disk for ASM using AFD

login as root and set ASM environment
#export ORACLE_HOME=/u01/oragrid/12.2.0.1/grid
#export PATH=$PATH:$ORACLE_HOME/bin
#asmcmd afd_label DISK11 /dev/xvdc11
#asmcmd afd_label DISK12 /dev/xvdc12
How to Unlabel Disk using AFD
#asmcmd afd_unlabel DISK11
#asmcmd afd_unlabel DISK12

Comments