cmkzjw 发表于 2017-2-16 08:58:39

Weblogic WLST Information Commands

  Information Commands
Use the WLST information commands, listed in Table, to interrogate domains, servers, and variables, and provide configuration bean, runtime bean, and WLST-related information.

Table Information Commands for WLST Configuration This command...
Enables you to...
Use with WLST...
addListener
Add a JMX listener to the specified MBean.
Online
configToScript
Convert an existing server configuration (config directory) to an executable WLST script
Online or Offline
dumpStack
Display stack trace from the last exception that occurred while performing a WLST action, and reset the stack trace.
Online or Offline
dumpVariables
Display all variables used by WLST, including their name and value.
Online or Offline
find
Find MBeans and attributes in the current hierarchy.
Online
getConfigManager
Return the latest ConfigurationManagerBean MBean which manages the change process.
Online
getMBean
Return the MBean by browsing to the specified path.
Online
getMBI
Return the MBeanInfo for the specified MBeanType or the cmo variable.
Online
getPath
Return the MBean path for the specified MBean instance.
Online
listChildTypes
List all the children MBeans that can be created or deleted for the cmo type.
Online
lookup
Look up the specified MBean.
Online
ls
List all child beans and/or attributes for the current configuration or runtime bean.
Online or Offline
man
Display help from MBeanInfo for the current MBean or its specified attribute.
Online
redirect
Redirect WLST output to the specified filename.
Online or Offline
removeListener
Remove a listener that was previously defined.
Online
showListeners
Show all listeners that are currently defined.
Online
startRecording
Record all user interactions with WLST; useful for capturing commands to replay.
Online or Offline
state
Returns a map of servers or clusters and their state using Node Manager.
Online
stopRecording
Stop recording WLST commands.
Online or Offline
stopRedirect
Stop redirection of WLST output to a file.
Online or Offline
storeUserConfig
Create a user configuration file and an associated key file.
Online
threadDump
Display a thread dump for the specified server.
Online or Offline
viewMBean
Display information about an MBean, such as the attribute names and values, and operations.
Online
writeIniFile
Convert WLST definitions and method declarations to a Python (.py) file.
Online or Offline

页: [1]
查看完整版本: Weblogic WLST Information Commands