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 lef
t before BBL lockout occurs
解决办法:
>tmipcrm
再不行 试一下
> ipcs -a|grep cpagd |grep -v interf|awk '{print "ipcrm -"$1 " " $2}'|sh
> tmboot -y;
dbx/gdb 分析core dump文件
dbx 服务器进程core文件
dbx > where
--修改UBB后编译(增加或减少服务)
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
=============================
--转自