Description Syntax Example custom

WLST Command and Variable Reference 3-93

3.10.13.2 Syntax

stopNodeManager

3.10.13.3 Example

The following example stops the Node Manager process for the base_domain domain. wls:nmbase_domain stopNodeManager Stopped Node Manager Process successfully wls:offline

3.11 Tree Commands

Use the WLST tree commands, listed in Table 3–12 , to navigate among MBean hierarchies.

3.11.1 custom

Command Category: Tree Commands Use with WLST: Online

3.11.1.1 Description

Navigates to the root of custom MBeans that are registered in the Runtime MBean Server. WLST navigates, interrogates, and edits custom MBeans as it does domain MBeans; however, custom MBeans cannot use the cmo variable because a stub is not available. Table 3–12 Tree Commands for WLST Configuration Use this command... To... Use with WLST... custom Navigate to the root of custom MBeans that are registered in the server. Online domainConfig Navigate to the last MBean to which you navigated in the domain configuration hierarchy or to the root of the hierarchy, DomainMBean. Online domainCustom Navigate to the root of custom MBeans that are registered in the Domain Runtime MBean Server Online domainRuntime Navigate to the last MBean to which you navigated in the domain runtime hierarchy or to the root of the hierarchy, DomainRuntimeMBean. Online edit Navigate to the last MBean to which you navigated in the edit configuration MBean hierarchy or to the root of the hierarchy, DomainMBean. Online jndi Navigates to the JNDI tree for the server to which WLST is currently connected. Online serverConfig Navigate to the last MBean to which you navigated in the configuration MBean hierarchy or to the root of the hierarchy, DomainMBean. Online serverRuntime Navigate to the last MBean to which you navigated in the runtime MBean hierarchy or to the root of the hierarchy, ServerRuntimeMBean. Online 3-94 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference The custom command is available when WLST is connected to an Administration Server instance or a Managed Server instance. When connected to a WebLogic Integration or WebLogic Portal server, WLST can interact with all the WebLogic Integration or WebLogic Portal server MBeans. For more information about custom MBeans, see Developing Custom Management Utilities With JMX for Oracle WebLogic Server. In the event of an error, the command returns a WLSTException.

3.11.1.2 Syntax

custom

3.11.1.3 Example

The following example navigates from the configuration MBean hierarchy to the custom MBean hierarchy on a Administration Server instance. wls:mydomainserverConfig custom Location changed to custom tree. This is a writeable tree with No root. For more help, use helpcustom wls:mydomaincustom

3.11.2 domainConfig