You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
06/08 15:49:11.056342 00000593 C DND start to init dnode env
06/08 15:49:11.057625 00000593 C DND dnode file:/var/lib/taos//dnode/dnode.json not exist
06/08 15:49:11.058281 00000593 C DND mnode file:/var/lib/taos//mnode/mnode.json not exist
06/08 15:49:11.058285 00000593 C DND deploy mnode required. dnodeId:0<=0, clusterId:0<=0, localEp:tdengine-1:6030==firstEp
06/08 15:49:11.058290 00000593 C DND file:/var/lib/taos//qnode/qnode.json not exist
06/08 15:49:11.058293 00000593 C DND file:/var/lib/taos//snode/snode.json not exist
06/08 15:49:11.065203 00000593 C RPC ERROR invalid ip/port, 1698605248:6030, reason:Cannot assign requested address
06/08 15:49:11.065214 00000593 C DND ERROR failed to init dnode rpc server
06/08 15:49:11.065216 00000593 C DND ERROR failed to init transport since Cannot assign requested address
06/08 15:49:11.065223 00000593 C DND ERROR failed to create dnode since Cannot assign requested address
06/08 15:49:11.065225 00000593 C DND ERROR failed to init dnode since Cannot assign requested address
此时需修改:
hostname: hostnamectl set-hostname tdengine1;
/etc/taos/taos.cfg: 配置文件中如设置了hostname, 也需同步修改;
/etc/hosts: 新hostname的IP地址解析也需同步修改.
The text was updated successfully, but these errors were encountered:
Version: 3.3.2.0
比如, 我的hostname是: tdengine-1, 则启动时报错:
此时需修改:
hostnamectl set-hostname tdengine1
;The text was updated successfully, but these errors were encountered: