请注意——
- 新节点应具有与现有节点相同的文件夹结构。
- Node.conf、证书、附加节点信息文件可能因每个节点而异。
如果您在开发模式下运行,则建议您使用 "gradlew.bat deployNodes" 命令重新创建网络。这将重新部署所有节点,包括新节点。
如果您在生产模式下运行,那么您可以使用网络映射 - “https://docs.corda.net/network-map.html”。
1. Is that enough to create a folder with node.conf as mentioned in documents. If then its not updating the data and info in the folder while running bootstrapper. But I can achieve this by adding corda and corda webserver with node.conf file.
Ans:您可能必须将其他节点中存在的corda jar 复制到新节点。
2. What will happen to ongoing transactions from the existing node while adding the new node to the network?
Ans:在升级节点或其上的应用程序之前,必须将节点置于 Draining 模式。这会使当前运行的流程平稳停止,以便现有工作完成,新工作正在排队而不是被处理。
https://docs.corda.net/node-upgrade-notes.html?highlight=draining
3. Do I want to add any other corda jar to the cordapps folder which is present in the new node folder? I checked in other node folder and found corda jars under cordapps folder. Is that fine to not having those jars in new node folder?
Ans: No. 新节点应该有其他节点中存在的所有corda jars。