1825657 Members
3457 Online
109686 Solutions
New Discussion

Tuxedo

 
pang_3
Occasional Advisor

Tuxedo

I met problems when I initiate a tuxedo app.
My platform is hpux 11.00 and Tuxedo is version 8.1.
The error log of tuxedo is :
192713.YJboss1!tmloadcf.1693.1.-2: 04-17-2003: Tuxedo Version 8.1
192713.YJboss1!tmloadcf.1693.1.-2: CMDTUX_CAT:879: INFO: A new file system has been created. (size = 513 1024-byte blocks)
192713.YJboss1!tmloadcf.1693.1.-2: CMDTUX_CAT:871: INFO: TUXCONFIG file /bossapp/tux/dev/tuxconfig has been created
192718.YJboss1!BBL.1695.1.0: 04-17-2003: Tuxedo Version 8.1
192718.YJboss1!BBL.1695.1.0: LIBTUX_CAT:359: ERROR: Cannot create enough semaphores for BB, (UNIX limit), MAXACCESSERS too high
192718.YJboss1!BBL.1695.1.0: LIBTUX_CAT:248: ERROR: System init function failed, Uunixerr = : semget: No such file or directory
192718.YJboss1!tmboot.1694.1.-2: 04-17-2003: Tuxedo Version 8.1
192718.YJboss1!tmboot.1694.1.-2: CMDTUX_CAT:825: ERROR: Process BBL at iboss failed with /T tperrno (TPEOS - operating system error)
192718.YJboss1!tmboot.1694.1.-2: WARN: No BBL available on site iboss.
Will not attempt to boot server processes on that site.


my kernel parameter is:
sema 1
semaem 32767
semmap (SEMMNI+2)
semmni 100
semmns 20000
semmnu 1000
semume 64
semvmx 32768
sendfile_max 0
shmem 1
shmmax 0X40000000
shmmni 512
shmseg 32

And bea require a kernel parameter "semmsl" which is not avail in hpux 11.0. what should i do???
Thks
5 REPLIES 5
Geoff Wild
Honored Contributor

Re: Tuxedo

I don't have any experience with Tuxedo, but the first question I have for you is:

Is Tuxedo 8.1 certified to run on HP-UX 11.0?

If it is, then you should contact the maker's of Tuxedo and request support.

Rgds..Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Berlene Herren
Honored Contributor

Re: Tuxedo

This could also be asked in the openview forum.

Berlene

Tuxedo 6.5 supported on OVO 5.3, 6.0,7.0, 7.1
Tuxedo 7.1 supported only on OVO 6.0, 7.0, 7.1
Tuxedo 8.05 supported on OVO 6.0, 7.0, 7.1

64 bit application support with A.01.21
http://www.mindspring.com/~bkherren/dobes/index.htm
pang_3
Occasional Advisor

Re: Tuxedo

My tuxedo 8.1 is for hpux 11.0
Paddy_1
Valued Contributor

Re: Tuxedo

SEMMSL stands for maximum number of semaphores in a group.It looks as if the mechanism for tuning the semaphore-related kernel
parameters has changed in HP-10.2 and 11i

"semmsl" and related parameters are no longer separate variables, but
rather they have been collected into fields of a "seminfo" structure. The
structure layout is defined in "", and the kernel incorporates a
statically-allocated, pre-initialized variable of this type by including the
"/usr/conf/space.h.d/core-hpux.h" file when you build and compile "conf.c"


seminfo.semmsl is what you are looking for.
The sufficiency of my merit is to know that my merit is NOT sufficient
Paddy_1
Valued Contributor

Re: Tuxedo

Also look at
http://edocs.bea.com/tuxedo/tux64/tins/chap3.htm
To see if you performed a proper post install of Tuxedo.
The sufficiency of my merit is to know that my merit is NOT sufficient