如何创建外部节点 WAS 8.5。5.x

How can I create external node WAS 8.5.5.x

我有两台机器。在两者上我都有 WAS 8.5.5.x ND。所以我想在 Computer1 上创建一个应用程序服务器,并在 Computer2 上为这个服务器创建一个集群。

我在 Computer1 上创建了开发管理器 (Dmgr01)、nodeagent(节点 - hostnameNode01、cell - hostnameCell01)和服务器(mysrv 在同一个单元和节点上)。它工作正常。但是我如何使用另一个主机(Computer2 主机名)创建一个外部 node/custom 配置文件以使用 Dmgr01 在 Computer2 上为 hostnameCell01 创建一个集群?

在 computer2 上创建一个独立的应用程序服务器,并按照以下步骤将其联合到单元中:https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_svr_conf_nodes.html他们将向您展示如何使用 Deployment Manager 上的管理控制台来添加新节点。

如果您想从 computer2 执行此操作,您可以使用 addNode 命令:https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rxml_addnode.html If you go that route, make sure when you create the standalone application server profile that you give it a different cell name than the cell you actually intend it to be federated to. There's a list of best practices for addNode here: https://www.ibm.com/support/knowledgecenter/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/rxml_nodetips.html