Error while creating cell
<< http://oracletechdba.blogspot.com/2014/06/building-exadata-in-vm-for-learning.html#more >>
[root@localhost tmp]# cellcli -e "create cell interconnect1=eth0"
CELL-02598: Ipaddress/Netmask attribute is not properly configured for interconnection
Solution:
Update /etc/sysconfig/network-scripts/ifcfg-eth0
with proper network setting, like IP address,Subnetmask and gateway
192.168.130.100/255.255.255.0/192.168.130.1
cat /etc/sysconfig/network-scripts/ifcfg-eth0
# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
DEVICE=eth0
BOOTPROTO=none
IPADDR=192.168.130.129
NETMASK=255.255.255.0
HWADDR=00:0C:20:4D:E5:DF
ONBOOT=yes
GATEWAY=192.168.130.1
TYPE=Ethernet
USERCTL=no
IPV6INIT=no
PEERDNS=yes
No comments:
Post a Comment