我有一个在 AWS 中创建并手动设置一个主机的集群。我们正在尝试在同一个集群中添加多个主机。我选择 REST Admin API Management(/admin/v1/cluster-config https://docs.marklogic.com/REST/POST/admin/v1/cluster-config ) 来添加主机。我相应地配置了步骤并运行脚本没有任何错误(从我验证的终端)。主机已添加到集群中,当我在管理页面中验证状态时,它显示为
host status -- A detailed view of this host's status.
This host is down. The following error occured while trying to contact
it:
XDMP-HOSTOFFLINE: Host is offline or not responding
Host marklogic-node2-abcd.org
Online Disconnected
除此之外,我的节点没有处于活动状态并且完全断开连接(从 UI 我们无法看到带有 admin:8001 端口的 default.xqy 页面)。因此我们重新启动了节点并删除了 Config(数据量)。
重新启动 node2 后,我可以在集群中看到 node2,当我尝试使用主机名访问 node2 时,它会返回 http://marklogic-node2-abcd.org:8001/initialize-admin.xqy
This server must now self-install the initial databases and
application servers. Click OK to continue.
我想知道的几个问题:
如何调试脚本以及在哪里可以找到失败的详细信息?
其次,如果我的默认数据库或应用程序服务没有配置,我需要从集群中删除主机并重新配置吗?
我怎样才能写更多的日志来找出错误并让我的生活更轻松?