secondIp.sim 745 字节
Newer Older
S
slguan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
system sh/stop_dnodes.sh

system sh/deploy.sh -n dnode1 -m 192.168.0.2 -i 192.168.0.1
system sh/deploy.sh -n dnode2 -m 192.168.0.2 -i 192.168.0.2

system sh/cfg.sh -n dnode1 -c secondIp -v 192.168.0.1
system sh/cfg.sh -n dnode2 -c secondIp -v 192.168.0.1

print ========== step1 dnode2 start
system sh/exec.sh -n dnode2 -s start
sleep 3000
sql connect

print ========== step2 connect to dnode2
sql create dnode 192.168.0.1
system sh/exec.sh -n dnode1 -s start
sleep 3000

print ========== step3 
sql show dnodes
print 192.168.0.1 freeVnodes $data3_192.168.0.1
print 192.168.0.2 freeVnodes $data3_192.168.0.2

if $rows != 2 then 
  return -1
endi
if $data3_192.168.0.1 != 4 then
	return -1
endi
if $data3_192.168.0.2 != 4 then
	return -1
endi