system sh/stop_dnodes.sh system sh/deploy.sh -n dnode1 -m 192.168.0.1 -i 192.168.0.1 system sh/deploy.sh -n dnode2 -m 192.168.0.1 -i 192.168.0.2 system sh/exec_up.sh -n dnode1 -s start system sh/exec_up.sh -n dnode2 -s start sql connect print =============== show dnodes sql show dnodes; if $rows != 1 then return -1 endi if $data00 != 1 then return -1 endi if $data01 != 192.168.0.1 then return -1 endi sql show mnodes; if $rows != 1 then return -1 endi if $data00 != 1 then return -1 endi if $data01 != 192.168.0.1 then return -1 endi