zoukankan      html  css  js  c++  java
  • Check Kernel version of J2EE Engine

    1912674 - How to check kernel version of an AS Java

    Two types of the kernel are in SAP NetWeaver Java system:

    Native Kernel
    Java Kernel

    Native Kernel:
    Native Kernel is executables of java startup framework which are written in C-code, like jcontrol, jstart, jlaunch, sapstartsrv etc.
    We can update using file like SAPEXEDB.SAR and SAPEXE.SAR.
    GetVersionInfo function of sapcontrol command can display the kernel version.

    Java Kernel:
    Java Kernel is a java binaries of J2EE Engine itself, like boot.jar, jstartup,jar...etc
    We can update it during system release or Support Package Stack(SP/SPS) upgrade.
    The System Information page and other tools like Visual Administrator can display the kernel version

    Note:

    When SAP Consultant request for kernel version, which implies that Native Kernel unless clearly mention to get Java Kernel
    If the user only performs the update for Native Kernel then they only need to follow [For Native Kernel version] section to confirm whether kernel indeed gets updated to expect one. The user doesn't need to follow the [For Java Kernel] section.

    For Native Kernel Version
    Please use either way listed below to get it.

    (1) Use the command 'usr/sap//SYS/exe/.../sapcontrol -user -nr -function GetVersionInfo' .

    For 7.0X version:Updating Native Kernel do not affect the version of Java Kernel.

    For 7.1X onwards version:

    (2) Using SAP MMC:

    (3) Go to folder usr/sap//SYS/exe/.../ and execute file like jlaunch jstart etc with option -version or -v . Please note the 'source id' is the real patch number other than 'patch number'.


    For Java Kernel
    Please check System Information page to know its kernel version.

    For 7.0X version:

    http://:/sap/monitoring/SystemInfo

    For 7.1X onwards version:

    http://:/nwa/sysinfo

  • 相关阅读:
    解决安装Visual Studio 2012后SQL Server 2008 远程过程调用失败的问题
    解决 Visual Studio 2012 有时不能调试的问题
    WPF实现窗体最小化后小图标在右边任务栏下
    WinForm实现窗体最小化后小图标在右边任务栏下
    C# 开机启动代码
    C# ?? 操作符示例
    WPS页面设置
    PCA(主成分分析)和LDA详解
    MySQL命令行导入sql文件时出现乱码解决方案
    IKAnalyzer 独立使用 配置扩展词典
  • 原文地址:https://www.cnblogs.com/weikui/p/10178670.html
Copyright © 2011-2022 走看看