Check Kernel version of J2EE Engine

Posted weikui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Check Kernel version of J2EE Engine相关的知识,希望对你有一定的参考价值。

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.
uploading-image-683188.png
uploading-image-277774.png

以上是关于Check Kernel version of J2EE Engine的主要内容,如果未能解决你的问题,请参考以下文章

Selective Kernel Networks(Upgraded version of SENet)

POJ 2151 Check the difficulty of problems(概率DP)

POJ 2151 Check the difficulty of problems:概率dp至少

[POJ2151]Check the difficulty of problems(概率DP)

check whether the subset(no need to be consective) and be sum of X

Leetcode 1961. Check If String Is a Prefix of Array