So from Node2 do the following:
1: open a shell prompt and run the setDomainenv.sh or the setDomainEnv.cmd file to set the environment as below:
. ./setDomainEnv.sh for unix machines
c:> setDomainEnv.cmd for Windows.
2: Now invoke the WLST as : java weblogic.WLST
WLST.sh directly.
3: Connect to the Admin Server : connect('weblogic','weblogic','t3://localhost:8001')
4: run the nmEnroll() as :
nmEnroll('domain dir path','node manager home path')
Here the domain dir path will the path of the Domain home on Node2 and node manager Home path is the path of node manager home on Node2.
本文介绍如何在Node2上通过设置环境变量、调用WLST脚本并使用nmEnroll命令来配置Node Manager。首先打开shell提示符并运行setDomainEnv脚本设置环境。然后直接运行WLST脚本,并连接到Admin Server。最后通过nmEnroll命令指定Domain目录路径及Node Manager的家目录路径完成配置。
1134

被折叠的 条评论
为什么被折叠?



