(1)Download the tuxedo 9.1 files from the BEA website .....
(2)but the first may occur some errors:
it can not load the shared libraries libdl.so.2
cp install.bin install.bak
cat install.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > install.bin
./install.bin
you must use the above to generate the install binary files.........!!!!!
(3)groupadd tuxedo
useradd -g tuxedo -d /home/tuxedo/ tuxedo
(4)./install.bin
(5)
set environment:
TUXDIR
TUXCONFIG
APPDIR
PATH
TLOG
ULOG
(6)tlisten -l //localhost:port
(7)mkdir /home/tuxedo/bea/tuxedo9.1/simpapp
cp mkdir /home/tuxedo/bea/tuxedo9.1/samples/atmi/* mkdir /home/tuxedo/bea/tuxedo9.1/simpapp
chmod 755 *
(8)buildclient -o simpcl -f simpcl.c
buildserver -o simpserv -f simpserv.c -s TOUPPE
(9)edit the ubbsimple file:
uname -n ---->generate the machine name
edit where it needs to be edited
(10)tmloadcf -y ubbsimple
(11)tmboot -y
(12)tmadmin
crdl -z mkdir /home/tuxedo/bea/tuxedo9.1/simpapp/TLOG -b 2048/////must larger than the TLOG size in ubbsimple files
crlg -m simple ////this is the machine
(13)tmshutdown -y