tuxedo 重要记事

来源:互联网 发布:mac汉字字体下载 编辑:程序博客网 时间:2024/04/28 06:10

 

1. 无法停服务 

tmshutdown -y;
Shutting down all admin and server processes in /app/app/etc/tuxconfig

tmshutdown: internal error: CMDTUX_CAT:764: ERROR: can't attach to BB

 

ULOG

170700.cpagdmig!brh_server.10272812.1.0: 09-28-2010: Tuxedo Version 8.1, 64-bit
170700.cpagdmig!brh_server.10272812.1.0: LIBTUX_CAT:223: WARN: Duplicate server
170700.cpagdmig!brh_server.10272812.1.0: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr =
170700.cpagdmig!BBL.2318356.1.0: CMDTUX_CAT:4747: ERROR: Exceeded 110% of TUXEDO System Binary Licensed User Count (25/10), 22 hour 23 minutes 58 seconds left before BBL lockout occurs

 

解决办法:

>tmipcrm 

再不行 试一下 

> ipcs -a|grep cpagd |grep -v interf|awk '{print "ipcrm -"$1 " " $2}'|sh

> tmboot -y;


-----------------------------------------

--修改UBB后编译(增加或减少服务)

tmloadcf -y ubbconfig  

重编之后,会重新产生 tuxconfig。 但当tuxconfig已存在,且tuxedo服务没有全部停止时,tmloadcf会卡住,无法进行编译。

因此必须 tmshutdown -y 停止所有服务,再编译ubbconfig。

若不想全停 tuxedo服务, 又想新的ubbconfig生效,可以先将 旧的tuxconfig 移走 (mv),再进行 tmloadcf -y ubbconfig ,再重启指定的服务即可。

 

=====================

tmshutdown -y;
Shutting down all admin and server processes in /app/app/etc/tuxconfig

Shutting down server processes ...


Shutting down admin processes ...

        Server Id = 0 Group Id = SITE1 Machine = SITE1:
CMDTUX_CAT:1668: WARN: Cannot shutdown BBL on SITE1. Clients and/or servers may be running
CMDTUX_CAT:949: WARN: Shutdown failed
0 processes stopped.

使用 tmshutdown -c -y  强制停服务

 

=============================


 

原创粉丝点击