Monday 18 February 2019

Register Node Manager in windows server

Most of the time , i have faced registering the node manager in windows server because while registering node manager in windows it accept the unix slash instead of  slash "\"



Here are the steps to register the node manager in windows server.

Go to cmd
d:
cd
D:\u01\oracle\Middleware\oracle_common\common\bin
wlst.cmd
connect('wlstest', 'admin4test', 't3://10.0.101.22:7005')
nmEnroll('D:\u01\oracle\Middleware\user_projects\domains\base_domain','D:\u01\oracle\Middleware\user_projects\domains\base_domain\nodemanager')
disconnect()
exit()


No comments:

Post a Comment