节点创建耗时过长且失败

Node Creation Takes too long and failed

我安装了 Blockchain platform v2 beta,然后尝试配置它并添加节点。 我的问题是: 有没有人在创建节点时面临长时间的延迟,例如 CA 节点。 我遇到了这个问题,但找不到可以查看日志的地方。

通知错误图片:

注意: 2天后才创建节点。

根据 IBM Cloud 文档,

If you use Enterprise Plan networks, you can view component logs in a text file format. If you use Starter Plan networks, component logs are gathered by the IBM Cloud Log Analysis service and you can view the logs in Kibana.

Each component generates logs from different activities. This is because each component plays different roles within the Hyperledger Fabric network architecture and transaction flows.

Certificate Authority logs The Certificate Authority manages the identity of participants within the network. In Certificate Authority logs, you can find logs from when participants generate public and private keys to communicate with the network (enroll), or when new members, peers, or applications register with the Certificate Authority. You can also use the CA logs to debug if there are any problems with certificate verification.

因此,您应该能够在 IBM Cloud Log Analysis 服务中看到日志。默认情况下,您的日志由 Log Analysis 服务的 Lite Plan 收集。该计划是免费的,可将您的日志存储三天,然后再丢弃。它还允许您每天仅搜索前 500 MB 的日志。如果您的网络日志超过 500 MB,您将无法在 Kibana 中查看新日志。如果您的网络生成超过 500 MB 的日志,或者您想将日志保留三天以上,您可以升级到付费版本的日志分析服务。

有关详细信息,请参阅 IBM cloud docs here

这里 link 官方 IBP 文档解释了如何检索和可视化日志。

IBM Blockchain Platform - Viewing your node logs

我还建议你检查一下IBP是运行的kubernetes集群是否有任何问题。