nothing special but add the two files to let the oracle database and grid control know where is the cell node.
add one line into cellinit.ora
vi /etc/oracle/cell/network-config/cellinit.ora
ipaddress1=192.168.1.202/24
add one line into cellip.ora
vi /etc/oracle/cell/network-config/cellip.ora
cell="192.168.1.201"
In this case 192.168.1.202 is the db node's ip address and 201 is the cell node ip addres
something should be caution to attain the sucessfuly install
1. I tried the install with p10404530_112030_Linux-x86-64_[1|3]of7.zip with ORACLE enterprise linux 6 , but failed , in the install log file , I found during the asm discover phase , error message saying that oracle execute some function failed. moved back to oracle linux 5.7 (just as the cell's version) no error again.
2 the upper two file must exist ,otherwise oracle asm couldn't find the the celldisk by manully set finding path o/192.168.1.201/*
3. with different version(oracle linux and exadata cell and grid) install type , i found that it might be impossible currently to install other release but the link fromdbaleet , so I just stop trying with oracle enterpise linux 6 - it's so fast compare with oracle linux 5 on a vmware exsi even after I set the linux 5 using paravitual scsi driver.