Description Syntax Example startNodeManager

WLST Command and Variable Reference 3-91 The following example starts the Administration Server in the specified WebLogic domain using Node Manager. In this example, the prps variable stores the system property settings and is passed to the command using the props argument. wls:nmmydomain prps = makePropertiesObjectweblogic.ListenPort=8001 wls:nmmydomain nmStartAdminServer,props=prps Starting server AdminServer... Server AdminServer started successfully wls:nmmydomain

3.10.11 nmVersion

Command Category: Node Manager Commands Use with WLST: Online or Offline WLST must be connected to Node Manager to run this command.

3.10.11.1 Description

Returns the Node Manager version. In the event of an error, the command returns a WLSTException.

3.10.11.2 Syntax

nmVersion

3.10.11.3 Example

The following example displays the Node Manager version. wls:nmoamdomain nmVersion The Node Manager version that you are currently connected to is 9.0.0.0 wls:nmoamdomain

3.10.12 startNodeManager

Command Category: Node Manager Commands Use with WLST: Online or Offline

3.10.12.1 Description

Starts Node Manager on the same computer that is running WLST. If Node Manager is already running when you invoke the startNodeManager command, the following message is displayed: Notes: The WebLogic Server custom installation process optionally installs and starts Node Manager as a Windows service on Windows systems. For more information, see About Installing Node Manager as a Windows Service in the Oracle WebLogic Server Installation Guide. In this case, you do not need to start the Node Manager manually. In production environments, Oracle recommends that you do not use the startNodeManager command to start Node Manager. The recommended approach is to install Node Manager as a service or daemon, or to use the startNodeManager script startNodeManager.sh or startNodeManger.cmd. 3-92 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference A Node Manager has already been started. Cannot start another Node Manager process via WLST In the event of an error, the command returns a WLSTException.

3.10.12.2 Syntax

startNodeManager[verbose], [nmProperties]

3.10.12.3 Example

The following example displays the Node Manager server version. wls:mydomainserverConfig startNodeManagerverbose=true, NodeManagerHome=c:OracleMiddlewarewlserver_10.3commonnodemanager, ListenPort=6666, ListenAddress=myhost Launching Node Manager ... Successfully launched the Node Manager. The Node Manager process is running independent of the WLST process Exiting WLST will not stop the Node Manager process. Please refer to the Node Manager logs for more information. The Node Manager logs will be under c:\Oracle\Middleware\wlserver_ 10.3\common\nodemanager. wls:mydomainserverConfig

3.10.13 stopNodeManager