关于 IoTDB 的几个问题 #11449
关于 IoTDB 的几个问题
#11449
-
|
Beta Was this translation helpful? Give feedback.
Answered by
CritasWang
Nov 2, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StrongManLi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
远程访问的话 可以通过 start-cli.sh -h ip 来连接,如果无法连接,那在iotdb 所在机器上用 start-cli.sh -h ip 来连接,如果能正常连接,那代表 iotdb 已经在对应的 ip+port 启动了,如果无法连接,则需要确认 iotdb-datanode.properties 文件 中 dn_rpc_address 地址配置的是什么。