exec BBL -A :
on xx1 -> Failed.
tmboot: WARN: No BBL available on site xx1.
Will not attempt to boot server processes onthat site.
tmboot: WARN: internal error: CMDTUX_CAT:798: ERROR: Cannot boot remote BBL(xx2), no BRIDGE available on DBBLs node(xx1)
Booting server processes ...
tmboot: WARN: No BBL available on site xx2.
Will not attempt to boot server processes onthat site.
0 processes started.
从ULOG看第一批错误信息是:
152832.v490f3-tux!tmboot.24746.1.-2: 10-09-2016: Tuxedo Version 9.1, 32-bit152832.v490f3-tux!tmboot.24746.1.-2: CMDTUX_CAT:1578: ERROR: Could not contact NLS on xx1152832.v490f3-tux!tmboot.24746.1.-2: CMDTUX_CAT:1576: ERROR: No NLS available for remote machine xx1
100150.v490f6-tux!tmadmin.5928.1.-2: 10-10-2016: Tuxedo Version 9.1, 32-bit100150.v490f6-tux!tmadmin.5928.1.-2: LIBTUX_CAT:334: ERROR: No BBL100150.v490f6-tux!tmadmin.5928.1.-2: LIBTUX_CAT:334: ERROR: No BBL
MASTER节点的ULOG报错:
092218.v490f3-tux!tmboot.5315.1.-2: WARN: internal error: CMDTUX_CAT:798: ERROR: Cannot boot remote BBL(xx2), no BRIDGE available on DBBLs node(xx1)
092218.v490f3-tux!tmboot.5315.1.-2: WARN: No BBL available on site xx2.
Will not attempt to boot server processes onthat site.
tmboot -y指令回显报错:
exec BBL -A :
on xx2 -> Failed.
tmboot: WARN: No BBL available on site xx2.
Will not attempt to boot server processes onthat site.
TMADMIN_CAT:196: ERROR: The boot mode is only available onthe MASTER processor.
此时学了一招,就是使用Tuxedo提供的示例脚本来辅助创建TLOG,
cd$TUXDIR/samples/atmi/bankapp
vi crtlog.sh
# (c) 2003 BEA Systems, Inc. All Rights Reserved.#Copyright (c) 1990 Unix System Laboratories, Inc.#All rights reserved#ident "@(#) samples/atmi/bankapp/crtlog.sh $Revision: 1.5 $"if [ "${1}" = "-m" ] ; then## If -m specified, create device and TLOG#
tmadmin <<-!
echo
crdl -b 500 -z ${TLOGDEVICE}
crlog -m SITE1
q
!
elif [ -z "${1}" ] ; then## If -m not specified, create device only#
tmadmin -c <<-!
echo
crdl -b 500 -z ${TLOGDEVICE}
q
!
else## If other things specified, error#echo"$0: usage: $0 [-m]"exit2fiif [ ${?}-eq0 ] ; thenecho"`basename ${0}` successful."exit0fi
只需要将${TLOGDEVICE}换为ubb中对应值,SITE1换为xx2,然后执行:
sh crtlog_k.sh
tmadmin - Copyright (c) 1996-1999 BEA Systems, Inc.
Portions * Copyright 1986-1997 RSA Data Security, Inc.All Rights Reserved.
Distributed under license by BEA Systems, Inc.
Tuxedo is a registered trademark.> Echo now on.> crdl -b1024-z//opt/app/tuxapp/tuxxx/log/TLOG
Device created: //opt/app/tuxapp/tuxxx/log/TLOG> q
crtlog_k.sh successful.
4.重启Tuxedo环境,发现SLAVE仍无法启动服务,ULOG报错:
103728.v490f6-tux!BSBRIDGE.5909.1.0: ERROR: msgrcv err(LIBTUX_CAT:666: ERROR: Message operation failed because the queue was removed): errno=36,qid=5620,buf=3639704,bytes=4572,type=0,flag=0103728.v490f6-tux!BSBRIDGE.5909.1.0: CMDTUX_CAT:499: ERROR: Shutting down bridge, serious message receive error
exec DBBL -A :
on xx1 -> process id=5793... Started.
exec BBL -A :
on xx1 -> process id=5794... Started.
exec BBL -A :
on xx2 -> process id=6142... Started.
Booting server processes ...