Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:03 AM
04-17-2003 05:03 AM
Tuxedo
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:19 AM
04-17-2003 05:19 AM
Re: Tuxedo
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:20 AM
04-17-2003 05:20 AM
Re: Tuxedo
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 05:59 PM
04-17-2003 05:59 PM
Re: Tuxedo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:16 AM
04-18-2003 09:16 AM
Re: Tuxedo
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 "
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 09:19 AM
04-18-2003 09:19 AM
Re: Tuxedo
http://edocs.bea.com/tuxedo/tux64/tins/chap3.htm
To see if you performed a proper post install of Tuxedo.