websphere 中的 translog 和合作伙伴日志

发布于 2024-11-02 14:05:55 字数 186 浏览 5 评论 0原文

在Websphere应用程序服务器中,我可以看到两个文件夹,即translog和partnerlog。最近我们在 websphere 中遇到了一个问题。作为解决方案的一部分,我们删除了这些文件夹中的文件 log1 和 log2 并重新启动了 websphere。然后问题就解决了。我想知道这些文件的用途是什么。

问候,

桑尼。

In the Websphere Application server i can see two folders namely translog and partnerlog. Recently we got a problem in websphere . As a part of resolution we have deleted the files log1 and log2 in those folders and restarted the websphere. Then the problem got resolved. I wanted to know what is the purpose of these files.

Regards,

Sunny.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅沫记忆 2024-11-09 14:05:55

应用程序服务器使用 tranlog 来保存有关事务的信息,以便在出现问题时可以恢复(当它处理 2 个 PC 事务时)。

在生产环境中,永远不要删除这些文件(因为如果删除这些文件,WAS 服务器将永远无法恢复事务)。

事务涉及多个合作伙伴。例如,您可能有涉及 WMQ、DB2、Oracle 等的事务。所有这些资源管理器(WMQ、Db2)都是 WAS 与之交互的事务伙伴。

快速阅读本文以获取更多信息。

http://publib.boulder.ibm.com/infocenter/wasinfo/fep/topic/ com.ibm.websphere.jpafep.multiplatform.doc/info/ae/ae/tjta_mgetlog.html?resultof=%22%54%72%61%6e%73%61%63%74%69%6f%6e%22 %20%22%74%72%61%6e%73%61%63%74%22%20%22%4c%6f%67%22%20%22%6c%6f%67%22%20

HTH
曼鲁

The App Server uses the tranlogs to keep information about transactions so that it can recover if something goes wrong (when it work with 2 PC transactions).

In a production box, never ever delete these files (as the WAS Server will never be able to recover transactions if you delete these files)

The transactions involves multiple partners. For eg, you might have transactions involving WMQ, DB2, Oracle etc. All these resourcemanagers (WMQ, Db2) are transaction partners that WAS interacts with.

Have a quick read on this for further info.

http://publib.boulder.ibm.com/infocenter/wasinfo/fep/topic/com.ibm.websphere.jpafep.multiplatform.doc/info/ae/ae/tjta_mgetlog.html?resultof=%22%54%72%61%6e%73%61%63%74%69%6f%6e%22%20%22%74%72%61%6e%73%61%63%74%22%20%22%4c%6f%67%22%20%22%6c%6f%67%22%20

HTH
Manglu

前事休说 2024-11-09 14:05:55

事务日志=>在事务系统中,如果节点在事务期间发生故障,事务详细信息将被记录下来并可供集群中的其他节点使用
事务服务的高可用性使得集群中的任何服务器都可以恢复同一集群中任何其他服务器的事务工作。

参考=>

http://www-01.ibm.com/support/knowledgecenter/SS7K4U_8.5.5/com.ibm.websphere.nd.doc/ae/cjta_trans_ha.html

Transaction Log =>in a transactional system if a node goes down during a transaction, the transactional detail are logged and are available for other node in a cluster
The high availability of the transaction service enables any server in a cluster to recover the transactional work for any other server in the same cluster.

refrence=>

http://www-01.ibm.com/support/knowledgecenter/SS7K4U_8.5.5/com.ibm.websphere.nd.doc/ae/cjta_trans_ha.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文