It is easier to add a disk image to ASM using DBCA on node 1. Two new directories are created: ARCHLOG and BACKUP. Node 2 cannot be loaded!
[Oracle @ node2bdump] $ export ORACLE_SID = + ASM2
[Oracle @ node2bdump] $ asmcmd
ASMCMD> ll
Commands:
--------
Cd
Du
Find
Help
Ls
Lsct
Lsdg
Mkalias
Mkdir
Pwd
Rm
Rmalias
ASMCMD> ls
ARCHLOG/
BACKUP/
DATA/
ASMCMD> cd DATA
ASMCMD> ls
MYRAC/
ASMCMD> cd ..
ASMCMD> cd ARCHLOG
Unable to access this directory
Start the ASM instance
SQL> startup
ORA-32004: obsolete and/or deprecated parameter (s) specified
ASMinstance started
TotalSystem Global Area 92274688 bytes
FixedSize 1217884 bytes
VariableSize 65890980 bytes
ASMCache 25165824 bytes
ORA-15032: not all alterations saved med
ORA-15003: diskgroup "DATA" already mounted in another lock name space
ORA-15003: diskgroup "BACKUP" already mounted in another lock name space
ORA-15003: diskgroup "ARCHLOG" already mounted in another lock name space
The ASM instance already exists.
[Oracle @ node2dbs] $ ps-ef | grep asm _
Oracle 26435 1 0? 00:00:00 asm_pmon _ + ASM2
Oracle 26437 1 0? 00:00:00 asm_diag _ + ASM2
Oracle 26439 1 0? 00:00:00 asm_psp0 _ + ASM2
Oracle 26459 1 0? 00:00:01 asm_lmon _ + ASM2
Oracle 26461 1 0? 00:00:00 asm_lmd0 _ + ASM2
Oracle 26463 1 0? 00:00:00 asm_lms0 _ + ASM2
Oracle 26480 1 0? 00:00:00 asm_mman _ + ASM2
Oracle 26482 1 0? 00:00:00 asm_dbw0 _ + ASM2
Oracle 26484 1 0? 00:00:00 asm_lgwr _ + ASM2
Oracle 26486 1 0? 00:00:00 asm_ckpt _ + ASM2
Oracle 26488 1 0? 00:00:00 asm_smon _ + ASM2
Oracle 26490 1 0? 00:00:00 asm_rbal _ + ASM2
Oracle 26492 1 0? 00:00:00 asm_gmon _ + ASM2
Oracle 26564 1 0? 00:00:00 asm_lck0 _ + ASM2
Oracle 32297 24832 0 00:00:00 pts/1 grep asm _
ExportORACLE_SID = + ASM2
Sqlplus/as sysdba
SQL> shutdown immediate;
SQL> conn/as sysdba
Connectedto an idle instance.
SQL> startup
ASMinstance started
TotalSystem Global Area 92274688 bytes
FixedSize 1217884 bytes
VariableSize 65890980 bytes
ASMCache 25165824 bytes
ORA-15032: not all alterations saved med
ORA-15063: ASM discovered an insufficient number of disks for diskgroup
"BACKUP"
ORA-15063: ASM discovered an insufficient number of disks for diskgroup
"ARCHLOG"