Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Find number of WS Clients connected to Tuxedo

User_EAOCNDec 20 2022 — edited Dec 22 2022

Hello,

How I can get the list of Workstation Clients connected to Tuxedo?

ULOG file:
075631.unix_box!WSH.9146.3283546624.0: LIBTUX_CAT:1122: ERROR: No space in Bulletin Board
075631.unix_box!WSH.9146.3283546624.0: LIBTUX_CAT:582: ERROR: Unable to register, registry table full
075708.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
075758.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
075848.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
075938.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
080028.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
080118.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
080208.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit
080258.unix_box!TMSYSEVT.5899.752779776.0: LIBTUX_CAT:1490: WARN: .SysMachineFullMaxwsclients: site1 capacity limit

From Tuxedo documentation, https://docs.oracle.com/cd/E72452_01/tuxedo/docs1222/messages/lbtux/lbtux014.html
1122

ERROR: No space in Bulletin Board
Description
The calling process failed to join the application due to the lack of space in the registry table portion of the Bulletin Board.
Action
If the calling process is an application client, the administrator will need to increase MAXACCESSERS in the RESOURCES section of the configuration file. If the calling process is a server, the administrator will need to increase MAXACCESSERS and/or MAXSERVERS in the RESOURCES section of the configuration file. Note that MAXACCESSERS specifies the maximum number of processes that can have access to a Bulletin Board on a particular machine at any one time. MAXSERVERS specifies the maximum number of servers to be accommodated by the entire application at any one time.
See Also
ubbconfig(5)

582

ERROR: Unable to register, registry table full
Description
The Oracle TUXEDO system was attempting to find a registry table slot for a process, but the registry table was full.
Action
Increase the MAXACCESSERS parameter in the UBBCONFIG file, rebuild the TUXCONFIG file, then reboot the application and try again.
See Also
ubbconfig(5), tmboot(1)

1490

WARN: .SysMachineFullMaxwsclients: LMID capacity limit
Description
This message indicates that the given LMID reached the capacity limit on the number of workstation clients. A complete listing of the current parameters for the given LMID are sent along in the posted buffer.
Action
Increase the value of MAXWSCLIENTS for the particular machine such that this event is not generated.
See Also
EVENT_MIB(5), TM_MIB(5)

The action for the error messages suggests to increase value for MAXWSCLIENTS and MAXACCESSERS in UBBCONFIG, but I want to monitor the value of WS clients currently connected to tuxedo to see if it is actually going beyond MAXWSCLIENTS.

Comments

Processing

Post Details

Added on Dec 20 2022
2 comments
289 views