# first full-qualified domain name (FQDN) for TDengine cluster system
# first full-qualified domain name (FQDN) for TDengine cluster system
echo
echo
echo-e-n"${GREEN}Enter FQDN:port (like h1.taosdata.com:6030) of an existing TDengine cluster node to join OR leave it blank to build one${NC} :"
echo-e-n"${GREEN}Enter FQDN:port (like h1.taosdata.com:6030) of an existing TDengine cluster node to join${NC}"
echo
echo-e-n"${GREEN}OR leave it blank to build one${NC}:"
read firstEp
read firstEp
while true;do
while true;do
if[!-z"$firstEp"];then
if[!-z"$firstEp"];then
...
@@ -670,10 +672,11 @@ function install_TDengine() {
...
@@ -670,10 +672,11 @@ function install_TDengine() {
echo-e"${GREEN_DARK}To access TDengine ${NC}: use ${GREEN_UNDERLINE}taos${NC} in shell${NC}"
echo-e"${GREEN_DARK}To access TDengine ${NC}: use ${GREEN_UNDERLINE}taos${NC} in shell${NC}"
fi
fi
if[!-z"$firstEp"];then
if[!-z"$firstEp"];then
echo
echo
echo-e"${GREEN_DARK}Please run${NC}: taos -h $firstEp${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}"
echo-e"${GREEN_DARK}Please run${NC}: taos -h $firstEp${GREEN_DARK} to login into cluster, then${NC}"
echo
echo-e"${GREEN_DARK}execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}to add this new node${NC}"
echo
fi
fi
echo-e"\033[44;32;1mTDengine is installed successfully!${NC}"
echo-e"\033[44;32;1mTDengine is installed successfully!${NC}"
# first full-qualified domain name (FQDN) for TDengine cluster system
# first full-qualified domain name (FQDN) for TDengine cluster system
echo
echo
echo-e-n"${GREEN}Enter FQDN:port (like h1.taosdata.com:6030) of an existing TDengine cluster node to join OR leave it blank to build one${NC} :"
echo-e-n"${GREEN}Enter FQDN:port (like h1.taosdata.com:6030) of an existing TDengine cluster node to join${NC}"
echo
echo-e-n"${GREEN}OR leave it blank to build one${NC}:"
read firstEp
read firstEp
while true;do
while true;do
if[!-z"$firstEp"];then
if[!-z"$firstEp"];then
...
@@ -265,10 +267,11 @@ function install_TDengine() {
...
@@ -265,10 +267,11 @@ function install_TDengine() {
echo-e"${GREEN_DARK}To access TDengine ${NC}: use ${GREEN_UNDERLINE}taos${NC} in shell${NC}"
echo-e"${GREEN_DARK}To access TDengine ${NC}: use ${GREEN_UNDERLINE}taos${NC} in shell${NC}"
if[!-z"$firstEp"];then
if[!-z"$firstEp"];then
echo
echo
echo-e"${GREEN_DARK}Please run${NC}: taos -h $firstEp${GREEN_DARK} to login into cluster, then execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}in TAOS shell to add this new node into the clsuter${NC}"
echo-e"${GREEN_DARK}Please run${NC}: taos -h $firstEp${GREEN_DARK} to login into cluster, then${NC}"
echo
echo-e"${GREEN_DARK}execute ${NC}: create dnode 'newDnodeFQDN:port'; ${GREEN_DARK}to add this new node${NC}"
echo
fi
fi
echo
echo
echo-e"\033[44;32;1mTDengine is installed successfully!${NC}"
echo-e"\033[44;32;1mTDengine is installed successfully!${NC}"