In an mp config struggling to start remote node keep getting security violation but probably something simple I am missing an environment variable?. This is a large application consisting of 6 nodes in an mp config and many other nodes defined as gateways. I wanted the option of first only doing the master and backup migration to 10gr3 then the then the other non master backup machines(6.5) as a seperate phase. Here are the relevent sections of the ubb:
Sdevcomp 10gr3 64 bit
sdevxml1 10gr3 64 bit
sdevxml2 6.5 32 bit
*MACHINES
"sdevcomp" LMID="sdevcomp"
TUXCONFIG="/home/hems/prod/appdir/ldrconfig"
TUXDIR="/opt/tuxedo10gR3"
APPDIR="/home/hems/prod/appdir"
TLOGDEVICE="/home/hems/prod/TLOG"
TLOGNAME="TLOG"
TLOGSIZE=100
ULOGPFX="/home/hems/prod/appdir/ULOG"
ENVFILE="/home/hems/prod/env/default.env"
MAXWSCLIENTS=5000
CMPLIMIT="MAXLONG,MAXLONG"
NETLOAD=32000
SPINCOUNT=0
MAXACLCACHE=100
MAXOBJECTS=1000
SICACHEENTRIESMAX="500"
"sdevxml1" LMID="sdevxml1"
TUXCONFIG="/home/hems/prod/appdir/ldrconfig"
TUXDIR="/opt/tuxedo10gR3"
APPDIR="/home/hems/prod/appdir"
TLOGDEVICE="/home/hems/prod/TLOG"
TLOGNAME="TLOG"
TLOGSIZE=100
ULOGPFX="/home/hems/prod/appdir/ULOG"
ENVFILE="/home/hems/prod/env/default.env"
MAXWSCLIENTS=5000
CMPLIMIT="MAXLONG,MAXLONG"
NETLOAD=32000
SPINCOUNT=0
"sdevxml2" LMID="sdevxml2"
TUXCONFIG="/home/hems/prod/appdir/ldrconfig"
TUXDIR="/opt/tuxedo6.5"
APPDIR="/home/hems/prod/appdir"
TLOGDEVICE="/home/hems/prod/TLOG"
TLOGNAME="TLOG"
TLOGSIZE=100
ULOGPFX="/home/hems/prod/appdir/ULOG"
ENVFILE="/home/hems/prod/env/default.env"
MAXWSCLIENTS=5000
CMPLIMIT="MAXLONG,MAXLONG"
NETLOAD=32000
SPINCOUNT=0
*NETWORK
"sdevcomp"
NADDR="//172.18.15.249:2550"
NLSADDR="//172.18.15.249:3000"
"sdevxml1"
NADDR="//172.18.15.239:2600"
NLSADDR="//172.18.15.239:3000"
"sdevxml2"
NADDR="//172.18.15.240:2650"
NLSADDR="//172.18.15.240:3000"
Here is the failure:
sdevcomp:/home/hems/prod/appdir>tmboot -A
INFO: Oracle Tuxedo, Version 10.3.0.0, 64-bit, Patch Level 001
Booting admin processes ...
exec DBBL -A :
on sdevcomp -> process id=24226 ... Started.
exec BBL -A :
on sdevcomp -> process id=24227 ... Started.
exec BBL -A :
on sdevxml1 -> process id=26115 ... Started.
CMDTUX_CAT:4291: ERROR: S E C U R I T Y V I O L A T I O N ! Remote site may be compromised.
exec BBL -A :
on sdevxml2 -> CMDTUX_CAT:4291: ERROR: S E C U R I T Y V I O L A T I O N ! Remote site may be compromised.
CMDTUX_CAT:814: ERROR: Cannot propagate TUXCONFIG file
tmboot: WARN: No BBL available on site sdevxml2.
Will not attempt to boot server processes on that site.
3 processes started.
From the ulog of master:
102453.sdevcomp!BBL.24227.1.0: LIBTUX_CAT:262: INFO: Standard main starting
102453.sdevcomp!BRIDGE.24229.1.0: 01-26-2011: Tuxedo Version 10.3.0.0, 64-bit
102453.sdevcomp!BRIDGE.24229.1.0: LIBTUX_CAT:262: INFO: Standard main starting
102458.sdevcomp!DBBL.24226.1.0: CMDTUX_CAT:4350: INFO: BBL started on sdevxml1 - Release 10300
102500.sdevcomp!BRIDGE.24229.1.0: CMDTUX_CAT:1371: INFO: Connection received from sdevxml1
102501.sdevcomp!tmboot.24224.1.-2: 01-26-2011: Tuxedo Version 10.3.0.0, 64-bit
102501.sdevcomp!tmboot.24224.1.-2: CMDTUX_CAT:4291: ERROR: S E C U R I T Y V I O L A T I O N ! Remote sit
e may be compromised.
102506.sdevcomp!tmboot.24224.1.-2: CMDTUX_CAT:4280: ERROR: Error detected during mutual authentication with
sdevxml2
102506.sdevcomp!tmboot.24224.1.-2: CMDTUX_CAT:4291: ERROR: S E C U R I T Y V I O L A T I O N ! Remote sit
e may be compromised.
102511.sdevcomp!tmboot.24224.1.-2: CMDTUX_CAT:4280: ERROR: Error detected during mutual authentication with
sdevxml2
102511.sdevcomp!tmboot.24224.1.-2: WARN: No BBL available on site sdevxml2.
Will not attempt to boot server processes on that site.
From the failing node:
101001.sdevxml2!tlisten.25751: CMDTUX_CAT:4209: INFO: Accepted request from //17
2.18.15.249:56800, seq # 3
101006.sdevxml2!tlisten.25751: CMDTUX_CAT:4209: INFO: Accepted request from //17
2.18.15.249:56803, seq # 4
102429.sdevxml2!tlisten.26582: 01262011: TUXEDO Version 6.5 HP-UX B.11.00 U 900
0/898 1623623321 unlimited-user license.
102429.sdevxml2!tlisten.26582: CMDTUX_CAT:1468: INFO: Listener Process Started
102501.sdevxml2!tlisten.26582: CMDTUX_CAT:4209: INFO: Accepted request from //17
2.18.15.249:56893, seq # 1
102506.sdevxml2!tlisten.26582: CMDTUX_CAT:4209: INFO: Accepted request from //17
2.18.15.249:56894, seq # 2