首页 > 其他 > 详细

Check Kernel version of J2EE Engine

时间:2018-12-26 13:51:00      阅读:187      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/weikui/p/10178670.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!