leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$ ls -lrt
total 4
-rwxr-xr-x. 1 leodemon leodemon 495 Jan 16 16:51 ubbconfig
-rwxr-xr-x. 1 leodemon leodemon 0 Jan 16 17:02 tuxconfig
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$ echo $TUXDIR
/opt/oracle_tuxedo/tuxedo12.1.1.0
leodemon@leodemon:tux_config$ echo $TUXCONFIG
/home/leodemon/workspace/linux_test_cpp/tux_config/tuxconfig
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$ ls
tuxconfig ubbconfig
leodemon@leodemon:tux_config$ tmadmin -v
INFO: Oracle Tuxedo, Version 12.1.1.0, 64-bit, Patch Level (none)
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$ tmloadcf -y ubbconfig
leodemon@leodemon:tux_config$ ls
tuxconfig ubbconfig
leodemon@leodemon:tux_config$ ls -l
total 464
-rwxr-xr-x. 1 leodemon leodemon 471040 Jan 16 17:02 tuxconfig
-rwxr-xr-x. 1 leodemon leodemon 495 Jan 16 16:51 ubbconfig
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$ tmboot -y
tmboot: internal error: CMDTUX_CAT:4849: ERROR: Unable to initialize public key subsystem
leodemon@leodemon:tux_config$ ls -lrt
total 468
-rwxr-xr-x. 1 leodemon leodemon 495 Jan 16 16:51 ubbconfig
-rwxr-xr-x. 1 leodemon leodemon 471040 Jan 16 17:02 tuxconfig
-rw-r--r--. 1 leodemon leodemon 624 Jan 16 17:03 ULOG.011614
leodemon@leodemon:tux_config$ cat ULOG.011614
170305.leodemon!tmboot.20109.1486919488.-2: 01-16-2014: client high water (), total client ()
170305.leodemon!tmboot.20109.1486919488.-2: 01-16-2014: Tuxedo Version 12.1.1.0, 64-bit
170305.leodemon!tmboot.20109.1486919488.-2: LIBSEC_CAT:22: ERROR: Unable to realize the _ec_sec_map_proof interface implementation native/security/map_proof. Error code (-4004)
170305.leodemon!tmboot.20109.1486919488.-2: LIBTUX_CAT:6275: ERROR: Unable to initialize public key subsystem (-3003)
170305.leodemon!tmboot.20109.1486919488.-2: FATAL: internal error: CMDTUX_CAT:4849: ERROR: Unable to initialize public key subsystem
leodemon@leodemon:tux_config$ cat ubbconfig
*RESOURCES
IPCKEY 35698
DOMAINID TuxedoStudy
MASTER TestTux
MAXACCESSERS 15
MAXSERVERS 10
MAXSERVICES 20
MODEL SHM
LDBAL N
*MACHINES
leodemon LMID=TestTux
APPDIR="/home/leodemon/workspace/linux_test_cpp/TuxedoStudy"
TUXCONFIG="/home/leodemon/workspace/linux_test_cpp/tux_config/tuxconfig"
TUXDIR="/opt/oracle_tuxedo/tuxedo12.1.1.0"
MAXWSCLIENTS=10
*GROUPS
GROUP1
LMID=TestTux GRPNO=1 OPENINFO=NONE
*SERVERS
DEFAULT:
CLOPT="-A"
tux_server SRVGRP=GROUP1 SRVID=1
*SERVICES
TOUPPER
leodemon@leodemon:tux_config$
leodemon@leodemon:tux_config$
换一个IPCKEY,保证它的唯一性。
禁用selinux
--转自