2014. 9. 30. 16:29 오라클
cellinit.ora cellip.ora 화일 위치
DB Node 쪽
[EXA1]root@exa1:/etc/oracle/cell/network-config# cat cellinit.ora
ipaddress1=192.168.10.8/24
[EXA1]root@exa1:/etc/oracle/cell/network-config# cat cellip.ora
cell="192.168.10.1"
cell="192.168.10.2"
cell="192.168.10.3"
X4-2 인 경우 Active-Active 이므로 1개 더 추가. Cell 도 마찬가지..
[EXA1]root@exa1:/etc/oracle/cell/network-config# cat cellinit.ora
ipaddress1=192.168.10.8/24
ipaddress2=192.168.10.9/24
[EXA1]root@exa1:/etc/oracle/cell/network-config# cat cellip.ora
cell="192.168.10.1;192.168.10.4"
cell="192.168.10.2;192.168.10.5"
cell="192.168.10.3;192.168.10.6"
Cell node 쪽
[root@gtceladm01 config]# cat /opt/oracle/cell11.2.3.3.0_LINUX.X64_131014.1/cellsrv/deploy/config/cellinit.ora
#CELL Initialization Parameters
version=0.0
HTTP_PORT=8888
bbuChargeThreshold=800
SSL_PORT=23943
RMI_PORT=23791
_cell_fc_persistence_state=WriteBack
ipaddress1=192.168.10.1/24
bbuTempThreshold=60
DEPLOYED=TRUE
JMS_PORT=9127
BMC_SNMP_PORT=162