Cannot start another Node Manager process via WLST
Hi, All!
Is it possible to start two NodeManagers in one wlst-session in Weblogic 10.3.6 on OEL6?
While implementing Weblogic installation with EDG (Example Implementation How to Effectively Use the Enterprise Deployment Guide for Oracle SOA Suite Products (SOA, BPM, BAM, OSB) (Doc ID 1536364.2)) I'm facing with problem on starting second NodeManager in the same WLST-session (same py script).
# First NodeManager
nmProps = NM_AHOME + '/nodemanager.properties';
startNodeManager(NodeManagerHome=NM_AHOME, PropertiesFile=nmProps, block='false');
The Node Manager logs will be under /u01/app/oracle/admin/nodemanager.adm
Node Manager starting in the background
...
# Second NodeManager
wls:/offline> nmProps = NM_MHOME + '/nodemanager.properties';