码迷,mamicode.com
首页 > 其他好文 > 详细

Check Kernel version of J2EE Engine

时间:2018-12-26 14:02:20      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:net   one   j2ee   conf   tac   which   confirm   release   dmi   

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

标签:net   one   j2ee   conf   tac   which   confirm   release   dmi   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!