SAP的netweaver应用服务器控制台之一
2021腾讯云限时秒杀,爆款1核2G云服务器298元/3年!(领取2860元代金券),
地址:https://cloud.tencent.com/act/cps/redirect?redirect=1062
2021阿里云最低价产品入口+领取代金券(老用户3折起),
入口地址:https://www.aliyun.com/minisite/goods
推荐:SAP的netweaver应用服务器控制台之二---启动控制台
Use By default, the standalone SAP Microsoft Management Console is automatically launched after completing the installation procedure. Procedure Start
目的:
The SAP Management Console provides a common framework for centralized system management. It allows you to monitor and perform basic administration tasks on the SAP system centrally, thus simplifying system administration.
Implementation Considerations
The SAP Management Console in the SAP NetWeaver Application Server, Java(TM) EE 5 Edition is available in three modes:
● Standalone SAP Microsoft Management Console
SAP has developed the SAP Systems Manager snap-in which allows you to monitor, start or stop the SAP system centrally from the MMC.
We recommend that you use the SAP Microsoft Management Console to manage your SAP NetWeaver Application Server, Java(TM) EE 5 Edition system.
● Web-based SAP Management Console
The Web-based SAP MC is a Java applet that can be run from any Web browser supporting Java. Thus, it is possible to administer remote systems without the need of having a local installation.
● Eclipse-based SAP Management Console in the Developer Studio
The SAP MC perspective in the Developer Studio enables application developers to administer and monitor their local and remote systems from their development environment without the need to use additional administration tools.
tomcat、JBoss等java应用服务器缺省情况下时区设置是GTM+0,启动以后控制台显示的时间比我们本机通常晚了8小时。因此需要找到对应的启动文件,修改其中的JAVA_OP
Features
Using the SAP MC you can:
● Monitor and control (start, stop, or restart) the SAP system and its instances with a single tool.
● Display SAP log and trace files, start profiles, instance parameters, the system environment, SAP environment, ICM queue statistics, and so on.
● Display and control Java processes.
● Monitor system alerts.
● Display the list of all access points to an SAP system.
● Display information about the AS Java threads, sessions, caches, aliases, EJB sessions, remote objects.
● Display Java Virtual Machine garbage collection and heap memory information of the application server.
● Save the current console configuration in a file to reuse it later or to forward it to other users. (only for SAP MMC)
● Start third-party tools (such as Telnet), if available, to manage an application server. (only for SAP MMC)
推荐:SAP的netweaver应用服务器控制台之三---控制台界面布局
布局 The standalone SAP MMC and the Web-based SAP MC present information on two panes of a window. The pane on the left is the scope pane, which displ
相关阅读排行
- 1使用JMX监控Tomcat(监控应用服务器系列文章)
- 2监控Tomcat解决方案(监控应用服务器系列文章)
- 3利用JProfiler对应用服务器内存泄漏问题诊断一例(转)
- 4WEB服务器与应用服务器的区别
- 5完美解决多应用服务器负载均衡环境下spring quartz同一定时任务重复执行问题