secondIp.sim 854 字节
Newer Older
S
slguan 已提交
1 2 3 4 5 6 7 8 9
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
S
slguan 已提交
10
system sh/exec_up.sh -n dnode2 -s start
S
slguan 已提交
11 12 13 14
sql connect

print ========== step2 connect to dnode2
sql create dnode 192.168.0.1
S
slguan 已提交
15
system sh/exec_up.sh -n dnode1 -s start
S
slguan 已提交
16 17 18 19
sleep 3000

print ========== step3 
sql show dnodes
S
slguan 已提交
20 21 22 23
print 192.168.0.1 openvnodes $data3_1
print 192.168.0.2 openvnodes $data3_2
print 192.168.0.1 totalvnodes $data4_1
print 192.168.0.2 totalvnodes $data4_2
S
slguan 已提交
24 25 26 27

if $rows != 2 then 
  return -1
endi
S
slguan 已提交
28 29 30 31 32 33 34
if $data3_1 != 0 then
	return -1
endi
if $data3_2 != 0 then
	return -1
endi
if $data4_1 != 4 then
S
slguan 已提交
35 36
	return -1
endi
S
slguan 已提交
37
if $data4_2 != 4 then
S
slguan 已提交
38 39 40 41 42
	return -1
endi