TroubleShooting

[Tuxedo] AP server 부팅 에러, ERROR: No space in Bulletin Board for tablename

최선을 다하자! 2022. 9. 27. 13:28

# tmboot -s simpserv 

 

서버가 부팅되지 않는 에러

 

 

 

 

 LIBTUX_CAT:328: ERROR: No space in Bulletin Board for tablename

 

Description An attempt to allocate a free entry in the Bulletin Board for tablename has failed because it is full.
Action Re-configure the application to increase the size of the associated table

 

1. RESOURCES 절에서 사이즈를 키운다.

 

MAXACCESSERS

MAXSERVERS

MAXSERVICES

MAXGROUPS

MAXGTT

 

2. MACHINES 절 확인

 

MAXWSCLIENT 

 

# vi ubbsimple
"ubbsimple" 51 lines, 1098 characters 
*RESOURCES
IPCKEY          123456

DOMAINID        simpapp
MASTER          simple
MAXACCESSERS    1000
MAXSERVERS      100
MAXSERVICES     500
MAXGROUPS       100
MAXGTT          100
MAXCONV         10
MODEL           SHM
LDBAL           N

*MACHINES
DEFAULT:
                APPDIR="/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp"
                TUXCONFIG="/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/samples/atmi/simpapp/tuxconfig"
                TUXDIR="/ofm/jwchoi/sw/tp/tuxedo12.2.2.0.0/"
                MAXWSCLIENTS=800