`

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...
Add a JMX listener to the specified MBean.
Online
Convert an existing server configuration (config directory) to an executable WLST script
Online or Offline
Display stack trace from the last exception that occurred while performing a WLST action, and reset the stack trace.
Online or Offline
Display all variables used by WLST, including their name and value.
Online or Offline
Find MBeans and attributes in the current hierarchy.
Online
Return the latest ConfigurationManagerBean MBean which manages the change process.
Online
Return the MBean by browsing to the specified path.
Online
Return the MBeanInfo for the specified MBeanType or the cmo variable.
Online
Return the MBean path for the specified MBean instance.
Online
List all the children MBeans that can be created or deleted for the cmo type.
Online
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 WLST output to the specified filename.
Online or Offline
Remove a listener that was previously defined.
Online
Show all listeners that are currently defined.
Online
Record all user interactions with WLST; useful for capturing commands to replay.
Online or Offline
Returns a map of servers or clusters and their state using Node Manager.
Online
Stop recording WLST commands.
Online or Offline
Stop redirection of WLST output to a file.
Online or Offline
Create a user configuration file and an associated key file.
Online
Display a thread dump for the specified server.
Online or Offline
Display information about an MBean, such as the attribute names and values, and operations.
Online
Convert WLST definitions and method declarations to a Python (.py) file.
Online or Offline

分享到:
评论

相关推荐

    weblogic12c安装及WLST脚本创建域(domain)

    本教程将详细阐述WebLogic 12c的安装过程,并介绍如何使用WLST(WebLogic Scripting Tool)来创建一个自定义的域(domain)。 一、WebLogic 12c安装步骤 1. **下载与准备**:首先,你需要从Oracle官方网站下载...

    weblogic wls批量巡检脚本

    weblogic通过wls进行巡检,并自动生成csv巡检结果,可批量进行巡检操作。主要针对 节点状态、线程状态、独占线程、粘滞线程、jvm、jdbc等内容进行巡检,经过测试兼容weblogic9、11g、12c等多版本。 执行方法: 根据...

    WLST 监控weblogic脚本

    使用WLST 监控weblogic application server的脚本。

    WLST参考手册.pdf

    **WebLogic Scripting Tool (WLST)** 是一个强大的脚本工具,用于自动化管理和配置Oracle WebLogic Server实例。WLST提供了丰富的命令集来实现对WebLogic Server的管理功能,包括但不限于连接服务器、配置和管理资源...

    WebLogic Scripting Tool (WLST) 介紹

    WebLogic Scripting Tool (WLST) 是Oracle WebLogic Server中一个强大的命令行工具,它允许管理员通过脚本自动化WebLogic服务器的配置、管理和监控任务。这个工具极大地提升了管理效率,尤其是在处理大规模部署时。 ...

    weblogic巡检信息采集脚本

    weblogic巡检信息自动采集,包括环境信息、配置、日志等,采集完后可自动FTP上传。

    weblogic自动化管理脚本

    本文将详细介绍WebLogic的自动化管理,特别是通过WLST(WebLogic Scripting Tool)脚本进行自动化管理的方法。 首先,让我们理解WLST是什么。WLST是WebLogic Server的一个内置工具,它提供了一种基于Python的交互式...

    Weblogic配置Oracle数据源

    如果选择使用WLST,可以参考WebLogic Server提供的示例脚本,它们位于`WL_HOME\samples\server\examples\src\examples\wlst\online`目录下。 配置选项: JDBC数据源的配置包括多个方面,如常规设置、连接缓冲池、...

    bea weblogic server script tool

    WebLogic Scripting Tool(WLST),是BEA WebLogic Server提供的一款功能强大的脚本工具,旨在帮助管理员和开发人员通过命令行或脚本对WebLogic Server执行管理和配置操作。WLST适用于WebLogic Server版本9.2,其...

    weblogic10.3.3之后版本升级至weblogic10.3.6文档.docx

    - 使用`wlst.sh`脚本启动WebLogic Scripting Tool (WLST)。 - 使用WLST命令或升级脚本更新域配置。 - 验证WebLogic版本已更改为10.3.6。 #### 六、注意事项 - 从WebLogic Server 12.1.2开始,Oracle不再提供...

    通过nodeManager启动weblogic服务.doc

    【标题】: "WebLogic集群配置与NodeManager管理详解" 【描述】: 本文深入探讨了如何构建WebLogic集群,并利用NodeManager实现WebLogic节点的远程启动和停止,旨在帮助管理员掌握集群部署与运维的关键技术。 【标签...

    WLST学习资源

    - **名称与版本**:WLST(WebLogic Scripting Tool)是Oracle WebLogic Server提供的一个强大的脚本工具,用于管理和自动化Oracle WebLogic Server实例的任务。该文档涉及的是10g Release 3 (10.3)版本。 - **功能...

    AIX下的Weblogic安装

    通过`WLST`(WebLogic Scripting Tool)或者图形化的Configuration Wizard进行配置。设置Domain名称、管理服务器、集群、数据源、JMS队列等。 6. **启动WebLogic**: 在Domain的启动脚本目录下,运行`...

    weblogic weblogic weblogic

    3. **部署与生命周期管理**:WebLogic提供了强大的部署工具和接口,如WLST(WebLogic Scripting Tool),用于应用程序的打包、部署、更新和监控。 4. **集群与高可用性**:WebLogic支持集群配置,通过在多个服务器...

    shell方式重启weblogic

    至于"工具"标签,这里指的是WebLogic Server自带的一些工具,如WLST、Admin Console、Node Manager等。WLST是一个基于Python的命令行工具,用于配置、管理和监控WebLogic Server;Admin Console是WebLogic提供的图形...

    weblogic 11g域检查脚本

    本脚本通过python语言结合weblogic的WLST工具,对weblogic 11g下的域环境进行配置检查。

    weblogic基础培训教材

    WebLogic支持多种方式部署应用程序,包括使用WebLogic控制台、命令行工具WLST(WebLogic Scripting Tool)以及Ant或Maven构建工具。部署流程包括打包应用为WAR、EAR或JAR格式,然后上传到WebLogic服务器或通过部署...

    weblogic

    WebLogic提供了一套完整的监控工具,包括JMX(Java Management Extensions)和WLST(WebLogic Scripting Tool)。通过这些工具,可以监控服务器的运行状态、性能指标,并进行必要的调优。 9. **集群与高可用性** ...

    weblogic 学习资料大全

    通过JMX(Java Management Extensions)和WLST(WebLogic Scripting Tool),可以对WebLogic进行监控和诊断。学习资料会介绍如何收集性能数据、查看日志、分析堆栈跟踪、使用JConsole和WebLogic Diagnostic ...

Global site tag (gtag.js) - Google Analytics