需要在IBM i分区上识别Java版本使用情况。

huangapple go评论60阅读模式
英文:

Need to identify Java version usage on an IBM i partition

问题

为了界定潜在的 IBM i 升级的补救和测试活动范围,我想运行某种监视或收集服务,以告诉我实际使用了各种已安装的 IBM i Java 版本,以及哪些作业正在调用它们。

我不寻求第三方工具,只是希望获得有关如何利用 IBM i 内置工具来实现此目的的建议,因为网络上对此一事似乎没有太多信息。

我不需要类路径、Java 统计等,只需知道使用的 Java 版本。(甚至仅知道特定作业在特定时间启动了 Java 活动也会有益。)

WRKJVMJOB 对于获取快照是可以的,但那并不是我想要的。

似乎在 QMGTOOLS 中有一个名为“Java Collection”的东西,但我在网上找不到相关文档,我怀疑这可能是一个误导,考虑到 QMGTOOLS 的特定用途。

目前在 V7R2 上。

英文:

In order to scope remediation and testing activities for a potential IBM i upgrade, I would like to run some sort of monitor or collection service that can tell me which of the various installed IBM i Java versions are actually being used in practice, and which jobs are invoking them.

I'm not looking for a 3rd party tool, just advice on how IBM i built in tools might be leveraged to achieve this, since the web seems silent on this point.

I wouldn’t need the classpaths, Java stats, etc. – just which Java version. (Even knowing simply that a Java activity had been kicked off by a particular job at a particular time would be beneficial.)

WRKJVMJOB is fine for a snapshot, but that's not really what I want.

There appears to be something called 'Java Collection' in QMGTOOLS, but I can find no documentation online, and I suspect this is a red herring given the specific purpose of QMGTOOLS.

Currently on V7R2.

答案1

得分: 1

目标审计(包括读取)QJVM*库对象即可完成任务。

英文:

Object audit (including read) on the QJVM* library objects does the job.

huangapple
  • 本文由 发表于 2020年9月17日 05:18:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/63928056.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定