文档详情

中间件积累汇总.docx

发布:2017-12-11约9.65千字共11页下载文档
文本预览下载声明
IBM中间件维护总结交易中间件 CICS 核心业务消息中间件 MQ 系统通信应用中间件 WebSphere 网上应用WAS维护一、创建WAS/******************************************************************************echo Begin Create was CS Node!cd /opt/IBM/WebSphere/AppServer/bin##建dmgr:./manageprofiles.sh -create -profileName DmgrPBOSS -profilePath /opt/IBM/WebSphere/AppServer/profiles/DmgrPBOSS -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/dmgr -nodeName PBOSS_NODE_DM -cellName PBOSS_CELL_WAS -WC_adminhost 9063 -enableAdminSecurity true -adminUserName wasadmin -adminPassword wasadmin -samplesPassword wasadmin##启动dmgr /opt/IBM/WebSphere/AppServer/profiles/DmgrPBOSS/bin/startManager.sh##建App ./manageprofiles.sh -create -profileName AppPBOSS -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppPBOSS -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -nodeName PBOSS_NODE##节点联结./addNode.sh ATAE3 8917JVM参数配置-Djava.awt.headless=true -Ddefault.client.encoding=GBK -Dfile.encoding=GBK -Duser.language=zh -Duser.region=CN -Xms512m -Xmx3072m -Djava_naming_provider_url=iiop://localhost:2812/ -Xverbosegclog:native_stderr.log,5,10000 -Xdump:stack:events=allocation,filter=#2m 按照IBM的建议把该问题解决XAER_RMERR错误解决了,现在从Sysout的日志已经查看不到的该错误信息了。请帮忙确认现网数据库中营业用户是否有以下的权限grant select on pending_trans$ to user;grant select on dba_2pc_pending to user;grant select on dba_pending_transactions to user;grant execute on dbms_system to user; 明天ESOP上线后,如果在Sysout日志查看到XAER_RMERR错误,需要以下操作1. 数据库操作:grant select on pending_trans$ to user;grant select on dba_2pc_pending to user;grant select on dba_pending_transactions to user;grant execute on dbms_system to user; 2. 停止was appServer:删除对应profile下tranlog里的所有信息CICS维护CICS 是一系列为 IBM 和非 IBM 平台上的应用提供联机事务处理和事务管理的产品,其功能是为商业应用提供一个事务处理环境。CICS其全称是 Customer Information Control System,即客户信息控制系统SFS 是一个面向记录的结构化文件系统,它在支持大量并行用户和可跨越多个磁盘的大文件时,提供事务完整性和基于日志的恢复。SFS 能够提供数据处理与管理功能。数据处理功能提供访问和修改数据所必需的标准操作:读、插入、更新、删除、锁定、解锁等等。管理功能允许程序查询和修改 SFS 文件和卷、复制和删除文件等等。SFS 使用 RPC 与其它服务器通信。CICS环境搭建创建sfs_server
显示全部
相似文档