Oracle Weblogic Server (MOSC)

MOSC Banner

Cannot start another Node Manager process via WLST

edited Nov 17, 2015 1:34AM in Oracle Weblogic Server (MOSC) 11 commentsAnswered ✓

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';

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center